SAP ABAP Class CL_RSMRM_GEN_UI_ALV_EDIT_ABS (Abstract class for ALVs - Editable)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-CRM (Application Component) Customer Relationship Management
     RSMRM_GENERAL (Package) MRM: General objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSMRM_ACCR_UI_ALV_EXEC_LOG Class for ALVs - Class Characteristics 20040203
2 Inheritance (c INHERITING FROM c_ref)  CL_RSMRM_CORM_UI_ALV_CLS_CHARS Class for ALVs - Class Characteristics 20040129
3 Inheritance (c INHERITING FROM c_ref)  CL_RSMRM_CORM_UI_ALV_EXEC_LOG Class for ALVs - Class Characteristics 20040129
Properties
Class CL_RSMRM_GEN_UI_ALV_EDIT_ABS  
Short Description Abstract class for ALVs - Editable    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSMRM_GENERAL   MRM: General objects 
Created 20040129   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no forward declaration.
Interfaces
Class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no interface implemented.
Friends
Class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _ALV_IS_INITIALIZED Instance attribute Protected Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20040129
2 _IS_EDITABLE Instance attribute Protected Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20040129
3 _IS_HIDDEN Instance attribute Protected Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20040129
4 _IS_MODIFIED Instance attribute Protected Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20040202
5 _LAYOUT Instance attribute Protected Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20040129
6 _R_ALV Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040129
7 _R_ALV_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20040129
8 _T_FCAT Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20040129
9 _T_TOOLBAR_EXCLUDE Instance attribute Protected Type reference (TYPE) UI_FUNCTIONS Function Code Table 20040129
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATA Instance method Public Event handling method Check Data 20040217
2 CLEAR_IS_MODIFIED Instance method Public Method Clear "Is Modified" 20040202
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040129
4 FLUSH Instance method Public Method Flush 20040129
5 FREE Instance method Public Method Free memory 20040129
6 IS_MODIFIED Instance method Public Method is Modified 20040202
7 ON_DATA_CHANGED Instance method Public Event handling method Handler for ALV Data change event 20040129
8 SET_EDITABLE Instance method Public Method Set Editable Property 20040129
9 SET_HIDDEN Instance method Public Method Hide? 20040129
10 _INITIALIZE Instance method Protected Method Initialize 20040129
11 _UPDATE_VALUES Instance method Protected Method Update 20040129
Events
# Event Type Visibility Description Created on
1 ENTER Instance Event
(0)
Public
(2)
20040129
Types
Class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no local type.
Method Signatures

Method CHECK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Call by reference Attribute reference (LIKE) 20040217
2 Importing E_ONF4 Call by reference Attribute reference (LIKE) 20040217
3 Importing E_ONF4_AFTER Call by reference Attribute reference (LIKE) 20040217
4 Importing E_ONF4_BEFORE Call by reference Attribute reference (LIKE) 20040217
5 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20040217

Method CHECK_DATA on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method CLEAR_IS_MODIFIED Signature

Method CLEAR_IS_MODIFIED on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no parameter.
Method CLEAR_IS_MODIFIED on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARENT_NAME Call by reference Type reference (TYPE) STRING 20040129

Method CONSTRUCTOR on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method FLUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_VALID Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20040217

Method FLUSH on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method FREE Signature

Method FREE on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no parameter.
Method FREE on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method IS_MODIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_BOOL Value transfer Type reference (TYPE) BOOLEAN Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20040202

Method IS_MODIFIED on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method ON_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Call by reference Attribute reference (LIKE) 20040129
2 Importing E_MODIFIED Call by reference Attribute reference (LIKE) 20040129

Method ON_DATA_CHANGED on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method SET_EDITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) BOOLEAN Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20040129

Method SET_EDITABLE on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method SET_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) BOOLEAN Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20040129

Method SET_HIDDEN on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method _INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_VALUES Call by reference Type reference (TYPE) STANDARD TABLE 20040129

Method _INITIALIZE on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.

Method _UPDATE_VALUES Signature

Method _UPDATE_VALUES on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no parameter.
Method _UPDATE_VALUES on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no exception.
Event Signatures

Event ENTER Signature
Event ENTER on class CL_RSMRM_GEN_UI_ALV_EDIT_ABS has no parameter.
History
Last changed by/on SAP  20141101 
SAP Release Created in 331