SAP ABAP Interface IF_RSRT_DATA (Data)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_MODEL (Package) RSRT BICS Model
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_RSRT_DATA_ELEMENT | Data Element | 20111214 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_RSRT_DATA_STRUCTURE | Data Element | 20111214 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_RSRT_DATA_TABLE | Data Table | 20111214 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSRT_DATA_CONTAINER | Data Container | 20120508 |
Properties
| Interface | IF_RSRT_DATA | |
| Short Description | Data |
General Data
| Package | RSRT_BICS_MODEL | RSRT BICS Model |
| Created | 20111006 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 2 | IF_RSRT_DATA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_RSRT_FIELD | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RSRT_DATA has no interface.
Friends
Interface IF_RSRT_DATA has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | N_CID | Instance attribute | Public | Type reference (TYPE) | TN_CID | Unique Type ID | 20111214 | ||
| 2 | N_CS_REPRESENTATION | Constant | Public | See coding | 20120212 | ||||
| 3 | N_FIELDS | Instance attribute | Public | Type reference (TYPE) | I | 20111214 | |||
| 4 | N_NAME | Instance attribute | Public | Type reference (TYPE) | TN_NAME | Data Name | 20111007 | ||
| 5 | N_O_DATA_SUPPLIER | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSRT_DATA_SUPPLIER | Data Table Supplier | 20120209 | ||
| 6 | N_O_TYPEDESCR | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20111214 | ||
| 7 | N_T_FIELDS | Instance attribute | Public | Type reference (TYPE) | IF_RSRT_FIELD=>TN_T_FIELD | Field List | 20111214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get ChangeLog | 20120208 | |
| 2 | Instance method | Public | Method | Get Data | 20111006 | |
| 3 | Instance method | Public | Method | Get Field | 20111214 | |
| 4 | Instance method | Public | Method | Get Fields | 20111214 | |
| 5 | Instance method | Public | Method | Get Message Manager | 20120209 | |
| 6 | Instance method | Public | Method | Get Value | 20111209 | |
| 7 | Instance method | Public | Method | Set Data | 20111006 | |
| 8 | Instance method | Public | Method | Set Data Supplier | 20120209 | |
| 9 | Instance method | Public | Method | Set Value | 20111209 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | HANDLE_CHANGED | Instance Event (0) |
Public (2) |
Handle Data Changed | 20111006 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_CID | Public | Type reference (TYPE) | STRING | Unique Type ID | 20111214 | |
| 2 | TN_NAME | Public | Type reference (TYPE) | STRING | Data Name | 20111007 | |
| 3 | TN_REPRESENTATION | Public | See coding | Representation (Internal Value, External Value) | 20120212 | tn_representation type n length 2
|
|
| 4 | TN_T_DATA | Public | See coding | Data List | 20111007 | tn_t_data type standard table of ref to if_rsrt_data with default key initial size 1
|
Method Signatures
Method GET_CHANGE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_DATA_CHANGELOG | Data ChangeLog | 20120208 |
Method GET_CHANGE_LOG on Interface IF_RSRT_DATA has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20120209 | |||
| 2 | TO_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20120209 | |||
| 3 | VALUE | Call by reference | Type reference (TYPE) | DATA | 20111006 |
Method GET_DATA on Interface IF_RSRT_DATA has no exception.
Method GET_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | IF_RSRT_FIELD=>TN_ID | Field ID | 20111214 | |||
| 2 | VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_FIELD | Field | 20111214 |
Method GET_FIELD on Interface IF_RSRT_DATA has no exception.
Method GET_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | IF_RSRT_FIELD=>TN_T_FIELD | Fields | 20111214 |
Method GET_FIELDS on Interface IF_RSRT_DATA has no exception.
Method GET_MESSAGE_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_DATA_MESSAGE_MANAGER | Message Manager | 20120209 |
Method GET_MESSAGE_MANAGER on Interface IF_RSRT_DATA has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_ID | Call by reference | Type reference (TYPE) | IF_RSRT_FIELD=>TN_ID | SPACE | Field ID | 20111209 | ||
| 2 | INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 0 | Index interner Tabellen | 20111209 | ||
| 3 | REPRESENTATION | Call by reference | Type reference (TYPE) | IF_RSRT_DATA=>TN_REPRESENTATION | IF_RSRT_DATA=>N_CS_REPRESENTATION-INTERNAL | Representation (Internal Value, External Value) | 20120212 | ||
| 4 | R_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20121017 | ||||
| 5 | VALUE | Call by reference | Type reference (TYPE) | DATA | 20111209 |
Method GET_VALUE on Interface IF_RSRT_DATA has no exception.
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | DATA | 20111006 |
Method SET_DATA on Interface IF_RSRT_DATA has no exception.
Method SET_DATA_SUPPLIER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_DATA_SUPPLIER | Data Table Supplier | 20120209 |
Method SET_DATA_SUPPLIER on Interface IF_RSRT_DATA has no exception.
Method SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_ID | Call by reference | Type reference (TYPE) | IF_RSRT_FIELD=>TN_ID | Field ID | 20111209 | |||
| 2 | INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20111209 | |||
| 3 | VALUE | Call by reference | Type reference (TYPE) | DATA | 20111209 |
Method SET_VALUE on Interface IF_RSRT_DATA has no exception.
Event Signatures
Event HANDLE_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILTER_APPLIED | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20111105 | ||
| 2 | NEW | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120110 | ||
| 3 | SORT_APPLIED | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20111105 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |