SAP ABAP Class CL_RSPLS_CR_EXIT_BASE (Characteristic Relationships: Exit)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLS (Package) Planning: General Services

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_CHAR_RELATION | Characteristic Relationships | 20050221 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_CR_EXIT | Characteristic Relationships: Exit | 20050221 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_CR_METHODS | Methods for Characteristic Relationship | 20050221 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_CR_TYPES | Types for Characteristic Relationships | 20050221 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BBPT_FISCPER_2_FISCPER3 | Derives fiscal time characteristics | 20080422 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_PBP_MARK_CHANGED_ENTRIES | Select Entries Using Derivation as 'Changed' | 20060303 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_RSCRM_IMP_RELATION_EXIT | CRM In-Memory Planning relation user exit | 20101123 |
Properties
Class | CL_RSPLS_CR_EXIT_BASE | |
Short Description | Characteristic Relationships: Exit | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSPLS | Planning: General Services |
Created | 20050221 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSPLS_CHAR_RELATION | Characteristic Relationships | 20050221 | ||
2 | IF_RSPLS_CR_EXIT | Characteristic Relationships: Exit | 20050221 | ||
3 | IF_RSPLS_CR_METHODS | Methods for Characteristic Relationship | 20050221 | ||
4 | IF_RSPLS_CR_TYPES | Types for Characteristic Relationships | 20050221 |
Friends
Class CL_RSPLS_CR_EXIT_BASE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20050221 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSPLS_CR_DATETO | Characteristic Relationships: Validity Date | 20050221 | ||
3 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | Boolean | 20050919 | |||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSPLS_STEP | Number of the Characteristic Relationship | 20050221 | ||
5 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050919 | ||||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TO_R_IS_VALID | Reference to CHAR1 Field | 20050919 | ||
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20050818 | ||
8 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Row Structure for Buffer | 20050919 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TO_R_MESG | Typed Reference to Message Structure | 20050919 | ||
10 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Buffer for Check | 20050919 | ||
11 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Buffer for Derive | 20060614 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RS_BOOL | Boolean | 20050919 | ||
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TP_TSX_INSTANCE | Table of Instances for the Class | 20050221 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20050221 |
2 | ![]() |
Static method | Protected | Method | Generate Instance: Protected | 20050221 |
3 | ![]() |
Instance method | Protected | Method | Conversion of SELDR to RANGE Format | 20050818 |
Events
Class CL_RSPLS_CR_EXIT_BASE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TO_R_IS_VALID | Protected | Object reference (TYPE REF TO) | CHAR1 | Reference to CHAR1 Field | 20050919 |
|
2 | TO_R_MESG | Protected | Object reference (TYPE REF TO) | IF_RSPLS_CR_TYPES=>TN_S_MESG | Typed Reference to Message Structure | 20050919 |
|
3 | TP_SX_INSTANCE | Private | See coding | Structure for Instance Management | 20050221 | BEGIN OF tp_sx_instance,
basic_prov TYPE rsinfoprov,
ts_cha_role TYPE if_rspls_char_relation~tn_ts_cha_role,
r_instance TYPE REF TO if_rspls_char_relation,
END OF tp_sx_instance
|
|
4 | TP_TSX_INSTANCE | Private | See coding | Table of Instances for the Class | 20050221 | tp_tsx_instance TYPE SORTED TABLE OF tp_sx_instance
WITH NON-UNIQUE KEY basic_prov
INITIAL SIZE 0
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BASIC_PROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20050221 | ||
2 | ![]() |
I_DATETO | Call by reference | Type reference (TYPE) | RSPLS_CR_DATETO | Merkmalsbeziehungen: Gültigkeitsdatum | 20050221 | ||
3 | ![]() |
I_IS_DERIVE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20050221 | ||
4 | ![]() |
I_STEP | Call by reference | Type reference (TYPE) | IF_RSPLS_CR_TYPES=>TN_STEP | Nummer der Merkmalsbeziehung | 20050221 | ||
5 | ![]() |
I_TS_CHA_ROLE | Call by reference | Type reference (TYPE) | IF_RSPLS_CR_TYPES=>TN_TS_CHA_ROLE | Merkmale(Quelle,Ziel) | 20050221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Methode ist fehlgeschlagen | 20050221 |
Method GET_INSTANCE_O Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BASIC_PROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20050221 | ||
2 | ![]() |
I_CLSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20050715 | ||
3 | ![]() |
I_DATETO | Call by reference | Type reference (TYPE) | RSPLS_CR_DATETO | Merkmalsbeziehungen: Gültigkeitsdatum | 20050221 | ||
4 | ![]() |
I_IS_DERIVE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20050221 | ||
5 | ![]() |
I_STEP | Call by reference | Type reference (TYPE) | IF_RSPLS_CR_TYPES=>TN_STEP | Nummer der Merkmalsbeziehung | 20050221 | ||
6 | ![]() |
I_TS_CHA_ROLE | Call by reference | Type reference (TYPE) | IF_RSPLS_CR_TYPES=>TN_TS_CHA_ROLE | Merkmale(Quelle,Ziel) | 20050221 | ||
7 | ![]() |
R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RSPLS_CHAR_RELATION | Merkmalsbeziehungen | 20050221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Methode ist fehlgeschlagen | 20050221 |
Method SELDR_TO_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW-Data-Manager: Range Liste | 20050818 | ||
2 | ![]() |
I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20050818 |
Method SELDR_TO_RANGE on class CL_RSPLS_CR_EXIT_BASE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |