Hierarchy
⤷
⤷
Properties
| Class | /BOBF/CL_WD_BO_UI_ASSIST_BASE | |
| Short Description | WD BO UI Assistance base | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOBF/LIBRARY_BS_COMMON | BOPF Library for BS: Common Objects |
| Created | 20080716 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no interface implemented.
Friends
Class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOBF/IF_TRA_SERVICE_MANAGER | BO Service Manager | 20080716 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20080716 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | /BOBF/IF_TRA_TRANSACTION_MGR | Lean Transaction Manager | 20080716 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TTHA_ACTION_PROPERTIES | Action Properties | 20080716 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TTHA_BO_EDITOR_SUBSCRIPTION | BO Editor subscriptions | 20080716 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TTHA_BO_EDITOR_SUBSR_INDEX | BO/DO Editor subscription reverse indices | 20080716 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | TTHA_NODE_ASSOC_LOADED | TODO: Load On Demand: Node assocs loaded | 20080716 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Data changed? | 20080716 | ||
| 9 | Instance attribute | Protected | Type reference (TYPE) | I | Editor count | 20080718 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/CONF_EDIT_MODE | Edit Mode | 20080716 |
Methods
Events
Class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TSTR_ACTION_PROPERTIES | Protected | See coding | Action Properties | 20080716 | BEGIN OF tstr_action_properties,
node_key TYPE /bobf/obm_node_key,
t_properties TYPE /bobf/t_frw_property_k,
END OF tstr_action_properties
|
|
| 2 | TSTR_BO_EDITOR_SUBSCRIPTION | Protected | See coding | BO/DO Editor subscription | 20080716 | BEGIN OF tstr_bo_editor_subscription,
v_index TYPE i,
v_parent_editor_index TYPE i,
v_bo_name TYPE string,
v_do_prefix TYPE string,
o_ui_config TYPE REF TO /bobf/if_wd_bo_ui_config,
o_wd_context TYPE REF TO if_wd_context,
o_wd_ndi_root TYPE REF TO if_wd_context_node_info,
v_do_binding_node_path TYPE string,
v_do_prefix_cumulative TYPE string,
v_hosting_bo_name TYPE string,
v_hosting_bo_prefix TYPE string,
r_parent_editor TYPE REF TO data,
END OF tstr_bo_editor_subscription
|
|
| 3 | TSTR_BO_EDITOR_SUBSR_INDEX | Protected | See coding | BO/DO Editor subscription reverse index | 20080716 | BEGIN OF tstr_bo_editor_subsr_index,
o_wd_context TYPE REF TO if_wd_context,
r_editor TYPE REF TO tstr_bo_editor_subscription,
END OF tstr_bo_editor_subsr_index
|
|
| 4 | TSTR_CREATE_BY_CTX_CHG_LIST | Protected | See coding | Create triggered by context change log | 20080718 | BEGIN OF tstr_create_by_ctx_chg_list,
o_wd_node TYPE REF TO if_wd_context_node,
element_index TYPE i,
r_modification TYPE REF TO /bobf/s_frw_modification,
o_wd_el TYPE REF TO if_wd_context_element,
END OF tstr_create_by_ctx_chg_list
|
|
| 5 | TSTR_NODES_2_RETRIEVE | Public | See coding | Nodes to retrieve | 20080716 | begin of tstr_nodes_2_retrieve,
parent_node type string,
child_node type string,
end of tstr_nodes_2_retrieve
|
|
| 6 | TSTR_NODE_ASSOC_LOADED | Protected | See coding | TODO: Node Assoc Loaded | 20080716 | BEGIN OF tstr_node_assoc_loaded,
node_key TYPE /bobf/obm_node_key,
t_inst_assoc TYPE HASHED TABLE OF tstr_node_inst_assoc WITH UNIQUE KEY KEY assoc_key,
END OF tstr_node_assoc_loaded
|
|
| 7 | TSTR_NODE_DATA | Protected | See coding | Data of Single Node | 20080716 | BEGIN OF tstr_node_data,
bo_node_key TYPE /bobf/obm_node_key,
bo_parent_node_key TYPE /bobf/obm_node_key,
bo_assoc_from_parent TYPE /bobf/obm_assoc_key,
t_keys TYPE /bobf/t_frw_key,
t_keys_deleted TYPE /bobf/t_frw_key,
t_keys_failed TYPE /bobf/t_frw_key,
t_keys_complete TYPE /bobf/t_frw_key_incl,
t_keys_complete_del TYPE /bobf/t_frw_key_incl,
t_properties TYPE /bobf/t_frw_property_k,
t_data TYPE REF TO data,
END OF tstr_node_data
|
|
| 8 | TSTR_NODE_INST_ASSOC | Protected | See coding | TODO: Node Assoc Loaded | 20080716 | BEGIN OF tstr_node_inst_assoc,
key TYPE /bobf/conf_key,
assoc_key TYPE /bobf/obm_assoc_key,
END OF tstr_node_inst_assoc
|
|
| 9 | TSTR_T100_MESSAGE | Protected | See coding | 20080818 | BEGIN OF tstr_t100_message.
INCLUDE TYPE /bobf/s_frw_key_incl AS s_keys.
TYPES:
message TYPE REF TO /bobf/cm_frw.
INCLUDE TYPE tstr_t100_message_1 AS s_msg1.
TYPES:
END OF tstr_t100_message
|
||
| 10 | TSTR_T100_MESSAGE_1 | Protected | See coding | 20080818 | BEGIN OF tstr_t100_message_1,
node_key TYPE /bobf/s_frw_message_d-node_key,
val_key TYPE /bobf/s_frw_message_d-val_key,
consistency TYPE /bobf/s_frw_message_d-consistency,
severity TYPE /bobf/s_frw_message_d-severity,
END OF tstr_t100_message_1
|
||
| 11 | TTHA_ACTION_PROPERTIES | Protected | See coding | Action Properties | 20080716 | ttha_action_properties TYPE HASHED TABLE OF tstr_action_properties WITH UNIQUE KEY node_key
|
|
| 12 | TTHA_BO_EDITOR_SUBSCRIPTION | Protected | See coding | BO/DO Editor subscriptions | 20080716 | ttha_bo_editor_subscription TYPE HASHED TABLE OF tstr_bo_editor_subscription WITH UNIQUE KEY v_bo_name v_do_prefix
|
|
| 13 | TTHA_BO_EDITOR_SUBSR_INDEX | Protected | See coding | BO/DO Editor subscription reverse indices | 20080716 | ttha_bo_editor_subsr_index TYPE HASHED TABLE OF tstr_bo_editor_subsr_index WITH UNIQUE KEY o_wd_context
|
|
| 14 | TTHA_NODE_ASSOC_LOADED | Protected | See coding | TODO: Node Assoc Loaded | 20080716 | ttha_node_assoc_loaded TYPE HASHED TABLE OF tstr_node_assoc_loaded WITH UNIQUE KEY node_key
|
|
| 15 | TTST_CREATE_BY_CTX_CHG_LIST | Protected | See coding | Create triggered by context change log | 20080718 | ttst_create_by_ctx_chg_list TYPE STANDARD TABLE OF tstr_create_by_ctx_chg_list WITH DEFAULT KEY
|
|
| 16 | TTST_NODES_2_RETRIEVE | Public | See coding | Nodes to retrieve | 20080716 | ttst_nodes_2_retrieve type standard table of tstr_nodes_2_retrieve with default key
|
|
| 17 | TTST_NODE_DATA | Protected | See coding | Data of BO nodes | 20080716 | ttst_node_data TYPE STANDARD TABLE OF tstr_node_data WITH DEFAULT KEY
|
|
| 18 | TTST_T100_MESSAGE | Protected | See coding | 20080818 | ttst_t100_message TYPE STANDARD TABLE OF tstr_t100_message WITH DEFAULT KEY
|
Method Signatures
Method BIND_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | 20080716 | ||||
| 2 | RV_HAS_ERRORS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080718 |
Method BIND_MESSAGES on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method BIND_MESSAGES_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MESSAGE_K | 20080716 | ||||
| 2 | CV_HAS_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080718 | ||||
| 3 | IO_MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | 20080716 | ||||
| 4 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080716 |
Method BIND_MESSAGES_INT on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method BIND_MESSAGES_INT_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MESSAGE_K | 20080716 | ||||
| 2 | CV_HAS_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080718 | ||||
| 3 | IO_EL | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20080716 | ||||
| 4 | IO_MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | 20080716 | ||||
| 5 | IS_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | 20080716 | ||||
| 6 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20080716 |
Method BIND_MESSAGES_INT_1 on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method BIND_MESSAGES_INT_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MESSAGE_K | 20080716 | ||||
| 2 | CV_HAS_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080718 | ||||
| 3 | IO_MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | 20080716 |
Method BIND_MESSAGES_INT_2 on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method BIND_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EL | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20080716 | ||||
| 2 | IS_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | 20080716 | ||||
| 3 | IT_ATTRIBUTES | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>INCLUDED_VIEW | 20080716 | ||||
| 4 | IT_PROPERTIES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_PROPERTY_K | 20080716 | ||||
| 5 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20080716 |
Method BIND_PROPERTIES on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method CANCEL Signature
Method CANCEL on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no parameter.
Method CANCEL on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080716 | ||||
| 2 | IV_ALL_SELECTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080716 | |||
| 3 | IV_CHECK_SCOPE | Call by reference | Type reference (TYPE) | /BOBF/FRW_SCOPE | /BOBF/IF_FRW_C=>SC_SCOPE_SUBSTRUCTURE | 20080716 | |||
| 4 | IV_ONLY_LEAD_SELECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080716 |
Method CHECK on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method COMP_CTRL_SUBSCR_BO_EDITOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BO_ROOT_NDI_IN_CTX | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | 20080720 | ||||
| 2 | IO_UI_CONFIG | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_WD_BO_UI_CONFIG | 20080720 | ||||
| 3 | IV_BO_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20080720 |
Method COMP_CTRL_SUBSCR_BO_EDITOR on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method COMP_CTRL_SUBSCR_DO_EDITOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BO_ROOT_NDI_IN_CTX | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | 20080720 | ||||
| 2 | IO_UI_CONFIG | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_WD_BO_UI_CONFIG | 20080720 | ||||
| 3 | IV_DO_BINDING_PATH | Call by reference | Type reference (TYPE) | CLIKE | 20080720 | ||||
| 4 | IV_DO_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20080720 | ||||
| 5 | IV_DO_PREFIX | Call by reference | Type reference (TYPE) | CLIKE | 20080720 | ||||
| 6 | IV_HOSTING_BO_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20080720 | ||||
| 7 | IV_HOSTING_BO_PREFIX | Call by reference | Type reference (TYPE) | CLIKE | 20080720 |
Method COMP_CTRL_SUBSCR_DO_EDITOR on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BO_CONFIG | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20080729 | |||
| 2 | IO_SERVICE_MANAGER | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_SERVICE_MANAGER | BO Service Manager | 20080729 | |||
| 3 | IO_TRANSACTION_MANAGER | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_TRANSACTION_MGR | Lean Transaction Manager | 20080729 |
Method CONSTRUCTOR on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080716 | ||||
| 2 | IS_UI_DATA | Call by reference | Type reference (TYPE) | ANY | 20080718 | ||||
| 3 | RO_EL | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20080718 |
Method CREATE on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080716 | ||||
| 2 | IV_ALL_SELECTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080716 | |||
| 3 | IV_ONLY_LEAD_SELECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080716 |
Method DELETE on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method DISP_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IX_FRW | Call by reference | Object reference (TYPE REF TO) | /BOBF/CX_FRW | 20080716 |
Method DISP_EXCEPTION on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method DISP_TEXT_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20080718 |
Method DISP_TEXT_MESSAGE on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method EXEC_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080716 | ||||
| 2 | IS_PARAMETERS | Call by reference | Type reference (TYPE) | ANY | 20080716 | ||||
| 3 | IV_ACT_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20080729 |
Method EXEC_ACTION on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method HANDLE_DO_LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080719 |
Method HANDLE_DO_LOAD on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method IS_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ANSWER | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080716 |
Method IS_DATA_CHANGED on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080716 | ||||
| 2 | IT_CHILDREN_2_RETRIEVE | Call by reference | Type reference (TYPE) | TTST_NODES_2_RETRIEVE | 20080716 | ||||
| 3 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20080716 | ||||
| 4 | IV_RETRIEVE_ALL_CHILDREN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080716 |
Method RETRIEVE on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method RETRIEVE_DATA_CTX_INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080716 | ||||
| 2 | IS_PARENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | 20080716 | ||||
| 3 | IT_CHILDREN_2_RETRIEVE | Call by reference | Type reference (TYPE) | TTST_NODES_2_RETRIEVE | 20080716 | ||||
| 4 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20080716 | ||||
| 5 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | TTST_NODE_DATA | 20080716 | ||||
| 6 | IV_RETRIEVE_ALL_CHILDREN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080716 |
Method RETRIEVE_DATA_CTX_INIT on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method RETRIEVE_DATA_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NODE_DATA | Call by reference | Type reference (TYPE) | TTST_NODE_DATA | 20080716 | ||||
| 2 | IO_NDI | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | 20080716 | ||||
| 3 | IT_CHILDREN_2_RETRIEVE | Call by reference | Type reference (TYPE) | TTST_NODES_2_RETRIEVE | 20080716 | ||||
| 4 | IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20080716 | ||||
| 5 | IT_PARENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20080716 | ||||
| 6 | IV_RETRIEVE_ALL_CHILDREN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080716 |
Method RETRIEVE_DATA_INT on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SUCCESS_FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080716 |
Method SAVE on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method SET_EDIT_MODE 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 | /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY | 20080716 |
Method SET_EDIT_MODE on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SUCCESSFUL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080718 |
Method UPDATE on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UPD_CTX_USING_CHG_BUF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface for transaction change objects | 20080716 |
Method UPD_CTX_USING_CHG_BUF on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UPD_CTX_USING_CHG_BUF_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080716 | ||||
| 2 | IS_PARENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | 20080716 | ||||
| 3 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | TTST_NODE_DATA | 20080716 |
Method UPD_CTX_USING_CHG_BUF_INT on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UPD_KEY_IN_CTX_4_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CREATE | Call by reference | Type reference (TYPE) | TTST_CREATE_BY_CTX_CHG_LIST | 20080718 | ||||
| 2 | IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | 20080718 |
Method UPD_KEY_IN_CTX_4_CREATE on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_CREATE_BO_NODE_DATA_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | 20080719 | ||||
| 2 | RR_STRUCT_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20080719 |
Method UTIL_CREATE_BO_NODE_DATA_STR on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_CREATE_BO_NODE_DATA_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | 20080719 | ||||
| 2 | RR_STRUCT_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20080719 |
Method UTIL_CREATE_BO_NODE_DATA_TAB on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_DEL_OLD_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080718 |
Method UTIL_DEL_OLD_ELEMENTS on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_EDITOR_HAS_PENDING_UPD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EDITOR | Call by reference | Object reference (TYPE REF TO) | TSTR_BO_EDITOR_SUBSCRIPTION | 20080718 | ||||
| 2 | RV_ANSWER | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080718 |
Method UTIL_EDITOR_HAS_PENDING_UPD on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_GET_BO_EDITOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UI_NDI | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | 20080718 | ||||
| 2 | RR_EDITOR | Value transfer | Object reference (TYPE REF TO) | TSTR_BO_EDITOR_SUBSCRIPTION | 20080718 |
Method UTIL_GET_BO_EDITOR on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_GET_BO_NODE_4_UI_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_NODE | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20080904 | |||
| 2 | EV_BO_NODE | Value transfer | Type reference (TYPE) | STRING | 20080904 | ||||
| 3 | EV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20080904 | |||
| 4 | EV_USES_PROXY_NAME | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080904 | ||||
| 5 | IO_UI_NDI | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | 20080716 |
Method UTIL_GET_BO_NODE_4_UI_NODE on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_GET_COMP_CONTEXT_BY_ND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080718 | ||||
| 2 | RO_CTX | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT | 20080718 |
Method UTIL_GET_COMP_CONTEXT_BY_ND on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_GET_COMP_CONTEXT_BY_NDI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UI_NDI | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | 20080718 | ||||
| 2 | RO_CTX | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT | 20080718 |
Method UTIL_GET_COMP_CONTEXT_BY_NDI on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_GET_PARENT_2_CHILD_ASSOC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ASSOC_FROM_PARENT | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | 20080904 | ||||
| 2 | ES_NODE_CHILD | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | 20080904 | ||||
| 3 | IO_NDI | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | 20080718 |
Method UTIL_GET_PARENT_2_CHILD_ASSOC on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method UTIL_GET_PARENT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ND | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080718 | ||||
| 2 | RS_KEY | Value transfer | Type reference (TYPE) | /BOBF/S_FRW_KEY | 20080718 |
Method UTIL_GET_PARENT_KEY on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method VIEW_HANDLE_UI_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20080720 | ||||
| 2 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20080720 |
Method VIEW_HANDLE_UI_EVENTS on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method VIEW_MOD_CONTROL_UI_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20080720 |
Method VIEW_MOD_CONTROL_UI_BUTTONS on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method VIEW_MOD_SUBSCR_EVENT_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20080720 | |||
| 2 | IV_EVENT_HANDLER | Call by reference | Type reference (TYPE) | CLIKE | 20080720 |
Method VIEW_MOD_SUBSCR_EVENT_HANDLER on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
Method VIEW_MOD_SUBSCR_EVT_HNDLR_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20080720 | |||
| 2 | IV_CID | Call by reference | Type reference (TYPE) | GUID | Globally Unique Identifier | 20080720 | |||
| 3 | IV_EVENT_HANDLER | Call by reference | Type reference (TYPE) | CLIKE | 20080720 | ||||
| 4 | IV_GET_METHOD | Call by reference | Type reference (TYPE) | CLIKE | 20080720 | ||||
| 5 | IV_SET_METHOD | Call by reference | Type reference (TYPE) | CLIKE | 20080720 |
Method VIEW_MOD_SUBSCR_EVT_HNDLR_INT on class /BOBF/CL_WD_BO_UI_ASSIST_BASE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |