SAP ABAP Class CL_RSPLS_DS_RUNTIME (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 | 20130422 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DS_EXIT_HDB | Exit with InMemory runtime | 20130704 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DS_METHODS | Methods for Data Slices | 20130422 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DS_RUNTIME_HDB | Workstatus | 20130802 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLS_DS_TYPES | Types for Data Slices | 20130422 |
Properties
| Class | CL_RSPLS_DS_RUNTIME | |
| Short Description | Runtime Data Slices | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLS | Planning: General Services |
| Created | 20130422 | 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 | 20130422 | ||
| 2 | IF_RSPLS_DS_EXIT_HDB | Exit with InMemory runtime | 20130704 | ||
| 3 | IF_RSPLS_DS_METHODS | Methods for Data Slices | 20130422 | ||
| 4 | IF_RSPLS_DS_RUNTIME_HDB | Workstatus | 20130802 | ||
| 5 | IF_RSPLS_DS_TYPES | Types for Data Slices | 20130422 |
Friends
Class CL_RSPLS_DS_RUNTIME 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) | 20130422 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSPLS_DSNR | 20130906 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20130422 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSPLS_WORK_STATUS_BUFFER | Work Status Buffer | 20130906 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | TP_TSX_INSTANCE | 20130422 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_FIELD | 20130906 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20130422 | |
| 2 | Instance method | Private | Method | Free instance | 20130906 | |
| 3 | Static method | Public | Method | Release all instances corresponding to an OLAP Area | 20130906 | |
| 4 | Static method | Public | Method | Factory method | 20130422 |
Events
Class CL_RSPLS_DS_RUNTIME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_SX_INSTANCE | Private | See coding | 20130422 | BEGIN OF tp_sx_instance,
area TYPE rrarea,
basic_prov TYPE rsinfoprov,
r_instance TYPE REF TO IF_RSPLS_DATASLICE,
END OF tp_sx_instance
|
||
| 2 | TP_TSX_INSTANCE | Private | See coding | 20130422 | tp_tsx_instance TYPE SORTED TABLE OF tp_sx_instance
WITH NON-UNIQUE KEY area 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 | 20130422 | ||||
| 2 | I_DSNR | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_DSNR | 20130422 | ||||
| 3 | I_R_WS_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_RSPLS_WORK_STATUS_BUFFER | Work Status Buffer | 20130422 | |||
| 4 | I_TS_FIELDS_MAP | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_FIELD | 20130422 | ||||
| 5 | I_TS_IOBJ | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_IOBJ | 20130422 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Failed | 20130725 |
Method FREE Signature
Method FREE on class CL_RSPLS_DS_RUNTIME has no parameter.
Method FREE on class CL_RSPLS_DS_RUNTIME has no exception.
Method FREE_INSTANCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AREA | Call by reference | Type reference (TYPE) | RRAREA | Application Area | 20130906 |
Method FREE_INSTANCES on class CL_RSPLS_DS_RUNTIME has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AREA | Call by reference | Type reference (TYPE) | RRAREA | Application Area | 20130805 | |||
| 2 | I_BASIC_PROV | Call by reference | Type reference (TYPE) | RSINFOPROV | Basic Provider | 20130422 | |||
| 3 | I_DSNR | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_DSNR | Number of Data Slice | 20130422 | |||
| 4 | I_R_WS_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_RSPLS_WORK_STATUS_BUFFER | Work Status Buffer | 20130422 | |||
| 5 | I_TS_FIELDS_MAP | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_FIELD | 20130422 | ||||
| 6 | I_TS_IOBJ | Call by reference | Type reference (TYPE) | IF_RSPLS_DS_TYPES=>TN_TS_IOBJ | List of InfoObjects | 20130422 | |||
| 7 | R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RSPLS_DATASLICE | 20130422 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Failed | 20130725 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |