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 | 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 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Custom Controls in the Screen Area | 20121109 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_DRAGDROP | Behavior for Drag and Drop | 20130624 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20121109 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSODSO_GUI_CTRL | Controller (MVC) | 20121109 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSODSO_GUI_MODEL | Model (MVC) | 20121128 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TT_OUTPUT_TABLE | List of DataStores | 20121112 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | LVC_T_CELL | ALV control: Table with cell descriptions | 20130110 |
Methods
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 | IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Custom Controls in the Screen Area | 20121109 | |||
| 2 | IR_GUI_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_RSODSO_GUI_CTRL | Controller (MVC) | 20121109 | |||
| 3 | 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 | IT_ICONTAB | Call by reference | Type reference (TYPE) | RSODSO_T_COMP | Bit Vector Showing Inconsitencies | 20130211 | |||
| 2 | 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 | 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 | IT_DISTAB | Call by reference | Type reference (TYPE) | RSODSO_T_COMP | List of components | 20130211 | |||
| 2 | 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 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20130624 | |||||
| 2 | E_COLUMN | Call by reference | Attribute reference (LIKE) | 20130624 | |||||
| 3 | E_DRAGDROPOBJ | Call by reference | Attribute reference (LIKE) | 20130624 | |||||
| 4 | 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 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20130624 | |||||
| 2 | E_COLUMN | Call by reference | Attribute reference (LIKE) | 20130624 | |||||
| 3 | E_DRAGDROPOBJ | Call by reference | Attribute reference (LIKE) | 20130624 | |||||
| 4 | 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 | ER_EVENT_DATA | Call by reference | Attribute reference (LIKE) | 20130619 | |||||
| 2 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20130619 | |||||
| 3 | ET_BAD_CELLS | Call by reference | Attribute reference (LIKE) | 20130619 | |||||
| 4 | E_DISPLAY | Call by reference | Attribute reference (LIKE) | 20130619 | |||||
| 5 | E_FIELDNAME | Call by reference | Attribute reference (LIKE) | 20130619 | |||||
| 6 | 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 | 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 | E_INTERACTIVE | Value transfer | Attribute reference (LIKE) | 20121127 | |||||
| 2 | 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 | ET_GOOD_CELLS | Value transfer | Attribute reference (LIKE) | 20130110 | |||||
| 2 | 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 | 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 |