SAP ABAP Class IF_RSRT_DATA (Data)
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
Class IF_RSRT_DATA  
Short Description Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111006   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_RSRT_DATA has no interface implemented.
Friends
Class IF_RSRT_DATA has no friend class.
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 GET_CHANGE_LOG Instance method Public Method Get ChangeLog 20120208
2 GET_DATA Instance method Public Method Get Data 20111006
3 GET_FIELD Instance method Public Method Get Field 20111214
4 GET_FIELDS Instance method Public Method Get Fields 20111214
5 GET_MESSAGE_MANAGER Instance method Public Method Get Message Manager 20120209
6 GET_VALUE Instance method Public Method Get Value 20111209
7 SET_DATA Instance method Public Method Set Data 20111006
8 SET_DATA_SUPPLIER Instance method Public Method Set Data Supplier 20120209
9 SET_VALUE 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 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_DATA_CHANGELOG Data ChangeLog 20120208

Method GET_CHANGE_LOG on class 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 Importing FROM_INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120209
2 Importing TO_INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20120209
3 Exporting VALUE Call by reference Type reference (TYPE) DATA 20111006

Method GET_DATA on class 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 Importing ID Call by reference Type reference (TYPE) IF_RSRT_FIELD=>TN_ID Field ID 20111214
2 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_FIELD Field 20111214

Method GET_FIELD on class 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 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_FIELD=>TN_T_FIELD Fields 20111214

Method GET_FIELDS on class 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 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_DATA_MESSAGE_MANAGER Message Manager 20120209

Method GET_MESSAGE_MANAGER on class 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 Importing FIELD_ID Call by reference Type reference (TYPE) IF_RSRT_FIELD=>TN_ID SPACE Field ID 20111209
2 Importing INDEX Call by reference Type reference (TYPE) SYTABIX 0 Index interner Tabellen 20111209
3 Importing 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 Exporting R_VALUE Call by reference Object reference (TYPE REF TO) DATA 20121017
5 Exporting VALUE Call by reference Type reference (TYPE) DATA 20111209

Method GET_VALUE on class 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 Importing VALUE Call by reference Type reference (TYPE) DATA 20111006

Method SET_DATA on class 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 Importing VALUE Call by reference Object reference (TYPE REF TO) IF_RSRT_DATA_SUPPLIER Data Table Supplier 20120209

Method SET_DATA_SUPPLIER on class 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 Importing FIELD_ID Call by reference Type reference (TYPE) IF_RSRT_FIELD=>TN_ID Field ID 20111209
2 Importing INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20111209
3 Importing VALUE Call by reference Type reference (TYPE) DATA 20111209

Method SET_VALUE on class 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