SAP ABAP Class /PLMU/CL_FRW_G_CONTEXT (Context)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_GUIBB (Package) UI Framework: Generic UI Building Blocks
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /PLMU/CL_FRW_CONTEXT Super Context 20100304
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_CONTEXT Context 20090926
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /PLMU/CL_FRW_G_CONTEXT_MULT Context for Multiple Records 20100827
2 Inheritance (c INHERITING FROM c_ref)  /PLMU/CL_FRW_G_CONTEXT_SINGLE Context for a Single Record 20091111
Properties
Class /PLMU/CL_FRW_G_CONTEXT  
Short Description Context    
Super Class /PLMU/CL_FRW_CONTEXT Super Context 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_GUIBB   UI Framework: Generic UI Building Blocks 
Created 20090926   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /PLMU/CL_FRW_APPL_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /PLMU/IF_FRW_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /PLMU/IF_FRW_G_CONTEXT Context 20090926
Friends
Class /PLMU/CL_FRW_G_CONTEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CALLBACK_PROXY Instance attribute Protected Object reference (TYPE REF TO) /PLMU/CL_FRW_G_CALLBACK_PROXY 20091112
2 MO_CONTEXT_INFO Instance attribute Protected Object reference (TYPE REF TO) /PLMU/CL_FRW_G_CONTEXT_INFO 20100518
3 MO_WIRE_MODEL Instance attribute Private Object reference (TYPE REF TO) /PLMU/CL_FRW_W_MODEL 20110101
4 MR_DATA_BUFFER Instance attribute Protected Object reference (TYPE REF TO) DATA 20091110
5 MT_SELECTION_INDEX Instance attribute Private Type reference (TYPE) /PLMU/TS_FRW_SYTABIX 20091110
6 MT_TABLE_PROPERTIES Instance attribute Private Type reference (TYPE) /PLMB/T_SPI_PROPERTIES 20091113
7 MV_DATA_CHANGED Instance attribute Protected Type reference (TYPE) BOOLE_D 20091002
8 MV_IS_ALIVE Instance attribute Private Type reference (TYPE) BOOLE_D 20090929
9 MV_LEAD_SELECTION_INDEX Instance attribute Private Type reference (TYPE) SYTABIX 20090926
Methods
# Method Level Visibility Method type Description Created on
1 ANIMATE Instance method Public Method 20100615
2 CONSTRUCTOR Instance method Public Constructor 20110203
3 GET_DATA Instance method Public Method 20091115
4 GET_PROPERTIES_OF_TABLE Instance method Public Method 20100929
5 HAS_DATA_CHANGED Instance method Public Method 20130208
6 SET_DATA Instance method Public Method 20110321
Events
# Event Type Visibility Description Created on
1 ROWS_DELETED Instance Event
(0)
Public
(2)
20091119
2 ROW_MODIFIED Instance Event
(0)
Public
(2)
20091101
Types
Class /PLMU/CL_FRW_G_CONTEXT has no local type.
Method Signatures

Method ANIMATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELD_DEFINITION Call by reference Type reference (TYPE) /PLMU/T_FRW_G_FIELD_DESCR 20100615
2 Exporting EO_FIELD_CATALOG_STRUCT Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20120502
3 Exporting EO_FIELD_CATALOG_TABLE Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20120502
4 Importing IO_DATA_STRUCTURE Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20120502
5 Importing IT_TABLE_KEY Call by reference Type reference (TYPE) ABAP_TABLE_KEYDESCR_TAB 20120502
6 Importing IT_TECHNICAL_FIELD Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20120502

Method ANIMATE on class /PLMU/CL_FRW_G_CONTEXT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLBACK_PROXY Call by reference Object reference (TYPE REF TO) /PLMU/CL_FRW_G_CALLBACK_PROXY Call Back Proxy 20110203
2 Importing IO_NODE_METADATA Call by reference Object reference (TYPE REF TO) /PLMB/IF_SPI_METADATA_NODE Metadata of a single node 20110203
3 Importing IO_WIRE_MODEL Call by reference Object reference (TYPE REF TO) /PLMU/CL_FRW_W_MODEL Wire Model 20110203

Method CONSTRUCTOR on class /PLMU/CL_FRW_G_CONTEXT has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) ANY 20130307
2 Changing CT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20130307
3 Exporting EV_DATA_CHANGED Call by reference Type reference (TYPE) BOOLE_D 20091115

Method GET_DATA on class /PLMU/CL_FRW_G_CONTEXT has no exception.

Method GET_PROPERTIES_OF_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLE_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_PROPERTIES 20100929
2 Importing IT_COLUMN Call by reference Type reference (TYPE) /PLMU/T_FRW_G_FIELDNAME 20100929

Method GET_PROPERTIES_OF_TABLE on class /PLMU/CL_FRW_G_CONTEXT has no exception.

Method HAS_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATA_CHANGED Value transfer Type reference (TYPE) BOOLE_D 20130208

Method HAS_DATA_CHANGED on class /PLMU/CL_FRW_G_CONTEXT has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20130306
2 Importing IT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20130306

Method SET_DATA on class /PLMU/CL_FRW_G_CONTEXT has no exception.
Event Signatures

Event ROWS_DELETED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IT_INDEX Exporting Value transfer Type reference (TYPE) /PLMU/TS_FRW_SYTABIX 20091119

Event ROW_MODIFIED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IV_INDEX Exporting Value transfer Type reference (TYPE) INT4 Natural number 20091101
History
Last changed by/on SAP  20140121 
SAP Release Created in 702