SAP ABAP Class CL_RSODSO_GUI_VIEW_GRID (View - Maintenance Grid (MVC))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSODSO_GUI (Package) UI Framework for DataStore objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSODSO_MVC_VIEW MVC View 20121109
Properties
Class CL_RSODSO_GUI_VIEW_GRID  
Short Description View - Maintenance Grid (MVC)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODSO_GUI   UI Framework for DataStore objects 
Created 20121109   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSODSO_MVC_VIEW MVC View 20121109
Friends
# Friend Modeled only Created on Description
1 IF_RSODSO_MVC_VIEW 20121109 MVC View
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OR_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Custom Controls in the Screen Area 20121109
2 OR_DRAGDROP Instance attribute Protected Object reference (TYPE REF TO) CL_DRAGDROP Behavior for Drag and Drop 20130624
3 OR_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20121109
4 OR_GUI_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_GUI_CTRL Controller (MVC) 20121109
5 OR_MODEL Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_GUI_MODEL Model (MVC) 20121128
6 OT_GRID_DATA Instance attribute Protected Type reference (TYPE) TT_OUTPUT_TABLE List of DataStores 20121112
7 OT_SELECTED_CELLS Instance attribute Protected Type reference (TYPE) LVC_T_CELL ALV control: Table with cell descriptions 20130110
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CHANGED_DATA Instance method Public Method 20121121
2 CONFIGURE_GRID_FOR_FIELDS Instance method Protected Method 20121128
3 CONFIGURE_GRID_FOR_INFOOBJECTS Instance method Protected Method 20121128
4 CONSTRUCTOR Instance method Public Constructor 20121109
5 FILL_GRID Instance method Protected Method 20121127
6 FREE Instance method Public Method 20121109
7 GET_COLOR_FORMAT Instance method Protected Method 20130125
8 GET_SEL_POSIT Instance method Public Method 20130621
9 GET_STYLE_FORMAT Instance method Private Method 20130125
10 INIT Instance method Public Method 20121109
11 ON_DRAG Instance method Protected Event handling method 20130624
12 ON_DROP Instance method Protected Event handling method 20130624
13 ON_F4_HELP Instance method Protected Event handling method 20130619
14 ON_FUNCTION_SELECTED Instance method Protected Event handling method 20130620
15 ON_TOOLBAR_CREATE Instance method Protected Event handling method 20121127
16 ON_VALUE_ENTERED Instance method Protected Event handling method 20130110
17 REFRESH Instance method Public Method 20121109
18 SET_EDIT_MODE Instance method Public Method 20121128
Events
Class CL_RSODSO_GUI_VIEW_GRID has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_OUTPUT_TABLE Protected See coding 20121129 BEGIN OF ts_output_table. INCLUDE TYPE rsodso_s_gui_structdescr. TYPES: cell_style TYPE lvc_t_styl, cell_color TYPE lvc_t_scol. TYPES: END OF ts_output_table
2 TT_OUTPUT_TABLE Protected See coding 20121129 tt_output_table TYPE TABLE OF ts_output_table
Method Signatures

Method CHECK_CHANGED_DATA Signature

Method CHECK_CHANGED_DATA on class CL_RSODSO_GUI_VIEW_GRID has no parameter.
Method CHECK_CHANGED_DATA on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method CONFIGURE_GRID_FOR_FIELDS Signature

Method CONFIGURE_GRID_FOR_FIELDS on class CL_RSODSO_GUI_VIEW_GRID has no parameter.
Method CONFIGURE_GRID_FOR_FIELDS on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method CONFIGURE_GRID_FOR_INFOOBJECTS Signature

Method CONFIGURE_GRID_FOR_INFOOBJECTS on class CL_RSODSO_GUI_VIEW_GRID has no parameter.
Method CONFIGURE_GRID_FOR_INFOOBJECTS on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Custom Controls in the Screen Area 20121109
2 Importing IR_GUI_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_RSODSO_GUI_CTRL Controller (MVC) 20121109
3 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) CL_RSODSO_GUI_MODEL Model (MVC) 20121128

Method CONSTRUCTOR on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method FILL_GRID Signature

Method FILL_GRID on class CL_RSODSO_GUI_VIEW_GRID has no parameter.
Method FILL_GRID on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method FREE Signature

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

Method GET_COLOR_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ICONTAB Call by reference Type reference (TYPE) RSODSO_T_COMP Bit Vector Showing Inconsitencies 20130211
2 Returning RT_COLOR Value transfer Type reference (TYPE) LVC_T_SCOL ALV control: Table for cell coloring 20130125

Method GET_COLOR_FORMAT on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method GET_SEL_POSIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_POSIT Value transfer Type reference (TYPE) RSODSO_T_POSIT Position of the Field in the Structure / Table 20130621

Method GET_SEL_POSIT on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method GET_STYLE_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DISTAB Call by reference Type reference (TYPE) RSODSO_T_COMP List of components 20130211
2 Returning RT_STYLE Value transfer Type reference (TYPE) LVC_T_STYL ALV Control: Style Table for Cells 20130125

Method GET_STYLE_FORMAT on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method INIT Signature

Method INIT on class CL_RSODSO_GUI_VIEW_GRID has no parameter.
Method INIT on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method ON_DRAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20130624
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20130624
3 Importing E_DRAGDROPOBJ Call by reference Attribute reference (LIKE) 20130624
4 Importing E_ROW Call by reference Attribute reference (LIKE) 20130624

Method ON_DRAG on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method ON_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20130624
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20130624
3 Importing E_DRAGDROPOBJ Call by reference Attribute reference (LIKE) 20130624
4 Importing E_ROW Call by reference Attribute reference (LIKE) 20130624

Method ON_DROP on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method ON_F4_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Attribute reference (LIKE) 20130619
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20130619
3 Importing ET_BAD_CELLS Call by reference Attribute reference (LIKE) 20130619
4 Importing E_DISPLAY Call by reference Attribute reference (LIKE) 20130619
5 Importing E_FIELDNAME Call by reference Attribute reference (LIKE) 20130619
6 Importing E_FIELDVALUE Call by reference Attribute reference (LIKE) 20130619

Method ON_F4_HELP on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method ON_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20130620

Method ON_FUNCTION_SELECTED on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method ON_TOOLBAR_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20121127
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20121127

Method ON_TOOLBAR_CREATE on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method ON_VALUE_ENTERED Signature

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

Method ON_VALUE_ENTERED on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method REFRESH Signature

Method REFRESH on class CL_RSODSO_GUI_VIEW_GRID has no parameter.
Method REFRESH on class CL_RSODSO_GUI_VIEW_GRID has no exception.

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EDITABLE Call by reference Type reference (TYPE) RS_BOOL Boolean 20121128

Method SET_EDIT_MODE on class CL_RSODSO_GUI_VIEW_GRID has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740