SAP ABAP Class CL_ENH_SCPCONT_VIEWER (Display Tool for Hook Container)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ENH (Application Component) Enhancement Tools
     SEEF_REDEFINITION_HOOK (Package) Switch Framework Hook Enhancement
Properties
Class CL_ENH_SCPCONT_VIEWER  
Short Description Display Tool for Hook Container    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEEF_REDEFINITION_HOOK   Switch Framework Hook Enhancement 
Created 20080222   SAP 
Last change 20110908   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_SQF_QUERY_LIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ENH_SCPCONT_VIEWER has no interface implemented.
Friends
Class CL_ENH_SCPCONT_VIEWER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTION_COMPLETED_MSGTY Instance attribute Private Type reference (TYPE) SY-MSGTY 'S' Message Type 20080312
2 ALVTREE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV Tree Control 20080222
3 ALVTREEBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Tool Bar Control 20080225
4 CHANGES_ALLOWED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20080225
5 CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20080222
6 CO_CHANGE_MODE Constant Public See coding 20080304
7 CO_COMMAND Instance attribute Private See coding 20080222
8 CO_NODE_TYPE Instance attribute Private See coding 20080222
9 IGNORE_VERSION_INFO Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090121
10 INSPECTION_ALLOWED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20080307
11 KEY_INDEX Instance attribute Protected Type reference (TYPE) TY_KEY_INDEX 20080222
12 LIST Instance attribute Private Type reference (TYPE) ENH_SCPCONT_BROWSER_IT 20080222
13 SCPCONT Instance attribute Private Object reference (TYPE REF TO) CL_ENH_SCP_CONTAINER Controller 20080222
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ELEMENT_NODE Instance method Private Method 20080222
2 ADD_OPTION_NODE Instance method Private Method 20080222
3 ADD_ROOT_NODE Instance method Private Method 20080226
4 BUILD_TREE Instance method Public Method 20080222
5 CHANGE_ALVTREE_TOOLBAR Instance method Protected Method 20080222
6 CHOOSE_ORIGINAL_OBJECT Instance method Private Method 20080305
7 CHOOSE_SPOTNAME Instance method Private Method 20080305
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080222
9 CREATE_ENHANCEMENT Instance method Private Method 20080305
10 DO_CHANGE_ELEMENT Instance method Private Method 20080229
11 DO_CHANGE_OPTION Instance method Private Method 20080229
12 DO_CREATE_ELEMENT Instance method Private Method 20080305
13 DO_CREATE_OPTION Instance method Private Method 20080228
14 DO_DELETE_ELEMENT Instance method Private Method 20080229
15 DO_DELETE_OPTION Instance method Private Method 20080229
16 DO_REPLACE_ELEMENT Instance method Private Method 20080305
17 EXCLUDE_TB_FUNCTIONS Instance method Protected Method 20080222
18 FREE Instance method Public Method 20080222
19 GET_ELEMENT_ICON Instance method Private Method 20080222
20 GET_ELEMENT_LINE Instance method Private Method 20080226
21 GET_LOCKED_ICON Instance method Private Method 20080225
22 GET_OPTION_ICON Instance method Private Method 20080222
23 GET_OPTION_LINE Instance method Private Method 20080226
24 GET_ROOT_ICON Instance method Private Method 20080226
25 GET_STATE_TEXT Static method Public Method 20080310
26 HANDLE_ACTION_COMPLETED Instance method Private Event handling method 20080311
27 HANDLE_ELEMENT_CHANGED Instance method Private Event handling method 20080226
28 HANDLE_ELEMENT_DELETED Instance method Private Event handling method 20080226
29 HANDLE_NEW_ELEMENT Instance method Private Event handling method 20080226
30 HANDLE_NEW_OPTION Instance method Private Event handling method 20080226
31 HANDLE_NODE_CM_REQ Instance method Private Event handling method 20080222
32 HANDLE_NODE_CM_SEL Instance method Private Event handling method 20080222
33 HANDLE_NODE_DOUBLE_CLICK Instance method Protected Event handling method 20080222
34 HANDLE_OBJECT_TOUCHED Instance method Private Event handling method 20080312
35 HANDLE_ON_FUNCTION_SELECTED Instance method Private Event handling method 20080225
36 HANDLE_OPTION_CHANGED Instance method Private Event handling method 20080226
37 HANDLE_OPTION_DELETED Instance method Private Event handling method 20080226
38 HIER_HEADER Instance method Protected Method 20080222
39 INSPECT Instance method Private Method 20080307
40 POPUP_GET_VALUE Instance method Public Method Popup for Single Value 20080226
41 REGISTER_ALVTREE_EVENTS Instance method Protected Method 20080222
42 SETUP_FIELDCAT Instance method Private Method 20080222
43 SETUP_TREE Instance method Private Method CONSTRUCTOR 20080222
Events
Class CL_ENH_SCPCONT_VIEWER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CHANGE_MODE Public Type reference (TYPE) CHAR1 Single-Character Indicator 20080304
2 TY_KEY_INDEX Protected See coding 20080222 ty_key_index type hashed table of ty_key_index_entry with unique key key
3 TY_KEY_INDEX_ENTRY Protected See coding 20080222 begin of ty_key_index_entry, key type lvc_nkey, node_type type c length 1, element type ref to cl_enh_scpcont_element_node, option type ref to cl_enh_scpcont_option_node, end of ty_key_index_entry
Method Signatures

Method ADD_ELEMENT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENT Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_ELEMENT_NODE Erweiterungs-Option im Editor 20080222
2 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20080222
3 Returning RE_NODE_KEY Value transfer Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20080222
# Exception Resumable Description Created on
1 CX_ENH_ROOT Enhancement Framework Ausnahme 20080226

Method ADD_OPTION_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPTION Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_OPTION_NODE Erweiterungs-Option im Editor 20080222
2 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20080222
3 Returning RE_NODE_KEY Value transfer Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20080222
# Exception Resumable Description Created on
1 CX_ENH_ROOT Enhancement Framework Ausnahme 20080225

Method ADD_ROOT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NODE_KEY Value transfer Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20080226
# Exception Resumable Description Created on
1 CX_ENH_ROOT Enhancement Framework Ausnahme 20080226

Method BUILD_TREE Signature

Method BUILD_TREE on class CL_ENH_SCPCONT_VIEWER has no parameter.
# Exception Resumable Description Created on
1 CX_ENH_ROOT Enhancement Framework Ausnahme 20080222
2 CX_ENH_SCPCONT_GUI_ERROR GUI Package-Builder exceptions 20080222

Method CHANGE_ALVTREE_TOOLBAR Signature

Method CHANGE_ALVTREE_TOOLBAR on class CL_ENH_SCPCONT_VIEWER has no parameter.
Method CHANGE_ALVTREE_TOOLBAR on class CL_ENH_SCPCONT_VIEWER has no exception.

Method CHOOSE_ORIGINAL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_MAIN_NAME Call by reference Type reference (TYPE) EU_ANAME Entwicklungsumgebung: Tadirname 20080305
2 Exporting EX_MAIN_TYPE Call by reference Type reference (TYPE) TROBJTYPE Objekttyp 20080305
3 Exporting EX_OBJ_NAME Call by reference Type reference (TYPE) TROBJ_NAME Objektname in der Objektliste 20080305
4 Exporting EX_OBJ_TYPE Call by reference Type reference (TYPE) TROBJTYPE Objekttyp 20080305
5 Exporting EX_PGMID Call by reference Type reference (TYPE) PGMID Programm-ID in Aufträgen und Aufgaben 20080305
6 Exporting EX_PROGRAM Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20080305
# Exception Resumable Description Created on
1 CX_ENH_CANCELED Enhancement Persistenz über normale Tabellen 20080305

Method CHOOSE_SPOTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPTION Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_OPTION_NODE Erweiterungs-Option im Editor 20080305
2 Returning RE_SPOTNAME Value transfer Type reference (TYPE) ENHSPOTNAME Name (ID) eines Erweiterungsspots 20080305
# Exception Resumable Description Created on
1 CX_ENH_CANCELED Enhancement Persistenz über normale Tabellen 20080305

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ALLOW_CHANGES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE <=> Änderungen erlaubt 20080225
2 Importing IM_ALLOW_INSPECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE <=> Inspection Button soll angezeigt werden 20080307
3 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20080222
4 Importing IM_IGNORE_VERSION_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE <=> Active/inactive is displayed 20090121
5 Importing IM_SCP_CONTAINER Call by reference Object reference (TYPE REF TO) CL_ENH_SCP_CONTAINER Container 20080222
# Exception Resumable Description Created on
1 CX_ENH_ROOT Enhancement Framework Ausnahme 20080225
2 CX_ENH_SCPCONT_GUI_ERROR GUI Exceptions 20080222

Method CREATE_ENHANCEMENT Signature

Method CREATE_ENHANCEMENT on class CL_ENH_SCPCONT_VIEWER has no parameter.
# Exception Resumable Description Created on
1 CX_ENH_ROOT Enhancement Framework Ausnahme 20080305

Method DO_CHANGE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENT Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_ELEMENT_NODE Element 20080229

Method DO_CHANGE_ELEMENT on class CL_ENH_SCPCONT_VIEWER has no exception.

Method DO_CHANGE_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPTION Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_OPTION_NODE Erweiterungs-Option im Editor 20080229

Method DO_CHANGE_OPTION on class CL_ENH_SCPCONT_VIEWER has no exception.

Method DO_CREATE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPTION Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_OPTION_NODE Element 20080305

Method DO_CREATE_ELEMENT on class CL_ENH_SCPCONT_VIEWER has no exception.

Method DO_CREATE_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENT Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_ELEMENT_NODE Element 20080228

Method DO_CREATE_OPTION on class CL_ENH_SCPCONT_VIEWER has no exception.

Method DO_DELETE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENT Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_ELEMENT_NODE Erweiterungs-Element im Editor 20080229

Method DO_DELETE_ELEMENT on class CL_ENH_SCPCONT_VIEWER has no exception.

Method DO_DELETE_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPTION Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_OPTION_NODE Erweiterungs-Option im Editor 20080229

Method DO_DELETE_OPTION on class CL_ENH_SCPCONT_VIEWER has no exception.

Method DO_REPLACE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENT Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_ELEMENT_NODE Element 20080305

Method DO_REPLACE_ELEMENT on class CL_ENH_SCPCONT_VIEWER has no exception.

Method EXCLUDE_TB_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_EXCLUDE Call by reference Type reference (TYPE) UI_FUNCTIONS 20080222

Method EXCLUDE_TB_FUNCTIONS on class CL_ENH_SCPCONT_VIEWER has no exception.

Method FREE Signature

Method FREE on class CL_ENH_SCPCONT_VIEWER has no parameter.
Method FREE on class CL_ENH_SCPCONT_VIEWER has no exception.

Method GET_ELEMENT_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ICON Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Icon / Image 20080222

Method GET_ELEMENT_ICON on class CL_ENH_SCPCONT_VIEWER has no exception.

Method GET_ELEMENT_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_LINE Call by reference Type reference (TYPE) ENH_SCPCONT_BROWSER_LINE Zeilenformat Container Viewer 20080226
2 Exporting EX_NODE_TEXT Call by reference Type reference (TYPE) LVC_VALUE ALV-Control: Zelleninhalt 20080226
3 Importing IM_ELEMENT Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_ELEMENT_NODE Erweiterungs-Option im Editor 20080226
# Exception Resumable Description Created on
1 CX_ENH_ROOT Enhancement Framework Ausnahme 20080226

Method GET_LOCKED_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_IS_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL 20080225
2 Returning RE_ICON Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Ikone / Bild 20080225

Method GET_LOCKED_ICON on class CL_ENH_SCPCONT_VIEWER has no exception.

Method GET_OPTION_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPTION Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_OPTION_NODE Erweiterungs-Option im Editor 20080222
2 Returning RE_ICON Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Icon / Image 20080222

Method GET_OPTION_ICON on class CL_ENH_SCPCONT_VIEWER has no exception.

Method GET_OPTION_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_LINE Call by reference Type reference (TYPE) ENH_SCPCONT_BROWSER_LINE Zeilenformat Container Viewer 20080226
2 Exporting EX_NODE_TEXT Call by reference Type reference (TYPE) LVC_VALUE ALV-Control: Zelleninhalt 20080226
3 Importing IM_OPTION Call by reference Object reference (TYPE REF TO) CL_ENH_SCPCONT_OPTION_NODE Erweiterungs-Option im Editor 20080226
# Exception Resumable Description Created on
1 CX_ENH_ROOT Enhancement Framework Ausnahme 20080226

Method GET_ROOT_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJ_TYPE Call by reference Type reference (TYPE) CLIKE 20080226
2 Returning RE_ICON Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Ikone / Bild 20080226

Method GET_ROOT_ICON on class CL_ENH_SCPCONT_VIEWER has no exception.

Method GET_STATE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATE Call by reference Type reference (TYPE) R3STATE Werte von cl_enh_scp_container=>co_object_state 20080310
2 Returning RE_STATE_TEXT Value transfer Type reference (TYPE) STRING Text 20080310

Method GET_STATE_TEXT on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_ACTION_COMPLETED Signature

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

Method HANDLE_ACTION_COMPLETED on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_ELEMENT_CHANGED Signature

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

Method HANDLE_ELEMENT_CHANGED on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_ELEMENT_DELETED Signature

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

Method HANDLE_ELEMENT_DELETED on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_NEW_ELEMENT Signature

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

Method HANDLE_NEW_ELEMENT on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_NEW_OPTION Signature

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

Method HANDLE_NEW_OPTION on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_NODE_CM_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Value transfer Attribute reference (LIKE) 20080222
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20080222

Method HANDLE_NODE_CM_REQ on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_NODE_CM_SEL Signature

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

Method HANDLE_NODE_CM_SEL on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

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

Method HANDLE_NODE_DOUBLE_CLICK on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_OBJECT_TOUCHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OBJ_NAME Value transfer Attribute reference (LIKE) 20080312
2 Importing P_OBJ_TYPE Value transfer Attribute reference (LIKE) 20080312

Method HANDLE_OBJECT_TOUCHED on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_ON_FUNCTION_SELECTED Signature

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

Method HANDLE_ON_FUNCTION_SELECTED on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_OPTION_CHANGED Signature

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

Method HANDLE_OPTION_CHANGED on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HANDLE_OPTION_DELETED Signature

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

Method HANDLE_OPTION_DELETED on class CL_ENH_SCPCONT_VIEWER has no exception.

Method HIER_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR 20080222

Method HIER_HEADER on class CL_ENH_SCPCONT_VIEWER has no exception.

Method INSPECT Signature

Method INSPECT on class CL_ENH_SCPCONT_VIEWER has no parameter.
Method INSPECT on class CL_ENH_SCPCONT_VIEWER has no exception.

Method POPUP_GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELDNAME Call by reference Type reference (TYPE) CLIKE Field name 20080226
2 Importing IM_POPUP_TITLE Call by reference Type reference (TYPE) CLIKE Title of popup 20080226
3 Importing IM_TABNAME Call by reference Type reference (TYPE) CLIKE Name of structure or table 20080226
4 Importing IM_VALUE Call by reference Type reference (TYPE) CLIKE Initial value 20080226
5 Returning RE_VALUE Value transfer Type reference (TYPE) SPO_VALUE Input value 20080226
# Exception Resumable Description Created on
1 CX_ENH_CANCELED GUI Exceptions 20080226

Method REGISTER_ALVTREE_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATION Call by reference Type reference (TYPE) CHAR1 'X' 20080222
# Exception Resumable Description Created on
1 CTRL_ERROR 20080222

Method SETUP_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Field catalog for ListViewer control 20080222
# Exception Resumable Description Created on
1 CX_ENH_SCPCONT_GUI_ERROR GUI Package-Builder exceptions 20080222

Method SETUP_TREE Signature

Method SETUP_TREE on class CL_ENH_SCPCONT_VIEWER has no parameter.
# Exception Resumable Description Created on
1 CX_ENH_SCPCONT_GUI_ERROR GUI Package-Builder exceptions 20080222
History
Last changed by/on SAP  20110908 
SAP Release Created in 711