SAP ABAP Class /PLMU/CL_FRW_G_CONTEXT_MULT_ED (Context for Multiple Editable Records)
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_G_CONTEXT_MULT Context for Multiple Records 20100827
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_HI Context for Multiple Editable Hierarchical Records 20100903
Properties
Class /PLMU/CL_FRW_G_CONTEXT_MULT_ED  
Short Description Context for Multiple Editable Records    
Super Class /PLMU/CL_FRW_G_CONTEXT_MULT Context for Multiple Records 
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 20100827   SAP 
Last change 20130531   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
Class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no interface implemented.
Friends
Class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CHANGEABLE Constant Private See coding 20100827
2 GC_FIELD_PROPERTY_COMPONENT Constant Private See coding 20100827
3 GC_INACTIVE Constant Private See coding 20100827
4 GC_INVISIBLE Constant Private See coding 20100827
5 GC_MANDATORY Constant Private See coding 20100827
6 GC_READONLY Constant Private See coding 20100827
7 MO_ITAB_CHANGE_LOG Instance attribute Private Object reference (TYPE REF TO) CL_SALV_ITAB_LOGGER_LINE_MODE 20110114
8 MT_COMPONENT_REGISTER Instance attribute Private Type reference (TYPE) GTY_T_COMPONENT_REGISTER 20120522
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20110321
2 GET_ATTRIBUTES Instance method Public Method 20120516
3 GET_CHANGE_LOG Instance method Public Method 20110114
4 GET_PROPERTIES_OF_FIELD Instance method Private Method Get properties of field 20100827
5 SET_ATTRIBUTES Instance method Public Method 20120516
6 SET_PROPERTIES_OF_FIELD Instance method Private Method 20100827
Events
Class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_ATTRIBUTE_VALUE Public See coding 20120516 BEGIN OF gty_s_attribute_value, index TYPE int4, attribute_name TYPE fieldname, value TYPE string, END OF gty_s_attribute_value
2 GTY_S_COMPONENT_REGISTER Private See coding 20120522 BEGIN OF gty_s_component_register, component_name TYPE fieldname, END OF gty_s_component_register
3 GTY_T_ATTRIBUTE_VALUE Public See coding 20120516 gty_t_attribute_value TYPE SORTED TABLE OF gty_s_attribute_value WITH UNIQUE KEY index attribute_name WITH NON-UNIQUE SORTED KEY attribute_name COMPONENTS attribute_name
4 GTY_T_COMPONENT_REGISTER Private See coding 20120522 gty_t_component_register TYPE SORTED TABLE OF gty_s_component_register WITH UNIQUE KEY component_name
Method Signatures

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 20110321
2 Importing IO_NODE_METADATA Call by reference Object reference (TYPE REF TO) /PLMB/IF_SPI_METADATA_NODE 20110321
3 Importing IO_WIRE_MODEL Call by reference Object reference (TYPE REF TO) /PLMU/CL_FRW_W_MODEL 20110321
4 Importing IV_ACTIVATE_CHANGE_LOG Call by reference Type reference (TYPE) BOOLE_D 20110321
5 Importing IV_NUMBER_OF_DEFAULT_ROWS Call by reference Type reference (TYPE) INT4 20110321

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

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE_VALUE Call by reference Type reference (TYPE) GTY_T_ATTRIBUTE_VALUE 20120516
2 Importing IT_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING_TABLE 20120516
3 Importing IT_INDEX Call by reference Type reference (TYPE) /PLMU/TS_FRW_SYTABIX 20120516

Method GET_ATTRIBUTES on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.

Method GET_CHANGE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ITAB_CHANGE_LOG Value transfer Object reference (TYPE REF TO) IF_SALV_ITAB_CHANGE_LOG Change log for internal tables 20110114

Method GET_CHANGE_LOG on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.

Method GET_PROPERTIES_OF_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OPTION Call by reference Type reference (TYPE) /PLMB/SPI_PRPTY_OPTION Field Property Option 20100827
2 Importing IS_ROW Call by reference Type reference (TYPE) DATA 20100827
3 Importing IV_INDEX Call by reference Type reference (TYPE) I 20100827

Method GET_PROPERTIES_OF_FIELD on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTRIBUTE_VALUE Call by reference Type reference (TYPE) GTY_T_ATTRIBUTE_VALUE 20120516

Method SET_ATTRIBUTES on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.

Method SET_PROPERTIES_OF_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ROW Call by reference Type reference (TYPE) ANY 20100827
2 Importing IV_INDEX Call by reference Type reference (TYPE) SYTABIX Field Name 20100827
3 Importing IV_OPTION Call by reference Type reference (TYPE) /PLMB/SPI_PRPTY_OPTION Field Property Option 20100827

Method SET_PROPERTIES_OF_FIELD on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703