SAP ABAP Class /BOBF/CL_TUI_CTRL_TABLE_EDIT (Control: Table Editor)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-TST (Application Component) Business Object Processing Framework Tests
     /BOBF/TEST_UI (Package) Business Object Processing Framework Test UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_TUI_EVENTS Interface containing all Events of the Controls 20090528
Properties
Class /BOBF/CL_TUI_CTRL_TABLE_EDIT  
Short Description Control: Table Editor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/TEST_UI   Business Object Processing Framework Test UI 
Created 20090528   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_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 /BOBF/IF_TUI_EVENTS Interface containing all Events of the Controls 20090528
Friends
Class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_TABLE_EDITOR Static Attribute Private Object reference (TYPE REF TO) /BOBF/CL_TUI_CTRL_TABLE_EDIT Table Editor 20090528
2 MO_ALV_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20090528
3 MT_COMPONENT_PATH Instance attribute Private Type reference (TYPE) TT_COMPONENT_PATH 20090921
4 MT_FUNCTION_CODE_SET Instance attribute Private Type reference (TYPE) TT_FUNCTION_CODE_SET Table for temporary dynamic function codes 20090528
5 MT_LOCK_HISTORY Instance attribute Private Type reference (TYPE) TT_LOCK_HISTORY 20120405
6 MT_NAVIGATION_STACK Instance attribute Private Type reference (TYPE) TT_NAVIGATION_STACK 20090528
7 MT_SELECTED_KEY Instance attribute Private Type reference (TYPE) /BOBF/T_FRW_KEY2 Key table 20090528
8 MT_SELECTED_ROW Instance attribute Private Type reference (TYPE) LVC_T_ROW ALV control: Table rows 20090528
9 MV_FUNCTION_CODE_COUNTER Instance attribute Private Type reference (TYPE) I 100 20090528
10 MV_OBEY_PROPERTIES Instance attribute Private Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090528
11 MV_SHOW_KEYS Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090601
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090528
2 EXECUTE_ACTION Instance method Private Method 20090528
3 EXECUTE_ASSOCIATION Instance method Private Method 20090528
4 EXECUTE_CHECK_ACTION Instance method Private Method 20090528
5 EXECUTE_CHECK_AND_DETERMINE Instance method Private Method 20090528
6 EXECUTE_CHECK_CONSISTENCY Instance method Private Method 20090528
7 EXECUTE_CREATE Instance method Private Method 20090528
8 EXECUTE_DELETE Instance method Private Method Delete the selected node instances 20090528
9 EXECUTE_LOCKING Instance method Private Method 20090528
10 GET_INSTANCE Static method Public Method 20090528
11 GET_OPENED_INSTANCES Instance method Public Method 20091216
12 HANDLE_DELAYED_CHANGED_SEL Instance method Private Event handling method 20090528
13 HANDLE_DOUBLE_CLICK Instance method Private Event handling method 20090528
14 HANDLE_MENU_BUTTON Instance method Private Event handling method 20090528
15 HANDLE_TOOLBAR Instance method Private Event handling method 20090528
16 HANDLE_USER_COMMAND Instance method Private Event handling method 20090528
17 LOCK_HISTORY_DELETE Instance method Private Method 20120410
18 LOCK_HISTORY_INSERT Instance method Private Method 20120410
19 NAVIGATION_DISPLAY Instance method Private Method Shows the given entry of the navigation stack in the grid 20090528
20 NAVIGATION_STACK_CLEAR Instance method Private Method 20090528
21 NAVIGATION_STACK_POP Instance method Private Method 20090528
22 NAVIGATION_STACK_READ Instance method Private Method 20090528
23 OBEY_PROPERTIES Instance method Private Method 20090528
24 ON_CONFIGURATION Instance method Public Event handling method 20090528
25 ON_CONTEXT_MENUE_REQUEST Instance method Private Event handling method On context menu from ALV Grid Table entry 20121023
26 ON_DATA_CHANGED Instance method Private Event handling method 20091211
27 ON_DATA_CHANGED_FINISHED Instance method Public Event handling method 20090528
28 ON_INSTANCES_CHANGED Instance method Public Event handling method 20090528
29 ON_INSTANCES_CREATED Instance method Public Event handling method 20091216
30 ON_INSTANCES_DELETED Instance method Public Event handling method 20091216
31 ON_MARK_MESSAGE_LOCATION Instance method Public Event handling method 20090528
32 ON_SELECTION_CHANGED Instance method Public Event handling method 20090528
33 ON_TRANSACTION_CLEANEDUP Instance method Public Event handling method 20090528
34 ON_TRANSACTION_SAVED Instance method Public Event handling method 20090528
35 ON_VALUE_HELP_REQUESTED Instance method Private Event handling method 20090629
36 REFRESH_GRID_DATA Instance method Private Method 20090528
37 TRANSLATE_FUNCTION_CODE Instance method Private Method 20090528
Events
Class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_COMPONENT_PATH Private See coding 20090921 tt_component_path TYPE HASHED TABLE OF ty_component_path WITH UNIQUE KEY fieldname WITH UNIQUE HASHED KEY path COMPONENTS path
2 TT_FUNCTION_CODE_SET Private See coding 20090528 tt_function_code_set TYPE STANDARD TABLE OF ty_function_code_set WITH KEY function_code
3 TT_LOCK_HISTORY Private See coding 20120405 tt_lock_history TYPE STANDARD TABLE OF ty_lock_history
4 TT_NAVIGATION_STACK Private See coding 20090528 tt_navigation_stack TYPE STANDARD TABLE OF ty_navigation_stack
5 TY_COMPONENT_PATH Private See coding 20090921 BEGIN OF ty_component_path, fieldname TYPE string, path TYPE string, type TYPE REF TO cl_abap_typedescr, ref_curr_fieldname TYPE fieldname, END OF ty_component_path
6 TY_FUNCTION_CODE_SET Private See coding 20090528 BEGIN OF ty_function_code_set, function_code TYPE ui_func, content_key TYPE /bobf/conf_key, content_category TYPE /bobf/obm_content_cat, END OF ty_function_code_set
7 TY_LOCK_HISTORY Private See coding 20120405 BEGIN OF ty_lock_history, bo_key TYPE /bobf/obm_bo_key, node_key TYPE /bobf/obm_node_key, keys TYPE /bobf/t_frw_key, END OF ty_lock_history
8 TY_NAVIGATION_STACK Private See coding 20090528 BEGIN OF ty_navigation_stack, source_bo_key TYPE /bobf/obm_bo_key, source_node_key TYPE /bobf/obm_node_key, source_key TYPE /bobf/t_frw_key2, association TYPE /bobf/obm_assoc_key, bo_key TYPE /bobf/obm_bo_key, node_key TYPE /bobf/obm_node_key, key TYPE /bobf/t_frw_key2, grid TYPE REF TO data, selected_key TYPE /bobf/t_frw_key2, END OF ty_navigation_stack
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20090528

Method CONSTRUCTOR on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method EXECUTE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) /BOBF/ACT_KEY Action 20090528

Method EXECUTE_ACTION on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method EXECUTE_ASSOCIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SOURCE_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY2 Key table 20090528
2 Importing IV_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20090528
3 Importing IV_SOURCE_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20090528
4 Importing IV_SOURCE_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090528

Method EXECUTE_ASSOCIATION on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method EXECUTE_CHECK_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) /BOBF/ACT_KEY 20090528

Method EXECUTE_CHECK_ACTION on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method EXECUTE_CHECK_AND_DETERMINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_SCOPE_LOCAL Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090528

Method EXECUTE_CHECK_AND_DETERMINE on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method EXECUTE_CHECK_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_SCOPE_LOCAL Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090528

Method EXECUTE_CHECK_CONSISTENCY on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method EXECUTE_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREATE_IMMEDIATELY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Calls modify create afterwards 20090528
2 Importing IV_WITH_DEFAULTS Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Calls retrieve_default_node_values 20090528

Method EXECUTE_CREATE on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method EXECUTE_DELETE Signature

Method EXECUTE_DELETE on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no parameter.
Method EXECUTE_DELETE on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method EXECUTE_LOCKING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090528

Method EXECUTE_LOCKING on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_TABLE_EDITOR Value transfer Object reference (TYPE REF TO) /BOBF/CL_TUI_CTRL_TABLE_EDIT Table Editor 20090528
2 Importing IO_ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20090528

Method GET_INSTANCE on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method GET_OPENED_INSTANCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY2 Key table 20091216
2 Exporting EV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20091216
3 Exporting EV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20091216

Method GET_OPENED_INSTANCES on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method HANDLE_DELAYED_CHANGED_SEL Signature

Method HANDLE_DELAYED_CHANGED_SEL on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no parameter.
Method HANDLE_DELAYED_CHANGED_SEL on class /BOBF/CL_TUI_CTRL_TABLE_EDIT 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 Value transfer Attribute reference (LIKE) 20090528

Method HANDLE_DOUBLE_CLICK on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method HANDLE_MENU_BUTTON Signature

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

Method HANDLE_MENU_BUTTON on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method HANDLE_TOOLBAR Signature

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

Method HANDLE_TOOLBAR on class /BOBF/CL_TUI_CTRL_TABLE_EDIT 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 Value transfer Attribute reference (LIKE) 20090528

Method HANDLE_USER_COMMAND on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method LOCK_HISTORY_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20120410
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20120410
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20120410

Method LOCK_HISTORY_DELETE on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method LOCK_HISTORY_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20120410
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20120410
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20120410

Method LOCK_HISTORY_INSERT on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method NAVIGATION_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NAVIGATION_STACK Call by reference Type reference (TYPE) TY_NAVIGATION_STACK 20090528

Method NAVIGATION_DISPLAY on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method NAVIGATION_STACK_CLEAR Signature

Method NAVIGATION_STACK_CLEAR on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no parameter.
Method NAVIGATION_STACK_CLEAR on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method NAVIGATION_STACK_POP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_TOPMOST_NAVIGATION_ENTRY Value transfer Type reference (TYPE) TY_NAVIGATION_STACK 20090528

Method NAVIGATION_STACK_POP on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method NAVIGATION_STACK_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_TOPMOST_NAVIGATION_ENTRY Value transfer Type reference (TYPE) TY_NAVIGATION_STACK 20090528

Method NAVIGATION_STACK_READ on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method OBEY_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NAVIGATION_STACK Call by reference Type reference (TYPE) TY_NAVIGATION_STACK 20090528

Method OBEY_PROPERTIES on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBEY_PROPERTIES Value transfer Attribute reference (LIKE) 20090528
2 Importing IV_SHOW_CHANGES Call by reference Attribute reference (LIKE) 20120420
3 Importing IV_SHOW_KEYS Value transfer Attribute reference (LIKE) 20090528

Method ON_CONFIGURATION on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_CONTEXT_MENUE_REQUEST Signature

Method ON_CONTEXT_MENUE_REQUEST on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no parameter.
Method ON_CONTEXT_MENUE_REQUEST on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Value transfer Attribute reference (LIKE) 20091211
2 Importing E_ONF4 Value transfer Attribute reference (LIKE) 20091211
3 Importing E_ONF4_AFTER Value transfer Attribute reference (LIKE) 20091211
4 Importing E_ONF4_BEFORE Value transfer Attribute reference (LIKE) 20091211
5 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20091211

Method ON_DATA_CHANGED on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_DATA_CHANGED_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Value transfer Attribute reference (LIKE) 20090528
2 Importing E_MODIFIED Value transfer Attribute reference (LIKE) 20090528

Method ON_DATA_CHANGED_FINISHED on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_INSTANCES_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Value transfer Attribute reference (LIKE) 20090528
2 Importing IV_BO_KEY Value transfer Attribute reference (LIKE) 20090528
3 Importing IV_NODE_KEY Value transfer Attribute reference (LIKE) 20090528

Method ON_INSTANCES_CHANGED on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_INSTANCES_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ASSOCIATION Call by reference Attribute reference (LIKE) 20091216
2 Importing IV_BO_KEY Call by reference Attribute reference (LIKE) 20091216
3 Importing IV_KEY Call by reference Attribute reference (LIKE) 20091216
4 Importing IV_NODE_KEY Call by reference Attribute reference (LIKE) 20091216
5 Importing IV_SOURCE_BO_KEY Call by reference Attribute reference (LIKE) 20091216
6 Importing IV_SOURCE_KEY Call by reference Attribute reference (LIKE) 20091216
7 Importing IV_SOURCE_NODE_KEY Call by reference Attribute reference (LIKE) 20091216

Method ON_INSTANCES_CREATED on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_INSTANCES_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Attribute reference (LIKE) 20091216
2 Importing IV_BO_KEY Call by reference Attribute reference (LIKE) 20091216
3 Importing IV_NODE_KEY Call by reference Attribute reference (LIKE) 20091216

Method ON_INSTANCES_DELETED on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_MARK_MESSAGE_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTRIBUTE_NAME Value transfer Attribute reference (LIKE) 20090528
2 Importing IV_BO_KEY Value transfer Attribute reference (LIKE) 20090528
3 Importing IV_KEY Value transfer Attribute reference (LIKE) 20090528
4 Importing IV_NODE_KEY Value transfer Attribute reference (LIKE) 20090528
5 Importing IV_SEVERITY Value transfer Attribute reference (LIKE) 20090528

Method ON_MARK_MESSAGE_LOCATION on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_SELECTION_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Value transfer Attribute reference (LIKE) 20090528
2 Importing IT_SOURCE_KEY Value transfer Attribute reference (LIKE) 20090528
3 Importing IV_ASSOCIATION Value transfer Attribute reference (LIKE) 20090528
4 Importing IV_BO_KEY Value transfer Attribute reference (LIKE) 20090528
5 Importing IV_NODE_KEY Value transfer Attribute reference (LIKE) 20090528
6 Importing IV_SOURCE_BO_KEY Value transfer Attribute reference (LIKE) 20090528
7 Importing IV_SOURCE_NODE_KEY Value transfer Attribute reference (LIKE) 20090528
8 Importing SENDER Call by reference Attribute reference (LIKE) 20100119

Method ON_SELECTION_CHANGED on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_TRANSACTION_CLEANEDUP Signature

Method ON_TRANSACTION_CLEANEDUP on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no parameter.
Method ON_TRANSACTION_CLEANEDUP on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_TRANSACTION_SAVED Signature

Method ON_TRANSACTION_SAVED on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no parameter.
Method ON_TRANSACTION_SAVED on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method ON_VALUE_HELP_REQUESTED Signature

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

Method ON_VALUE_HELP_REQUESTED on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method REFRESH_GRID_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NAVIGATION_STACK Call by reference Type reference (TYPE) TY_NAVIGATION_STACK 20090528

Method REFRESH_GRID_DATA on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.

Method TRANSLATE_FUNCTION_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTENT_CATEGORY Call by reference Type reference (TYPE) /BOBF/OBM_CONTENT_CAT Entity Category 20090528
2 Exporting EV_CONTENT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20090528
3 Exporting EV_FUNCTION_CODE Call by reference Type reference (TYPE) UI_FUNC Function code 20090528
4 Importing IV_CONTENT_CATEGORY Call by reference Type reference (TYPE) /BOBF/OBM_CONTENT_CAT Entity Category 20090528
5 Importing IV_CONTENT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20090528
6 Importing IV_FUNCTION_CODE Call by reference Type reference (TYPE) UI_FUNC Function code 20090528

Method TRANSLATE_FUNCTION_CODE on class /BOBF/CL_TUI_CTRL_TABLE_EDIT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702