Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20090824 |
Properties
| Class | /BOFU/CL_CUIBB_ASSISTANCE | |
| Short Description | Assistance class for Free Style UIBB | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/FBI_RUNTIME_V1_CUBB | FBI Runtime: Version 1 of Runtime: Freestyle feeders |
| Created | 20090824 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/CL_CUIBB_ASSISTANCE has no forward declaration.
Interfaces
Class /BOFU/CL_CUIBB_ASSISTANCE has no interface implemented.
Friends
Class /BOFU/CL_CUIBB_ASSISTANCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CREATE' | 20090824 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'DELETE' | 20090824 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'FBI_CREATE' | 20090824 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'FBI_DELETE' | 20090824 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'ON_LEAD_SELECT' | 20090824 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Window Controller | 20090824 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | Table type for Activity Type table | 20090824 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090824 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20090824 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | /BOFU/T_CUIBB_CONFIG | Table type for GUIBB parameters design time | 20090824 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | STRING | 20090824 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | TY_T_OVS | 20090824 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | TY_T_UI_TABLES | 20090824 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | TY_T_REG_VIEWS | 20090824 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | TY_T_UI_ELEMENT | 20090824 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | STRING | Sorted Column | 20090824 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | WDUI_TABLE_COL_SORT_DIR | Web Dynpro: TableColumnSortDirection | 20090824 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | XFELD | Checkbox | 20090824 |
Methods
Events
Class /BOFU/CL_CUIBB_ASSISTANCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_COMP_ASSIGN | Public | See coding | 20090824 | BEGIN OF ty_s_comp_assign,
view_name TYPE string,
source_comp TYPE string,
source_field TYPE string,
target_comp TYPE string,
END OF ty_s_comp_assign
|
||
| 2 | TY_S_EVENT | Private | See coding | 20090824 | |
||
| 3 | TY_S_FEEDER | Private | See coding | 20090824 | |
||
| 4 | TY_S_FIELD_PROPERTY | Private | See coding | 20090824 | |
||
| 5 | TY_S_KEY | Public | See coding | 20090824 | BEGIN OF ty_s_key,
key TYPE /bobf/conf_key,
END OF ty_s_key
|
||
| 6 | TY_S_OVS | Protected | See coding | 20090824 | |
||
| 7 | TY_S_REG_VIEWS | Public | See coding | 20090824 | BEGIN OF ty_s_reg_views,
view_name TYPE string,
window_name TYPE string,
view_usage TYPE REF TO if_wd_rr_view_usage,
active TYPE xfeld,
view_controller TYPE REF TO if_wd_view_controller,
context_node TYPE REF TO if_wd_context,
data_node TYPE REF TO if_wd_context_node,
function_node TYPE REF TO if_wd_context_node,
component TYPE REF TO if_wd_component,
wd_component TYPE string,
view_handler TYPE REF TO /bofu/if_cuibb_view_handler,
feeder TYPE REF TO /bofu/cl_fbi_guibb_feeder,
cardinality TYPE i,
selected_fields TYPE fpmgb_t_selected_fields ,
fieldcat TYPE REF TO cl_abap_complexdescr,
data TYPE REF TO data ,
adapted_data TYPE REF TO data,
changelog TYPE fpmgb_t_changelog,
old_lead_sel TYPE i,
new_lead_sel TYPE i,
sorting_happened TYPE xfeld,
changelog_called TYPE boole_d,
current_event TYPE REF TO cl_fpm_event,
selected_lines TYPE rstabixtab,
field_usage TYPE fpmgb_t_fieldusage,
action_usage TYPE fpmgb_t_actionusage,
sorted_column TYPE string,
sorted_direction TYPE wdui_table_col_sort_dir,
END OF ty_s_reg_views
|
||
| 8 | TY_S_SUFFIX | Private | See coding | 20090824 | |
||
| 9 | TY_S_UI_ELEMENT | Public | See coding | 20090824 | BEGIN OF ty_s_ui_element,
view_name TYPE string,
element_id TYPE string,
element_ref TYPE REF TO cl_wd_uielement,
END OF ty_s_ui_element
|
||
| 10 | TY_S_UI_TABLE | Private | See coding | 20090824 | |
||
| 11 | TY_T_COMP_ASSIGN | Public | See coding | 20090824 | ty_t_comp_assign TYPE TABLE OF ty_s_comp_assign
|
||
| 12 | TY_T_KEYS | Public | See coding | 20090824 | ty_t_keys TYPE TABLE OF ty_s_key
|
||
| 13 | TY_T_OVS | Protected | See coding | 20090824 | |
||
| 14 | TY_T_REG_VIEWS | Public | See coding | 20090824 | ty_t_reg_views TYPE TABLE OF ty_s_reg_views
|
||
| 15 | TY_T_UI_ELEMENT | Public | See coding | 20090824 | ty_t_ui_element TYPE TABLE OF ty_s_ui_element
|
||
| 16 | TY_T_UI_TABLES | Private | See coding | 20090824 | |
Method Signatures
Method APPLY_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20090824 | ||||
| 2 | IV_TABLE_ID | Call by reference | Type reference (TYPE) | STRING | 20090824 |
Method APPLY_FILTER on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method APPLY_SORT 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 | 20090824 | ||||
| 2 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20090824 | ||||
| 3 | IO_WD_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | 20090824 |
Method APPLY_SORT on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method BIND_TEXT_VIEW_LABELS 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 | 20090824 |
Method BIND_TEXT_VIEW_LABELS on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method CLOSE_SIDE_PANEL Signature
Method CLOSE_SIDE_PANEL on class /BOFU/CL_CUIBB_ASSISTANCE has no parameter.
Method CLOSE_SIDE_PANEL on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method DEREGISTER Signature
Method DEREGISTER on class /BOFU/CL_CUIBB_ASSISTANCE has no parameter.
Method DEREGISTER on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method DISPATCH_ACTION 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 | Application-Defined Event | 20090824 | |||
| 2 | IO_FPM_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20090824 | |||
| 3 | IO_VIEW_CTR | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: Component | 20090824 | |||
| 4 | IV_EVENT_ID | Call by reference | Type reference (TYPE) | STRING | 20090824 |
Method DISPATCH_ACTION on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method DISPATCH_DROP_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20090824 | ||||
| 2 | IR_ACT_PARAMS | Call by reference | Object reference (TYPE REF TO) | DATA | 20090824 | ||||
| 3 | IT_PARAMETER | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | 20090824 |
Method DISPATCH_DROP_EVENT on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method DISPATCH_FLUSH Signature
Method DISPATCH_FLUSH on class /BOFU/CL_CUIBB_ASSISTANCE has no parameter.
Method DISPATCH_FLUSH on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method DISPATCH_INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONFIG | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090824 |
Method DISPATCH_INIT on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method DISPATCH_OVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20090824 | ||||
| 2 | IO_VIEW_CTR | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20090824 | ||||
| 3 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | 20090824 | ||||
| 4 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 |
Method DISPATCH_OVS on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method DISPATCH_PARAMETERIZED_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20090824 | ||||
| 2 | IR_ACT_PARAMS | Call by reference | Object reference (TYPE REF TO) | DATA | 20090824 | ||||
| 3 | IT_PARAMETER | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | 20090824 |
Method DISPATCH_PARAMETERIZED_ACTION on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method DISPATCH_PBO 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_FPM_EVENT | CL_FPM_EVENT | 20090824 |
Method DISPATCH_PBO on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method DISPATCH_PROCESS_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20090824 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20090824 |
Method DISPATCH_PROCESS_EVENT on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method GET_ACT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TABLE | Call by reference | Type reference (TYPE) | DATA | 20090824 |
Method GET_ACT_TYPE on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method GET_TABLE_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20090824 | |||
| 2 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 | ||||
| 3 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 | ||||
| 4 | RO_TABLE_MANAGER | Value transfer | Object reference (TYPE REF TO) | /BOFU/IF_CUIBB_TABLE_MANAGER | TABLE UI CONTROL Manager | 20090824 |
Method GET_TABLE_MANAGER on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method GET_UI_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_UIELEMENTS | Call by reference | Type reference (TYPE) | TY_T_UI_ELEMENT | UI Element Mapping Structure | 20090824 | |||
| 2 | IO_CURRENT_UIELEMENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | 20090824 | ||||
| 3 | IO_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 |
Method GET_UI_ELEMENTS on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method GET_VIEW_AND_COMPONENT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 | ||||
| 2 | EV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 | ||||
| 3 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20090824 |
Method GET_VIEW_AND_COMPONENT_NAME on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method GET_VIEW_USAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_VIEW_USAGE | Call by reference | Type reference (TYPE) | WDRR_VIEW_USAGE_OBJECT | 20090824 |
Method GET_VIEW_USAGES on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method INIT_VIEW_ELEMENTS 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 | 20090824 |
Method INIT_VIEW_ELEMENTS on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method IS_INSTANCE_OF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20090824 | ||||
| 2 | IV_CLASS_OR_INTERFACE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 | ||||
| 3 | RV_VALUE | Value transfer | Type reference (TYPE) | BOOLE_D | 20090824 |
Method IS_INSTANCE_OF on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method ON_POPUP_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20090824 | ||||
| 2 | IR_DATA_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20090824 | ||||
| 3 | IT_DATA | Call by reference | Type reference (TYPE) | ANY | 20090824 | ||||
| 4 | IV_ACTION | Call by reference | Type reference (TYPE) | STRING | 20090824 |
Method ON_POPUP_ACTION on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method OPEN_DIALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CMP_USAGE | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE | 20090824 | ||||
| 2 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20090824 | ||||
| 3 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 | ||||
| 4 | IV_CONFIG_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 | ||||
| 5 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | 20090824 | ||||
| 6 | IV_WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20090824 |
Method OPEN_DIALOG on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method OPEN_FPM_DIALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_FPM_PARAMETER | 20090824 | ||||
| 2 | IV_FPM_DIALOG_ID | Call by reference | Type reference (TYPE) | STRING | 20090824 | ||||
| 3 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | 20090824 |
Method OPEN_FPM_DIALOG on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method OPEN_SIDE_PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SIDE_PANEL_CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | 20090824 |
Method OPEN_SIDE_PANEL on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method PROCESS_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | 20090824 |
Method PROCESS_MESSAGES on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method REGISTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WINDOW_CTR | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Window Controller | 20090824 |
Method REGISTER on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method REGISTER_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_FILTER_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20090824 | ||||
| 2 | IO_WD_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | 20090824 |
Method REGISTER_TABLE on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
Method REGISTER_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT_CTR | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090824 | |||
| 2 | IO_FUNCTION_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090824 | |||
| 3 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090824 | |||
| 4 | IO_VIEW_CTR | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20090824 |
Method REGISTER_VIEW on class /BOFU/CL_CUIBB_ASSISTANCE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |