SAP ABAP Class CL_MWB_GRID_VIEW (alv grid wrapper)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MWBGUI (Package) Migration Workbench GUI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_MWB_SCREEN_VIEW | Basic screen class | 20060123 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MWB_CONTROL_VIEW | GUI control | 20060123 |
Properties
| Class | CL_MWB_GRID_VIEW | |
| Short Description | alv grid wrapper | |
| Super Class | CL_MWB_SCREEN_VIEW | Basic screen class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_MWBGUI | Migration Workbench GUI |
| Created | 20060123 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_MWB_CONTROL_VIEW | GUI control | 20060123 |
Friends
Class CL_MWB_GRID_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | UI_FUNCTIONS | Function Code Table | 20060518 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | LVC_T_FCAT | Field catalogue | 20060123 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Reference to Output Table | 20060123 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CNTL_HANDLE | 20060420 | ||||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Abstract Container for GUI Controls | 20060123 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING40 | String with 40 characters in shmtable_s | 20060123 | |||
| 7 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | Basic screen class | 20060123 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | LVC_S_LAYO | ALV control: Layout structure | 20060310 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | LVC_T_DRAL | Table for Drop Down Handles with Aliases | 20060420 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | '0' | boolean variable (X=true, -=false, space=unknown) | 20060425 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | REFRESH_DISPLAY | Instance Event (0) |
Public (2) |
20060515 |
Types
Class CL_MWB_GRID_VIEW has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONT_NAME | Call by reference | Type reference (TYPE) | STRING | 20060123 | ||||
| 2 | IM_DYNNR | Call by reference | Type reference (TYPE) | SYST-DYNNR | 20060123 | ||||
| 3 | IM_PROG | Call by reference | Type reference (TYPE) | SY-REPID | 20060123 |
Method CONSTRUCTOR on class CL_MWB_GRID_VIEW has no exception.
Method CREATE_CONTAINER Signature
Method CREATE_CONTAINER on class CL_MWB_GRID_VIEW has no parameter.
Method CREATE_CONTAINER on class CL_MWB_GRID_VIEW has no exception.
Method CREATE_GRID Signature
Method CREATE_GRID on class CL_MWB_GRID_VIEW has no parameter.
Method CREATE_GRID on class CL_MWB_GRID_VIEW has no exception.
Method HANDLE_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_CHANGED | Call by reference | Attribute reference (LIKE) | 20060511 | |||||
| 2 | E_ONF4 | Call by reference | Attribute reference (LIKE) | 20060511 | |||||
| 3 | E_ONF4_AFTER | Call by reference | Attribute reference (LIKE) | 20060511 | |||||
| 4 | E_ONF4_BEFORE | Call by reference | Attribute reference (LIKE) | 20060511 | |||||
| 5 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20060511 |
Method HANDLE_DATA_CHANGED on class CL_MWB_GRID_VIEW has no exception.
Method HANDLE_DATA_CHANGED_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GOOD_CELLS | Call by reference | Attribute reference (LIKE) | 20060511 | |||||
| 2 | E_MODIFIED | Call by reference | Attribute reference (LIKE) | 20060511 |
Method HANDLE_DATA_CHANGED_FINISHED on class CL_MWB_GRID_VIEW has no exception.
Method HANDLE_DOUBLE_CLICK 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) | 20060206 | |||||
| 2 | E_COLUMN | Call by reference | Attribute reference (LIKE) | 20060206 | |||||
| 3 | E_ROW | Call by reference | Attribute reference (LIKE) | 20060206 |
Method HANDLE_DOUBLE_CLICK on class CL_MWB_GRID_VIEW has no exception.
Method HANDLE_HOTSPOT_CLICK 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) | 20060206 | |||||
| 2 | E_COLUMN_ID | Call by reference | Attribute reference (LIKE) | 20060206 | |||||
| 3 | E_ROW_ID | Call by reference | Attribute reference (LIKE) | 20060206 |
Method HANDLE_HOTSPOT_CLICK on class CL_MWB_GRID_VIEW has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTERACTIVE | Call by reference | Attribute reference (LIKE) | 20060417 | |||||
| 2 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20060417 |
Method HANDLE_TOOLBAR on class CL_MWB_GRID_VIEW has no exception.
Method HANDLE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20060417 |
Method HANDLE_USER_COMMAND on class CL_MWB_GRID_VIEW has no exception.
Method SET_DROP_DOWN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DDVAL | Value transfer | Type reference (TYPE) | LVC_T_DROP | 20060420 |
Method SET_DROP_DOWN on class CL_MWB_GRID_VIEW has no exception.
Method SET_EVENT_HANDLERS Signature
Method SET_EVENT_HANDLERS on class CL_MWB_GRID_VIEW has no parameter.
Method SET_EVENT_HANDLERS on class CL_MWB_GRID_VIEW has no exception.
Method SET_FIELDCATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | 20060202 |
Method SET_FIELDCATALOG on class CL_MWB_GRID_VIEW has no exception.
Method SET_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LAYOUT | Call by reference | Type reference (TYPE) | LVC_S_LAYO | 20060310 |
Method SET_LAYOUT on class CL_MWB_GRID_VIEW has no exception.
Method SET_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TAB | Call by reference | Object reference (TYPE REF TO) | DATA | 20060202 |
Method SET_TABLE on class CL_MWB_GRID_VIEW has no exception.
Method UPDATE_GRID Signature
Method UPDATE_GRID on class CL_MWB_GRID_VIEW has no parameter.
Method UPDATE_GRID on class CL_MWB_GRID_VIEW has no exception.
Event Signatures
Event REFRESH_DISPLAY Signature
Event REFRESH_DISPLAY on class CL_MWB_GRID_VIEW has no parameter.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 620 |