SAP ABAP Class CL_RSPLS_DS_TRANSIENT (Runtime Data Slices)
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_DATASLICE | Data Slice | 20130424 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DS_METHODS | Methods for Data Slices | 20130424 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DS_TYPES | Types for Data Slices | 20130424 |
Properties
Class | CL_RSPLS_DS_TRANSIENT | |
Short Description | Runtime Data Slices | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSPLS | Planning: General Services |
Created | 20130424 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSPLS_DATASLICE | Data Slice | 20130424 | ||
2 | IF_RSPLS_DS_METHODS | Methods for Data Slices | 20130424 | ||
3 | IF_RSPLS_DS_TYPES | Types for Data Slices | 20130424 |
Friends
Class CL_RSPLS_DS_TRANSIENT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20130424 | ||||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSPLS_DSNR | 20130424 | |||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TABNAME | 20130424 | |||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_FIELD | 20130424 | |||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20130424 | |||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20130424 | |||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSPLS_TABLE_BUFFER | After image logic for table records | 20130923 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20130424 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TP_TSX_INSTANCE | 20130424 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20130424 | |
2 | ![]() |
Static method | Public | Method | 20130424 | |
3 | ![]() |
Static method | Public | Method | 20130424 | |
4 | ![]() |
Static method | Public | Method | 20130424 |
Events
Class CL_RSPLS_DS_TRANSIENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_SX_INSTANCE | Private | See coding | 20130424 | BEGIN OF tp_sx_instance,
basic_prov TYPE rsinfoprov,
ts_iobj TYPE IF_RSPLS_DS_TYPES=>TN_TS_IOBJ,
r_instance TYPE REF TO IF_RSPLS_DATASLICE,
END OF tp_sx_instance
|
||
2 | TP_TSX_INSTANCE | Private | See coding | 20130424 | 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 | 20130424 | |||
2 | ![]() |
I_DSNR | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_DSNR | 20130424 | |||
3 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | 20130424 | |||
4 | ![]() |
I_TS_FIELDS_MAP | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_FIELD | 20130424 | |||
5 | ![]() |
I_TS_IOBJ | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_IOBJ | 20130424 | |||
6 | ![]() |
I_T_COMBI | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130424 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Method Failed | 20130725 |
Method FREE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DATASLICE | Call by reference | Object reference (TYPE REF TO) | IF_RSPLS_DATASLICE | 20130424 |
Method FREE_INSTANCE on class CL_RSPLS_DS_TRANSIENT has no exception.
Method GET_INSTANCE 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 | 20130424 | |||
2 | ![]() |
I_DSNR | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_DSNR | 20130424 | |||
3 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | 20130424 | |||
4 | ![]() |
I_TS_FIELDS_MAP | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_FIELD | 20130424 | |||
5 | ![]() |
I_TS_IOBJ | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_IOBJ | 20130424 | |||
6 | ![]() |
I_T_COMBI | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130424 | |||
7 | ![]() |
R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RSPLS_DATASLICE | 20130424 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Method Failed | 20130725 |
Method GET_LINE_TYPE_DS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | 20130424 | |||
2 | ![]() |
I_TS_IOBJ | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_IOBJ | 20130424 | |||
3 | ![]() |
R_R_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20130424 |
Method GET_LINE_TYPE_DS on class CL_RSPLS_DS_TRANSIENT has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |