SAP ABAP Class CL_DB6_WD_ALV (DB6: WebDynpro ALV Wrapper)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_WEBDYNPRO (Package) DBA Cockpit WebDynpro Components
Properties
Class CL_DB6_WD_ALV  
Short Description DB6: WebDynpro ALV Wrapper    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_WEBDYNPRO   DBA Cockpit WebDynpro Components 
Created 20070622   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)
Interfaces
Class CL_DB6_WD_ALV has no interface implemented.
Friends
Class CL_DB6_WD_ALV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_SALV_WD_CONFIG_TABLE Configuration of the ALV Output 20071002
2 ALV_USAGE Instance attribute Public Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20071002
3 BUTTON_ATTR_PREFIX Constant Private Type reference (TYPE) STRING 'FW_BUTTON_' 20071002
4 DEFAULT_ROW_COUNT Instance attribute Private Type reference (TYPE) I 10 20120510
5 FUNCTION_ELEMENTS_NODE Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20071211
6 GUI_ALV Instance attribute Public Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20070622
7 REFRESH Instance attribute Public Type reference (TYPE) ABAP_BOOL 20080117
8 RENDER_AS_HTML Constant Public Type reference (TYPE) FLAG 'H' General Flag 20090122
9 RENDER_AS_VALUECOMP Constant Public Type reference (TYPE) FLAG 'V' General Flag 20080304
10 SHOW_HIERARCHY Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120109
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_FIELDCATALOG Instance method Public Method 20080131
2 ADD_BUTTON Instance method Public Method 20071001
3 ADD_MENU_BUTTON Instance method Public Method 20070926
4 COLLAPSE_ALL Instance method Public Method 20120104
5 CONFIGURE Instance method Public Method 20070622
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070622
7 DELETE_ROW Instance method Public Method 20080116
8 EXPAND_ALL Instance method Public Method 20120104
9 GET_BUTTON_OKCODE Instance method Public Method 20120104
10 GET_FIRST_VISIBLE_ROW Instance method Public Method 20090409
11 GET_SELECTED_ROW_INDEX Instance method Public Method 20071005
12 GET_SELECTED_ROW_INDEX_WD Instance method Public Method 20090909
13 GET_SELECTION_MODE Instance method Public Method 20110620
14 GET_TABLE_TYPE Instance method Public Method 20070925
15 HANDLE_ACTION_LINK Instance method Public Method 20071207
16 HANDLE_CELL_CLICK Instance method Public Method 20080303
17 HANDLE_DOUBLE_CLICK Instance method Public Method 20070622
18 HANDLE_FUNCTION_SELECTED Instance method Public Method 20070928
19 HANDLE_HOTSPOT_CLICK Instance method Public Method 20090930
20 HANDLE_LEAD_SELECTION Instance method Public Method 20070828
21 HAS_HIERARCHY_VIEW Instance method Public Method 20120629
22 HAS_USER_VIEW Instance method Public Method 20120508
23 INSERT_ROW Instance method Public Method 20080116
24 REFRESH_MODEL Instance method Public Method 20080611
25 SET_ALV_MODEL Instance method Public Method 20071002
26 SET_ALV_USAGE Instance method Public Method 20071002
27 SET_EMPTY_TABLE_TEXT Instance method Public Method 20071121
28 SET_FILTER Instance method Public Method 20100422
29 SET_FIRST_VISIBLE_ROW Instance method Public Method 20090123
30 SET_GUI_ALV Instance method Public Method 20110526
31 SET_HIERARCHY_VIEW_DEFAULT Instance method Public Method 20120109
32 SET_MODIFIED_CELLS Instance method Public Method 20111230
33 SET_REFRESH Instance method Public Method 20080117
34 SET_VISIBLE_ROW_COUNT Instance method Public Method 20071008
35 SHOW_WITHOUT_HIERARCHY Instance method Public Method 20120109
36 SHOW_WITH_HIERARCHY Instance method Public Method 20120109
37 UPDATE_BUTTON Instance method Public Method 20071002
38 UPDATE_CELL Instance method Public Method 20080116
Events
Class CL_DB6_WD_ALV has no event.
Types
Class CL_DB6_WD_ALV has no local type.
Method Signatures

Method ADAPT_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_MODEL Call by reference Object reference (TYPE REF TO) CL_SALV_WD_CONFIG_TABLE Configuration of the ALV Output 20080131

Method ADAPT_FIELDCATALOG on class CL_DB6_WD_ALV has no exception.

Method ADD_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLED Call by reference Type reference (TYPE) ABAP_BOOL DISABLED 20071001
2 Importing ID Call by reference Type reference (TYPE) C FUNCTION 20071001
3 Importing QUICKINFO Call by reference Type reference (TYPE) C QUICKINFO 20071001
4 Importing TEXT Call by reference Type reference (TYPE) C TEXT 20071001

Method ADD_BUTTON on class CL_DB6_WD_ALV has no exception.

Method ADD_MENU_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20070926
2 Importing BUTTON_TEXT Call by reference Type reference (TYPE) STRING 20070926

Method ADD_MENU_BUTTON on class CL_DB6_WD_ALV has no exception.

Method COLLAPSE_ALL Signature

Method COLLAPSE_ALL on class CL_DB6_WD_ALV has no parameter.
Method COLLAPSE_ALL on class CL_DB6_WD_ALV has no exception.

Method CONFIGURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_MODEL Call by reference Object reference (TYPE REF TO) CL_SALV_WD_CONFIG_TABLE Configuration of the ALV Output 20070622
2 Importing FUNCTION_ELEMENTS_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20071211

Method CONFIGURE on class CL_DB6_WD_ALV has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GUI_ALV Value transfer Object reference (TYPE REF TO) CL_DB6_ALV 20070622

Method CONSTRUCTOR on class CL_DB6_WD_ALV has no exception.

Method DELETE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20080116

Method DELETE_ROW on class CL_DB6_WD_ALV has no exception.

Method EXPAND_ALL Signature

Method EXPAND_ALL on class CL_DB6_WD_ALV has no parameter.
Method EXPAND_ALL on class CL_DB6_WD_ALV has no exception.

Method GET_BUTTON_OKCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNCTION_ID Call by reference Type reference (TYPE) STRING 20120104
2 Returning OKCODE Value transfer Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20120104

Method GET_BUTTON_OKCODE on class CL_DB6_WD_ALV has no exception.

Method GET_FIRST_VISIBLE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROW Value transfer Type reference (TYPE) I 20090409

Method GET_FIRST_VISIBLE_ROW on class CL_DB6_WD_ALV has no exception.

Method GET_SELECTED_ROW_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT_REF Call by reference Object reference (TYPE REF TO) DATA Web Dynpro: Interface for Node Element 20071005
2 Returning INDEX Value transfer Type reference (TYPE) I 20071005

Method GET_SELECTED_ROW_INDEX on class CL_DB6_WD_ALV has no exception.

Method GET_SELECTED_ROW_INDEX_WD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENTS Call by reference Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Web Dynpro: Interface for Node Element 20090910
2 Returning INDEX Value transfer Type reference (TYPE) I 20090909

Method GET_SELECTED_ROW_INDEX_WD on class CL_DB6_WD_ALV has no exception.

Method GET_SELECTION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SELECTION_MODE Value transfer Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE 20110620

Method GET_SELECTION_MODE on class CL_DB6_WD_ALV has no exception.

Method GET_TABLE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TABLE_TYPE Value transfer Type reference (TYPE) STRING 20070925

Method GET_TABLE_TYPE on class CL_DB6_WD_ALV has no exception.

Method HANDLE_ACTION_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_ID Call by reference Type reference (TYPE) STRING 20071207
2 Importing ROW_INDEX Call by reference Type reference (TYPE) I 20071207

Method HANDLE_ACTION_LINK on class CL_DB6_WD_ALV has no exception.

Method HANDLE_CELL_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) STRING 20080303
2 Importing ROW Call by reference Type reference (TYPE) I 20080303

Method HANDLE_CELL_CLICK on class CL_DB6_WD_ALV has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED_COLUMN Call by reference Type reference (TYPE) I 20070622

Method HANDLE_DOUBLE_CLICK on class CL_DB6_WD_ALV has no exception.

Method HANDLE_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK_CODE Value transfer Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20080602
2 Importing SELECTED_FUNCTION Call by reference Type reference (TYPE) STRING 20070928
3 Importing SELECTED_ROW Call by reference Type reference (TYPE) I 20070928
4 Importing SELECTED_ROW_LIST Call by reference Type reference (TYPE) DBAINT4TAB DBA Cockpit: Table of INT4 20110620

Method HANDLE_FUNCTION_SELECTED on class CL_DB6_WD_ALV has no exception.

Method HANDLE_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) STRING 20090930
2 Importing ROW Call by reference Type reference (TYPE) I 20090930

Method HANDLE_HOTSPOT_CLICK on class CL_DB6_WD_ALV has no exception.

Method HANDLE_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED_ROW Call by reference Type reference (TYPE) I 20070828

Method HANDLE_LEAD_SELECTION on class CL_DB6_WD_ALV has no exception.

Method HAS_HIERARCHY_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_HIERARCHY Value transfer Type reference (TYPE) ABAP_BOOL 20120629

Method HAS_HIERARCHY_VIEW on class CL_DB6_WD_ALV has no exception.

Method HAS_USER_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_VIEW Value transfer Type reference (TYPE) ABAP_BOOL 20120508

Method HAS_USER_VIEW on class CL_DB6_WD_ALV has no exception.

Method INSERT_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_REF Call by reference Object reference (TYPE REF TO) DATA 20080116
2 Importing INDEX Call by reference Type reference (TYPE) I 20080116

Method INSERT_ROW on class CL_DB6_WD_ALV has no exception.

Method REFRESH_MODEL Signature

Method REFRESH_MODEL on class CL_DB6_WD_ALV has no parameter.
Method REFRESH_MODEL on class CL_DB6_WD_ALV has no exception.

Method SET_ALV_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_MODEL Call by reference Object reference (TYPE REF TO) CL_SALV_WD_CONFIG_TABLE Configuration of the ALV Output 20071002

Method SET_ALV_MODEL on class CL_DB6_WD_ALV has no exception.

Method SET_ALV_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_USAGE Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20071002

Method SET_ALV_USAGE on class CL_DB6_WD_ALV has no exception.

Method SET_EMPTY_TABLE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Call by reference Type reference (TYPE) CLIKE 20071121

Method SET_EMPTY_TABLE_TEXT on class CL_DB6_WD_ALV has no exception.

Method SET_FILTER Signature

Method SET_FILTER on class CL_DB6_WD_ALV has no parameter.
Method SET_FILTER on class CL_DB6_WD_ALV has no exception.

Method SET_FIRST_VISIBLE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROW Call by reference Type reference (TYPE) I 20090123

Method SET_FIRST_VISIBLE_ROW on class CL_DB6_WD_ALV has no exception.

Method SET_GUI_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GUI_ALV Call by reference Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20110526

Method SET_GUI_ALV on class CL_DB6_WD_ALV has no exception.

Method SET_HIERARCHY_VIEW_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_ID Call by reference Type reference (TYPE) I 20120109
2 Importing DBSYS Call by reference Type reference (TYPE) DB6NAVSYST-DBSYS Database system 20120109

Method SET_HIERARCHY_VIEW_DEFAULT on class CL_DB6_WD_ALV has no exception.

Method SET_MODIFIED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MODIFIED_CELLS Call by reference Type reference (TYPE) SALV_WD_T_TABLE_MOD_CELL SALV_WD_T_TABLE_MOD_CELL 20111230

Method SET_MODIFIED_CELLS on class CL_DB6_WD_ALV has no exception.

Method SET_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REFRESH Call by reference Type reference (TYPE) ABAP_BOOL 20080117

Method SET_REFRESH on class CL_DB6_WD_ALV has no exception.

Method SET_VISIBLE_ROW_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROW_COUNT Call by reference Type reference (TYPE) I 20071008

Method SET_VISIBLE_ROW_COUNT on class CL_DB6_WD_ALV has no exception.

Method SHOW_WITHOUT_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_ID Call by reference Type reference (TYPE) I 20120109
2 Importing DBSYS Call by reference Type reference (TYPE) DB6NAVSYST-DBSYS Database system 20120109

Method SHOW_WITHOUT_HIERARCHY on class CL_DB6_WD_ALV has no exception.

Method SHOW_WITH_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_ID Call by reference Type reference (TYPE) I 20120109
2 Importing DBSYS Call by reference Type reference (TYPE) DB6NAVSYST-DBSYS Database system 20120109

Method SHOW_WITH_HIERARCHY on class CL_DB6_WD_ALV has no exception.

Method UPDATE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLED Call by reference Type reference (TYPE) ABAP_BOOL DISABLED 20071002
2 Importing ID Call by reference Type reference (TYPE) C FUNCTION 20071002
3 Importing QUICKINFO Call by reference Type reference (TYPE) C QUICKINFO 20071002
4 Importing TEXT Call by reference Type reference (TYPE) C TEXT 20071002

Method UPDATE_BUTTON on class CL_DB6_WD_ALV has no exception.

Method UPDATE_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) STRING 20080116
2 Importing DATA_REF Call by reference Object reference (TYPE REF TO) DATA 20080116
3 Importing INDEX Call by reference Type reference (TYPE) I 20080116

Method UPDATE_CELL on class CL_DB6_WD_ALV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710