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 CNTL 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 EXCLUDE_TAB Instance attribute Public Type reference (TYPE) UI_FUNCTIONS Function Code Table 20060518
2 GT_FIELDCATALOG Instance attribute Public Type reference (TYPE) LVC_T_FCAT Field catalogue 20060123
3 GT_TABLE Instance attribute Public Object reference (TYPE REF TO) DATA Reference to Output Table 20060123
4 H_CONTROL Instance attribute Private Type reference (TYPE) CNTL_HANDLE 20060420
5 MY_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Abstract Container for GUI Controls 20060123
6 MY_CONT_NAME Instance attribute Private Type reference (TYPE) STRING40 String with 40 characters in shmtable_s 20060123
7 MY_GRID Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID Basic screen class 20060123
8 MY_LAYOUT Instance attribute Public Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20060310
9 M_DROPDOWN_ALIASES Instance attribute Private Type reference (TYPE) LVC_T_DRAL Table for Drop Down Handles with Aliases 20060420
10 TAB_DISPLAYED Instance attribute Public Type reference (TYPE) BOOLEAN '0' boolean variable (X=true, -=false, space=unknown) 20060425
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060123
2 CREATE_CONTAINER Instance method Public Method Create container 20060123
3 CREATE_GRID Instance method Public Method Create Grid 20060123
4 HANDLE_DATA_CHANGED Instance method Public Event handling method 20060511
5 HANDLE_DATA_CHANGED_FINISHED Instance method Public Event handling method handle_data_changed_finished 20060511
6 HANDLE_DOUBLE_CLICK Instance method Public Event handling method Double click handler method 20060123
7 HANDLE_HOTSPOT_CLICK Instance method Public Event handling method Handle hotspot click 20060206
8 HANDLE_TOOLBAR Instance method Public Event handling method 20060417
9 HANDLE_USER_COMMAND Instance method Public Event handling method 20060417
10 SET_DROP_DOWN Instance method Public Method Set Dropdown Table 20060420
11 SET_EVENT_HANDLERS Instance method Public Method Set the event handlers 20060206
12 SET_FIELDCATALOG Instance method Public Method Set the fiedlcatalogue of the grid 20060202
13 SET_LAYOUT Instance method Public Method Set the layout for the grid 20060310
14 SET_TABLE Instance method Public Method set the data table 20060202
15 UPDATE_GRID Instance method Public Method Update grid display 20060123
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 Importing IM_CONT_NAME Call by reference Type reference (TYPE) STRING 20060123
2 Importing IM_DYNNR Call by reference Type reference (TYPE) SYST-DYNNR 20060123
3 Importing 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 Importing ER_DATA_CHANGED Call by reference Attribute reference (LIKE) 20060511
2 Importing E_ONF4 Call by reference Attribute reference (LIKE) 20060511
3 Importing E_ONF4_AFTER Call by reference Attribute reference (LIKE) 20060511
4 Importing E_ONF4_BEFORE Call by reference Attribute reference (LIKE) 20060511
5 Importing 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 Importing ET_GOOD_CELLS Call by reference Attribute reference (LIKE) 20060511
2 Importing 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 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20060206
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20060206
3 Importing 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 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20060206
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20060206
3 Importing 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 Importing E_INTERACTIVE Call by reference Attribute reference (LIKE) 20060417
2 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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