Hierarchy

⤷

⤷

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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /BOBF/CL_TUI_CTRL_TABLE_EDIT | Table Editor | 20090528 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20090528 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_COMPONENT_PATH | 20090921 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_FUNCTION_CODE_SET | Table for temporary dynamic function codes | 20090528 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_LOCK_HISTORY | 20120405 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_NAVIGATION_STACK | 20090528 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_FRW_KEY2 | Key table | 20090528 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_T_ROW | ALV control: Table rows | 20090528 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 100 | 20090528 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090528 | |
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090601 |
Methods
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 | ![]() |
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 | ![]() |
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 | ![]() |
IT_SOURCE_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY2 | Key table | 20090528 | ||
2 | ![]() |
IV_ASSOC_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | Association | 20090528 | ||
3 | ![]() |
IV_SOURCE_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20090528 | ||
4 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_CREATE_IMMEDIATELY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Calls modify create afterwards | 20090528 | |
2 | ![]() |
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 | ![]() |
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 | ![]() |
EO_TABLE_EDITOR | Value transfer | Object reference (TYPE REF TO) | /BOBF/CL_TUI_CTRL_TABLE_EDIT | Table Editor | 20090528 | ||
2 | ![]() |
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 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY2 | Key table | 20091216 | ||
2 | ![]() |
EV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20091216 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
E_OBJECT | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20120410 | ||
2 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20120410 | ||
3 | ![]() |
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 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20120410 | ||
2 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20120410 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_OBEY_PROPERTIES | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
2 | ![]() |
IV_SHOW_CHANGES | Call by reference | Attribute reference (LIKE) | 20120420 | ||||
3 | ![]() |
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 | ![]() |
ER_DATA_CHANGED | Value transfer | Attribute reference (LIKE) | 20091211 | ||||
2 | ![]() |
E_ONF4 | Value transfer | Attribute reference (LIKE) | 20091211 | ||||
3 | ![]() |
E_ONF4_AFTER | Value transfer | Attribute reference (LIKE) | 20091211 | ||||
4 | ![]() |
E_ONF4_BEFORE | Value transfer | Attribute reference (LIKE) | 20091211 | ||||
5 | ![]() |
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 | ![]() |
ET_GOOD_CELLS | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
2 | ![]() |
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 | ![]() |
IT_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
2 | ![]() |
IV_BO_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
3 | ![]() |
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 | ![]() |
IV_ASSOCIATION | Call by reference | Attribute reference (LIKE) | 20091216 | ||||
2 | ![]() |
IV_BO_KEY | Call by reference | Attribute reference (LIKE) | 20091216 | ||||
3 | ![]() |
IV_KEY | Call by reference | Attribute reference (LIKE) | 20091216 | ||||
4 | ![]() |
IV_NODE_KEY | Call by reference | Attribute reference (LIKE) | 20091216 | ||||
5 | ![]() |
IV_SOURCE_BO_KEY | Call by reference | Attribute reference (LIKE) | 20091216 | ||||
6 | ![]() |
IV_SOURCE_KEY | Call by reference | Attribute reference (LIKE) | 20091216 | ||||
7 | ![]() |
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 | ![]() |
IT_KEY | Call by reference | Attribute reference (LIKE) | 20091216 | ||||
2 | ![]() |
IV_BO_KEY | Call by reference | Attribute reference (LIKE) | 20091216 | ||||
3 | ![]() |
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 | ![]() |
IT_ATTRIBUTE_NAME | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
2 | ![]() |
IV_BO_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
3 | ![]() |
IV_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
4 | ![]() |
IV_NODE_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
5 | ![]() |
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 | ![]() |
IT_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
2 | ![]() |
IT_SOURCE_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
3 | ![]() |
IV_ASSOCIATION | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
4 | ![]() |
IV_BO_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
5 | ![]() |
IV_NODE_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
6 | ![]() |
IV_SOURCE_BO_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
7 | ![]() |
IV_SOURCE_NODE_KEY | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
8 | ![]() |
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 | ![]() |
ER_EVENT_DATA | Value transfer | Attribute reference (LIKE) | 20090629 | ||||
2 | ![]() |
ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20090629 | ||||
3 | ![]() |
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 | ![]() |
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 | ![]() |
EV_CONTENT_CATEGORY | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Entity Category | 20090528 | ||
2 | ![]() |
EV_CONTENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20090528 | ||
3 | ![]() |
EV_FUNCTION_CODE | Call by reference | Type reference (TYPE) | UI_FUNC | Function code | 20090528 | ||
4 | ![]() |
IV_CONTENT_CATEGORY | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Entity Category | 20090528 | ||
5 | ![]() |
IV_CONTENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20090528 | ||
6 | ![]() |
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 |