SAP ABAP Class CL_SAT_UI_GRID_CTRL (*NO* Reuse: Customizied ALV grid control)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
     SABP_TOOLS_STDIO (Package) *NO* REUSE - UI Libraries for ABAP Runtime Tools only !!!!!!
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_ALV_GRID ALV List Viewer 20071109
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SAT_UI_WIDGET *NO* Reuse: UI Widget 20071109
3 Interface implementation (CLASS c. INTERFACES i_ref)  _IF_SAT_UI_CTRL_DRAG_DROP Internal: Widget Control with drag & drop 20071112
4 Interface implementation (CLASS c. INTERFACES i_ref)  _IF_SAT_UI_FRIEND_SHIP *NO* Reuse: Internal Friendship - Tagging Interface 20071112
Properties
Class CL_SAT_UI_GRID_CTRL  
Short Description *NO* Reuse: Customizied ALV grid control    
Super Class CL_GUI_ALV_GRID ALV List Viewer 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SABP_TOOLS_STDIO   *NO* REUSE - UI Libraries for ABAP Runtime Tools only !!!!!! 
Created 20071109   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_SAT_UI_GRID Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SAT_UI_GRID Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_SAT_UI_WIDGET_DRAG_DROP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SAT_UI_WIDGET *NO* Reuse: UI Widget 20071109
2 _IF_SAT_UI_CTRL_DRAG_DROP Internal: Widget Control with drag & drop 20071112
3 _IF_SAT_UI_FRIEND_SHIP *NO* Reuse: Internal Friendship - Tagging Interface 20071112
Friends
Class CL_SAT_UI_GRID_CTRL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Container 20071109
2 F_DRAG_DROP Instance attribute Private Object reference (TYPE REF TO) CL_DRAGDROP Behavior for Drag&Drop 20071109
3 F_DREF_CONTENT_LINES Instance attribute Protected Object reference (TYPE REF TO) DATA Buffer to access single line of content 20071109
4 F_FIELD_CATALOGUE Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Copy of field catalague 20071109
5 F_HANDLER_LIST Instance attribute Protected Type reference (TYPE) STRING List of active handlers 20071109
6 F_LAYOUT Instance attribute Protected Type reference (TYPE) LVC_S_LAYO Copy of grid layout data, Please use this copy when altering 20071109
7 F_MASTER Instance attribute Protected Object reference (TYPE REF TO) CL_SAT_UI_GRID Base Class for Grids 20071109
8 F_WITH_USER_VARIANT Instance attribute Protected Type reference (TYPE) ABAP_BOOL Using User Variants active 20071109
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20071109
2 MY_ADD_EVENT_HANDLERS Instance method Public Method Instantiates Event Handlers 20071109
3 MY_CHANGE_FIELD_CATALOGUE Instance method Public Method Changes the Field Catalogue 20071109
4 _MY_INIT Instance method Protected Method 20071109
5 _MY_INIT_EVENT_HANDLERS Instance method Protected Method Register Events According to State Variable 20071109
6 _MY_INIT_TOOLBAR Instance method Protected Method Initialize Toolbar According to State Variable 20071109
7 __ON_BT_MENU_CLICKED Instance method Private Event handling method Handler Internal: Menu Clicked Event 20071109
8 __ON_BT_MENU_REQUESTED Instance method Private Event handling method Handler Internal: Menu Requested Event 20071109
9 __ON_BT_MENU_SELECTED Instance method Private Event handling method Handler Internal: Menu Selected Event 20071109
10 __ON_DOUBLE_CLICK Instance method Private Event handling method Handler Internal: Double Clicked Event 20071109
11 __ON_DRAG Instance method Private Event handling method Handler Internal: Drag Event 20071109
12 __ON_DROP Instance method Private Event handling method Handler Internal: Drop Event 20071109
13 __ON_LINK_CLICKED Instance method Private Event handling method Handler Internal: Link Clicked Event 20071109
14 __ON_MENU_REQUESTED Instance method Private Event handling method Handler Internal: Context Menu Requested 20071109
15 __ON_MENU_SELECTED Instance method Private Event handling method Handler Internal: Context Menu Selected 20071109
16 __ON_TOOLBAR Instance method Private Event handling method Handler Internal: Computed Toolbar Buttons 20071109
17 __ON_USER_COMMAND Instance method Private Event handling method Handler Internal: User Command 20071109
Events
Class CL_SAT_UI_GRID_CTRL has no event.
Types
Class CL_SAT_UI_GRID_CTRL 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 ADDITIONAL_INFO Call by reference Type reference (TYPE) IF_SAT_UI_GRID=>TY_S_ADDITIONAL_INFO 20071109
2 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20071109
3 Importing HEADER_TITLE Call by reference Type reference (TYPE) CSEQUENCE 20071109
4 Importing LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO 20071109
5 Importing MASTER Call by reference Object reference (TYPE REF TO) CL_SAT_UI_GRID Anzeige als Liste 20071109
6 Importing WITH_USER_VARIANT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071109

Method CONSTRUCTOR on class CL_SAT_UI_GRID_CTRL has no exception.

Method MY_ADD_EVENT_HANDLERS Signature

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

Method MY_ADD_EVENT_HANDLERS on class CL_SAT_UI_GRID_CTRL has no exception.

Method MY_CHANGE_FIELD_CATALOGUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD_CATALOGUE Call by reference Type reference (TYPE) LVC_T_FCAT 20071109

Method MY_CHANGE_FIELD_CATALOGUE on class CL_SAT_UI_GRID_CTRL has no exception.

Method _MY_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTENT_TABLE_REFERENCE Call by reference Object reference (TYPE REF TO) DATA 20071109
2 Importing HANDLER_OPTIONS Call by reference Type reference (TYPE) STRING 20071109
3 Importing TOOLBAR_OPTIONS Call by reference Type reference (TYPE) STRING 20071109

Method _MY_INIT on class CL_SAT_UI_GRID_CTRL has no exception.

Method _MY_INIT_EVENT_HANDLERS Signature

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

Method _MY_INIT_EVENT_HANDLERS on class CL_SAT_UI_GRID_CTRL has no exception.

Method _MY_INIT_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) UI_FUNCTIONS 20071109
2 Importing TOOLBAR_OPTIONS Call by reference Type reference (TYPE) STRING 20071109

Method _MY_INIT_TOOLBAR on class CL_SAT_UI_GRID_CTRL has no exception.

Method __ON_BT_MENU_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20071109

Method __ON_BT_MENU_CLICKED on class CL_SAT_UI_GRID_CTRL has no exception.

Method __ON_BT_MENU_REQUESTED Signature

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

Method __ON_BT_MENU_REQUESTED on class CL_SAT_UI_GRID_CTRL has no exception.

Method __ON_BT_MENU_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20071109

Method __ON_BT_MENU_SELECTED on class CL_SAT_UI_GRID_CTRL has no exception.

Method __ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20071109
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20071109
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20071109

Method __ON_DOUBLE_CLICK on class CL_SAT_UI_GRID_CTRL 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 Value transfer Attribute reference (LIKE) 20071109
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20071109
3 Importing E_DRAGDROPOBJ Value transfer Attribute reference (LIKE) 20071109
4 Importing E_ROW Value transfer Attribute reference (LIKE) 20071109

Method __ON_DRAG on class CL_SAT_UI_GRID_CTRL 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 Value transfer Attribute reference (LIKE) 20071109
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20071109
3 Importing E_DRAGDROPOBJ Value transfer Attribute reference (LIKE) 20071109
4 Importing E_ROW Value transfer Attribute reference (LIKE) 20071109

Method __ON_DROP on class CL_SAT_UI_GRID_CTRL has no exception.

Method __ON_LINK_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20071109
2 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20071109
3 Importing E_ROW_ID Value transfer Attribute reference (LIKE) 20071109

Method __ON_LINK_CLICKED on class CL_SAT_UI_GRID_CTRL has no exception.

Method __ON_MENU_REQUESTED Signature

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

Method __ON_MENU_REQUESTED on class CL_SAT_UI_GRID_CTRL has no exception.

Method __ON_MENU_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20071109

Method __ON_MENU_SELECTED on class CL_SAT_UI_GRID_CTRL has no exception.

Method __ON_TOOLBAR Signature

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

Method __ON_TOOLBAR on class CL_SAT_UI_GRID_CTRL has no exception.

Method __ON_USER_COMMAND Signature

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

Method __ON_USER_COMMAND on class CL_SAT_UI_GRID_CTRL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711