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 | 20060301 |
Properties
| Class | CL_WDR_ALL_IN_ONE_UTIL | |
| Short Description | Help Class for ALL_IN_ONE Application | |
| 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 | T | Test Program |
| Category | 0 | |
| Package | SWDP_TEST | Web Dynpro: Tests |
| Created | 20030910 | 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) |
Interfaces
Class CL_WDR_ALL_IN_ONE_UTIL has no interface implemented.
Friends
Class CL_WDR_ALL_IN_ONE_UTIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | STRING | 'ACTIONS' | 20041005 | |||
| 2 | Constant | Protected | Type reference (TYPE) | STRING | 'AGGR' | 20041005 | |||
| 3 | Constant | Protected | Type reference (TYPE) | STRING | 'SETTINGS' | 20041005 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'WD__' | 20041005 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Interface for Dynamic Usage of Nodes | 20041007 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | 20030910 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | 20030910 | ||||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_WDR_ALL_IN_ONE_UIELEM | Help Class for Complete UI Element in All-In-One | 20041007 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20030910 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20040514 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040514 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040514 | ||||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_VIEW | API of View | 20040514 |
Methods
Events
Class CL_WDR_ALL_IN_ONE_UTIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CREATED_NODE_INFO | Protected | See coding | 20040602 | begin of T_CREATED_NODE_INFO,
parent_node_info type ref to if_wd_context_node_info,
name type string,
end of t_created_node_info
|
||
| 2 | T_CREATED_NODE_INFOS | Protected | See coding | 20040602 | t_created_node_infos type standard table of t_created_node_info
|
||
| 3 | T_EVENT_INFO | Private | See coding | 20041124 | begin of T_EVENT_INFO,
name type string,
value type string,
end of t_event_info
|
||
| 4 | T_WDY_UI_EVENT_DEF | Public | See coding | 20040928 | T_WDY_UI_EVENT_DEF type standard table of WDY_UI_EVENT_DEF with default key
|
||
| 5 | T_WDY_UI_EVPAR_DEF | Public | See coding | 20040928 | T_WDY_UI_EVPAR_DEF type standard table of WDY_UI_EVPAR_DEF with default key
|
||
| 6 | T_WDY_UI_LIBRARY | Public | See coding | 20060719 | T_WDY_UI_LIBRARY type STANDARD TABLE OF wdy_ui_library with DEFAULT KEY
|
Method Signatures
Method ADD_ELEMENT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ATTRIBUTES | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_INFO_MAP | Meta-Information aller Attribute eines Node | 20040514 | |||
| 2 | C_POSSIBLE_ELEMENTS | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | Alle Festwerte eines Attributes mit Texten | 20040514 | |||
| 3 | I_DIRECTION | Call by reference | Type reference (TYPE) | C | 20040514 | ||||
| 4 | I_UI_ELEMENT | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20040514 | |||
| 5 | I_UI_LIBRARY | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web-Dynpro : Name einer UI-Element-Library | 20040514 |
Method ADD_ELEMENT_PROPERTIES on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ADD_TRAY_TO_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HEADER_TEXT | Value transfer | Type reference (TYPE) | CSEQUENCE | 20041005 | ||||
| 2 | I_ID | Value transfer | Type reference (TYPE) | STRING | 20041005 | ||||
| 3 | I_PARENT_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20040914-103236 | 20041005 | |||
| 4 | R_TRAY | Value transfer | Object reference (TYPE REF TO) | CL_WD_TRAY | Perforce change= / 20040914-105226 | 20041005 |
Method ADD_TRAY_TO_CONTAINER on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ATTACH_ELEMENT_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WD_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20040914-103236 | 20040928 | |||
| 2 | WD_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | Perforce change= / 20040604-141028 | 20040928 |
Method ATTACH_ELEMENT_EVENTS on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WDR_ALL_IN_ONE_UTIL has no parameter.
Method CONSTRUCTOR on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method CREATE_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COL_SPAN | Call by reference | Type reference (TYPE) | I | 20040524 | ||||
| 2 | I_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20040325-122040 | 20040514 | |||
| 3 | I_CONTEXT_ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20040514 | |||
| 4 | I_UI_AGGR_DEF | Call by reference | Type reference (TYPE) | WDY_UI_AGGR_DEF | Web Dynpro : Definition von Viewelementaggregationen | 20040514 | |||
| 5 | I_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW | API eines Views | 20040514 |
Method CREATE_AGGREGATION on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method CREATE_AGGREGATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COL_SPAN | Value transfer | Type reference (TYPE) | I | 1 | 20040524 | |||
| 2 | I_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20040325-122040 | 20040514 | |||
| 3 | I_CONTEXT_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20040514 | |||
| 4 | I_UI_ELEMENT | Value transfer | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20040514 | |||
| 5 | I_UI_LIBRARY | Value transfer | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web-Dynpro : Name einer UI-Element-Library | 20040514 | |||
| 6 | I_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW | API eines Views | 20030911 |
Method CREATE_AGGREGATIONS on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method CREATE_AGGREGATIONS_X Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VIEW | Value transfer | Object reference (TYPE REF TO) | CL_WDR_VIEW | 20040514 |
Method CREATE_AGGREGATIONS_X on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method CREATE_AGGREGATION_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGREGATION | Call by reference | Type reference (TYPE) | STRING | 20040514 | ||||
| 2 | I_CONTAINER_ID | Call by reference | Type reference (TYPE) | STRING | 20040514 | ||||
| 3 | I_CONTEXT_ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20040514 | |||
| 4 | I_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | API eines Views | 20040514 |
Method CREATE_AGGREGATION_DETAIL on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method CREATE_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_UI_ELEMENT | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20040514 | |||
| 2 | I_UI_LIBRARY | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web-Dynpro : Name einer UI-Element-Library | 20040514 | |||
| 3 | I_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW | API eines Views | 20040514 | |||
| 4 | R_UI_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20040325-122040 | 20040514 |
Method CREATE_DETAIL on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method CREATE_VIEW_ELEM_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUR_LEVEL | Value transfer | Type reference (TYPE) | I | 20041005 | ||||
| 2 | I_PARENT_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Übergeordneter Container | 20041005 |
Method CREATE_VIEW_ELEM_CONTAINER on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method CREATE_VIEW_ELEM_SETTINGS_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IS_MANDATORY | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041005 | |||
| 2 | I_IS_SINGLETON | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041005 | |||
| 3 | I_NODE_NAME | Value transfer | Type reference (TYPE) | STRING | Name der Node | 20041005 | |||
| 4 | I_PARENT_NODE_INFO | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Elternknoten im Context | 20041005 | |||
| 5 | R_NEW_NODE_INFO | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Der neue Knoten | 20041005 |
Method CREATE_VIEW_ELEM_SETTINGS_NODE on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method GET_ALL_LIBRARIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_LIBRARIES | Value transfer | Type reference (TYPE) | T_WDY_UI_LIBRARY | 20060719 |
Method GET_ALL_LIBRARIES on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method GET_ELEMENT_BY_DISPLAY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UI_ELEM_DEF | Value transfer | Type reference (TYPE) | WDY_UI_ELEM_DEF | Web Dynpro : UI-Element-Definition | 20091006 | |||
| 2 | VIEW_ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20091006 |
Method GET_ELEMENT_BY_DISPLAY_NAME on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method GET_ELEMENT_INHERTIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_UI_ELEMENT | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20040514 | |||
| 2 | I_UI_LIBRARY | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web-Dynpro : Name einer UI-Element-Library | 20040514 | |||
| 3 | R_UI_ELEM_DEFS | Value transfer | Type reference (TYPE) | WDY_UI_ELEM_DEF_TABLE | Meta-Information aller Attribute eines Node | 20040514 |
Method GET_ELEMENT_INHERTIS on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20060301 | ||||
| 2 | I_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW | 20060301 |
Method INIT on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method INIT_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20030910 | ||||
| 2 | I_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW | 20030910 |
Method INIT_VIEW on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method INIT_VIEW2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20041007 | ||||
| 2 | I_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW | 20041007 |
Method INIT_VIEW2 on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method INSTANCIATE_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Schnittstelle für die dynamische Verarbeitung von Elementen | 20040524 | |||
| 2 | I_UI_AGGR_DEF | Call by reference | Type reference (TYPE) | WDY_UI_AGGR_DEF | Web Dynpro : Definition von Viewelementaggregationen | 20040514 | |||
| 3 | I_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | API eines Views | 20040514 | |||
| 4 | I_VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | 20040514 |
Method INSTANCIATE_AGGREGATION on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method INSTANCIATE_AGGREGATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Schnittstelle für die dynamische Verwendung von Knoten | 20040524 | |||
| 2 | I_UI_ELEMENT | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20040514 | |||
| 3 | I_UI_LIBRARY | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web-Dynpro : Name einer UI-Element-Library | 20040514 | |||
| 4 | I_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW | API eines Views | 20040514 | |||
| 5 | I_VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | 20040514 |
Method INSTANCIATE_AGGREGATIONS on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method INSTANCIATE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Schnittstelle für die dynamische Verarbeitung von Elementen | 20040514 | |||
| 2 | I_UI_ELEMENT | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20040514 | |||
| 3 | I_UI_LIBRARY | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web-Dynpro : Name einer UI-Element-Library | 20040514 | |||
| 4 | I_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | API eines Views | 20040514 | |||
| 5 | R_VIEW_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | 20040514 |
Method INSTANCIATE_OBJECT on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method MD_GET_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UI_EVENTS | Value transfer | Type reference (TYPE) | T_WDY_UI_EVENT_DEF | Web Dynpro : Eventdefinitionen | 20040928 | |||
| 2 | WD_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | Perforce change= / 20040604-141028 | 20040928 |
Method MD_GET_EVENTS on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method MD_GET_EVENT_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UI_EVENT | Call by reference | Type reference (TYPE) | WDY_UI_EVENT_DEF | Web Dynpro : Eventdefinitionen | 20040928 | |||
| 2 | UI_EVPARS | Value transfer | Type reference (TYPE) | T_WDY_UI_EVPAR_DEF | Web Dynpro : Eventparameterdefinitionen | 20040928 |
Method MD_GET_EVENT_PARAMETERS on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20041215 | |||
| 2 | I_ID | Value transfer | Type reference (TYPE) | STRING | 20041215 | ||||
| 3 | I_WD_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | anwendungsdefinierter Event | 20041215 |
Method ON_ACTION on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_ADD_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGREGATION | Call by reference | Type reference (TYPE) | STRING | 20040514 | ||||
| 2 | I_CONTAINER_ID | Call by reference | Type reference (TYPE) | STRING | 20040602 | ||||
| 3 | I_CONTEXT_ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20040514 |
Method ON_ADD_AGGREGATION on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_DISPLAY_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20030910 |
Method ON_DISPLAY_DETAIL on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_DISPLAY_DETAIL2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20060310 |
Method ON_DISPLAY_DETAIL2 on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_ELEMENT_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WDEVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | anwendungsdefinierter Event | 20040928 |
Method ON_ELEMENT_EVENT on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_LEAD_SELECT_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGREGATION | Call by reference | Type reference (TYPE) | STRING | 20040602 | ||||
| 2 | I_CONTAINER_ID | Call by reference | Type reference (TYPE) | STRING | 20040602 |
Method ON_LEAD_SELECT_AGGREGATION on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_PERFORM_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | 20030910 | ||||
| 2 | I_IS_TEST_MODE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20031112 |
Method ON_PERFORM_UPDATE on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_PERSONALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20050127 | |||
| 2 | I_ID | Value transfer | Type reference (TYPE) | STRING | 20050127 | ||||
| 3 | I_WD_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | anwendungsdefinierter Event | 20050127 |
Method ON_PERSONALIZE on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_REMOVE_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGREGATION | Call by reference | Type reference (TYPE) | STRING | 20040514 | ||||
| 2 | I_CONTAINER_ID | Call by reference | Type reference (TYPE) | STRING | 20040602 | ||||
| 3 | I_CONTEXT_ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20040514 |
Method ON_REMOVE_AGGREGATION on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method ON_SELECT_VIEW_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HIER_TREE_SELECTED_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20041214 |
Method ON_SELECT_VIEW_ELEMENT on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method REINIT_VIEW_ELEM_SETTINGS_CONT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MAIN_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Äußerer Container der Einstellungen des Viewelements | 20041005 | |||
| 2 | I_SETTINGS_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Kontext-Knoten mit den Einstellungen | 20041005 |
Method REINIT_VIEW_ELEM_SETTINGS_CONT on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method SET_PROPERTIES_TO_NEXT_LEVEL Signature
Method SET_PROPERTIES_TO_NEXT_LEVEL on class CL_WDR_ALL_IN_ONE_UTIL has no parameter.
Method SET_PROPERTIES_TO_NEXT_LEVEL on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method SWITCH_UI_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20030910 | ||||
| 2 | I_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW | 20030910 |
Method SWITCH_UI_ELEMENT on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
Method SWITCH_UI_ELEMENT2 Signature
Method SWITCH_UI_ELEMENT2 on class CL_WDR_ALL_IN_ONE_UTIL has no parameter.
Method SWITCH_UI_ELEMENT2 on class CL_WDR_ALL_IN_ONE_UTIL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 640 |