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 | 20120504 |
Properties
| Class | CL_WDR_TEST_ALL_UI_ELEMENTS_A | |
| Short Description | Assistance-Klasse für WDR_TEST_ALL_UI_ELEMENTS | |
| 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 | SWDP_TEST | Web Dynpro: Tests |
| Created | 20120504 | SAP |
| Last change | 20141120 | |
| 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
Class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no interface implemented.
Friends
Class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | `500px` | 20120504 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | `ON_EVENT` | 20120504 | |||
| 3 | Constant | Private | Type reference (TYPE) | F | '1.2' | 20120504 | |||
| 4 | Constant | Private | Type reference (TYPE) | I | 5 | 20120504 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | `The quick brown fox jumps over the lazy dog` | 20120504 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | `Hugo` | 20120504 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | 20120504 | ||||
| 8 | Constant | Private | Type reference (TYPE) | STRING | `WDR_TEST_ALL_UI_ELEMENTS` | 20131213 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | T_CONFIGURATION | 20140414 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | 20120504 | ||||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_MR_API | 20120504 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | 20120504 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | T_SKIP_LIBRARIES | 20120504 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | T_USED_IDS | 20130813 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | 20120504 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | WDY_UI_ELEM_DEF_TABLE | 20120504 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | WDY_UI_LIBRARY_TABLE | 20120504 |
Methods
Events
Class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_LIBS_UIEL | Public | See coding | 20131008 | begin of ts_libs_uiel,
library type wdy_md_ui_element_library,
ui_element type wdy_md_ui_element_def_name,
end of ts_libs_uiel
|
||
| 2 | T_CONFIGURATION | Public | See coding | 20140414 | begin of t_configuration,
suppress_event_handling type abap_bool,
hide_technical_names type abap_bool,
end of t_configuration
|
||
| 3 | T_LIBS_UIEL | Public | See coding | 20131008 | t_libs_uiel type standard table of ts_libs_uiel
|
||
| 4 | T_SKIP_LIBRARIES | Private | See coding | 20120504 | t_skip_libraries TYPE RANGE OF wdy_md_ui_element_library
|
||
| 5 | T_SKIP_UI_ELEMENTS | Private | See coding | 20120504 | t_skip_ui_elements TYPE RANGE OF wdy_md_ui_element_def_name
|
||
| 6 | T_USED_ID | Private | See coding | 20130813 | BEGIN OF t_used_id,
id TYPE string,
count TYPE i,
END OF t_used_id
|
||
| 7 | T_USED_IDS | Private | See coding | 20130813 | t_used_ids TYPE HASHED TABLE OF t_used_id WITH UNIQUE KEY id
|
Method Signatures
Method ADD_UI_ELEMENT_AGGREGATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | 20120504 |
Method ADD_UI_ELEMENT_AGGREGATIONS on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method AFTERBURNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | UI_ELEM_DEF | Call by reference | Type reference (TYPE) | WDY_UI_ELEM_DEF | Web Dynpro : UI-Element-Definition | 20120504 | |||
| 3 | VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | 20120504 |
Method AFTERBURNER on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method CLEAN_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API eines Views | 20120504 |
Method CLEAN_VIEW on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no parameter.
Method CONSTRUCTOR on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method CREATE_ATTRIBUTE_VALUE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20120504 | ||||
| 2 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 |
Method CREATE_ATTRIBUTE_VALUE_SET on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method CREATE_LIBRARY_PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | LIBRARY | Call by reference | Type reference (TYPE) | WDY_UI_LIBRARY | Web Dynpro : Name einer UI-Element-Library | 20120504 | |||
| 3 | LIBRARY_PANELS_EXPANDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120504 | |||
| 4 | PANEL | Value transfer | Object reference (TYPE REF TO) | CL_WD_PANEL | 20120504 |
Method CREATE_LIBRARY_PANEL on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method CREATE_PROPERTY_DATA_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20120504 | ||||
| 2 | PROP_DEF | Call by reference | Type reference (TYPE) | WDY_UI_PROP_DEF | Web Dynpro : UI-Element Property Definition | 20120504 |
Method CREATE_PROPERTY_DATA_REF on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method CREATE_UI_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | UI_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | 20120504 | ||||
| 3 | UI_ELEM_DEF | Call by reference | Type reference (TYPE) | WDY_UI_ELEM_DEF | Web Dynpro : Web Dynpro UI-Element Definition | 20120504 |
Method CREATE_UI_ELEMENT on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method CREATE_VIEW_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | UI_ELEM_DEF | Call by reference | Type reference (TYPE) | WDY_UI_ELEM_DEF | Web Dynpro : Web Dynpro UI-Element Definition | 20120504 | |||
| 3 | VIEW_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_VIEW_ELEMENT | 20120504 |
Method CREATE_VIEW_ELEMENT on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method EXTRACT_BOUND_PROP_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BOUND_PROPERTY_PATH | Call by reference | Type reference (TYPE) | STRING | 20120504 | ||||
| 2 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 3 | PATH | Value transfer | Type reference (TYPE) | STRING | 20120504 |
Method EXTRACT_BOUND_PROP_PATH on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GENERATE_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LIBRARY_PANELS_EXPANDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120504 | |||
| 2 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API eines Views | 20120504 |
Method GENERATE_ALL on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GENERATE_LIBRARIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LIBRARY_LIST | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY_T | Tabelle von Strings | 20120504 | |||
| 2 | LIBRARY_PANELS_EXPANDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120504 | |||
| 3 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API eines Views | 20120504 |
Method GENERATE_LIBRARIES on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GENERATE_LIBRARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web Dynpro : Name einer UI-Element-Library | 20120504 | |||
| 2 | LIBRARY_PANELS_EXPANDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120504 | |||
| 3 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API eines Views | 20120504 |
Method GENERATE_LIBRARY on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GENERATE_LIBRARY_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web Dynpro : Name einer UI-Element-Library | 20120504 | |||
| 2 | LIBRARY_PANELS_EXPANDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120504 | |||
| 3 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API eines Views | 20120504 |
Method GENERATE_LIBRARY_INTERNAL on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_CHILD_ELEMENTS_BY_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILDS | Call by reference | Type reference (TYPE) | WDY_UI_ELEM_DEF_TABLE | Web Dynpro : UI-Element-Definition | 20120504 | |||
| 2 | PARENT | Call by reference | Type reference (TYPE) | WDY_UI_ELEM_DEF | Web Dynpro : UI-Element-Definition | 20120504 |
Method GET_CHILD_ELEMENTS_BY_METADATA on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_CONFIGURATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIGURATION | Value transfer | Type reference (TYPE) | T_CONFIGURATION | 20140414 |
Method GET_CONFIGURATION on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_CONSTRUCTOR_EVENT_PARMBIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT_DEF | Call by reference | Type reference (TYPE) | WDY_UI_EVENT_DEF | Web Dynpro : UI-Element Property Definition | 20120504 | |||
| 2 | PARMBIND | Value transfer | Type reference (TYPE) | ABAP_PARMBIND | 20120504 |
Method GET_CONSTRUCTOR_EVENT_PARMBIND on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_CONSTRUCTOR_PARAM_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | PARMBIND_TAB | Value transfer | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20120504 | ||||
| 3 | UI_ELEM_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEMENT_DESCR | 20120504 |
Method GET_CONSTRUCTOR_PARAM_TAB on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_CONSTRUCTOR_PROP_PARMBIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | PARMBIND | Value transfer | Type reference (TYPE) | ABAP_PARMBIND | 20120504 | ||||
| 3 | PROP_DEF | Call by reference | Type reference (TYPE) | WDY_UI_PROP_DEF | Web Dynpro : UI-Element Property Definition | 20120504 |
Method GET_CONSTRUCTOR_PROP_PARMBIND on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | 20120504 | ||||
| 2 | PATH | Value transfer | Type reference (TYPE) | STRING | 20120504 |
Method GET_ICON on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_LIBRARY_DISPLAY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY_NAME | Value transfer | Type reference (TYPE) | WDY_MD_DISPLAY_NAME | Anzeigename eines Metadatenobjekts in Web Dynpro | 20120521 | |||
| 2 | LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web Dynpro : Name einer UI-Element-Library | 20120521 |
Method GET_LIBRARY_DISPLAY_NAME on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_LIBRARY_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LIBRARY_LIST | Value transfer | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY_T | Tabelle von Strings | 20120504 |
Method GET_LIBRARY_LIST on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_MIME_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILE | Value transfer | Type reference (TYPE) | XSTRING | 20120504 | ||||
| 2 | FILENAME | Value transfer | Type reference (TYPE) | CSEQUENCE | API für MIME Repository - Grundfunktionalität | 20120504 |
Method GET_MIME_FILE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_PATH_TO_MIME_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILENAME | Call by reference | Type reference (TYPE) | STRING | 20120504 | ||||
| 2 | PATH_TO_MIME | Value transfer | Type reference (TYPE) | STRING | 20120504 |
Method GET_PATH_TO_MIME_FILE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_PICTOGRAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | 20120504 | ||||
| 2 | PATH | Value transfer | Type reference (TYPE) | STRING | 20120504 |
Method GET_PICTOGRAM on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_STABLE_UNIQUE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20130813 | |||
| 2 | ID | Value transfer | Type reference (TYPE) | STRING | 20130813 | ||||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130813 | ||||
| 4 | PREFERRED_ID | Call by reference | Type reference (TYPE) | STRING | 20130813 |
Method GET_STABLE_UNIQUE_ID on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_TEXT Signature
Method GET_TEXT on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no parameter.
Method GET_TEXT on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method GET_UI_ELEMENT_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_DISPLAY_NAME | Anzeigename eines Metadatenobjekts in Web Dynpro | 20140415 | |||
| 2 | ICON_PATH | Value transfer | Type reference (TYPE) | STRING | 20140415 |
Method GET_UI_ELEMENT_ICON on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method SET_CONFIGURATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIGURATION | Call by reference | Type reference (TYPE) | T_CONFIGURATION | 20140414 |
Method SET_CONFIGURATION on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method SET_USED_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LIBS_UIEL | Call by reference | Type reference (TYPE) | T_LIBS_UIEL | Kann leer gelassen werden um alle zu setzen | 20131008 |
Method SET_USED_ELEMENTS on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method SHOW_PLAIN_UI_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | 20140728 | ||||
| 2 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20140728 |
Method SHOW_PLAIN_UI_ELEMENTS on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _ACCORDION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACCORDION | Call by reference | Object reference (TYPE REF TO) | CL_WD_ACCORDION | 20120504 | ||||
| 2 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web-Dynpro-Context | 20120504 |
Method _ACCORDION on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _BREAD_CRUMB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BREAD_CRUMB | Call by reference | Object reference (TYPE REF TO) | CL_WD_BREAD_CRUMB | 20120504 | ||||
| 2 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 |
Method _BREAD_CRUMB on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _BUSINESS_GRAPHICS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUSINESS_GRAPHICS | Call by reference | Object reference (TYPE REF TO) | CL_WD_BUSINESS_GRAPHICS | 20120508 | ||||
| 2 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120508 |
Method _BUSINESS_GRAPHICS on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _BUTTON_CHOICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTON_CHOICE | Call by reference | Object reference (TYPE REF TO) | CL_WD_BUTTON_CHOICE | 20120504 | ||||
| 2 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 |
Method _BUTTON_CHOICE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _BUTTON_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTON_ROW | Call by reference | Object reference (TYPE REF TO) | CL_WD_BUTTON_ROW | 20120504 | ||||
| 2 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 |
Method _BUTTON_ROW on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _CHART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHART | Call by reference | Object reference (TYPE REF TO) | CL_WD_CHART | 20131127 | ||||
| 2 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20131127 |
Method _CHART on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | C_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE | 20120504 |
Method _C_TABLE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _DROPDOWN_BY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | DROPDOWN_BY_KEY | Call by reference | Object reference (TYPE REF TO) | CL_WD_DROPDOWN_BY_KEY | 20120504 |
Method _DROPDOWN_BY_KEY on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _DROP_DOWN_LIST_BOX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | DROP_DOWN_LIST_BOX | Call by reference | Object reference (TYPE REF TO) | CL_WD_DROP_DOWN_LIST_BOX | 20120504 |
Method _DROP_DOWN_LIST_BOX on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _DROP_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120507 | |||
| 2 | DROP_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_WD_DROP_TARGET | 20120507 |
Method _DROP_TARGET on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _FILE_DOWNLOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | FILE_DOWNLOAD | Call by reference | Object reference (TYPE REF TO) | CL_WD_FILE_DOWNLOAD | 20120504 |
Method _FILE_DOWNLOAD on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _FILE_UPLOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | FILE_UPLOAD | Call by reference | Object reference (TYPE REF TO) | CL_WD_FILE_UPLOAD | 20120504 |
Method _FILE_UPLOAD on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _FORMATTED_TEXT_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | FORMATTED_TEXT_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_WD_FORMATTED_TEXT_VIEW | 20120504 |
Method _FORMATTED_TEXT_VIEW on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _GANTT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | GANTT | Call by reference | Object reference (TYPE REF TO) | CL_WD_GANTT | 20120504 |
Method _GANTT on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _GRAPHICAL_VALUE_CMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | GRAPHICAL_VALUE_CMP | Call by reference | Object reference (TYPE REF TO) | CL_WD_GRAPHICAL_VALUE_CMP | 20120504 |
Method _GRAPHICAL_VALUE_CMP on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | GROUP | Call by reference | Object reference (TYPE REF TO) | CL_WD_GROUP | 20120504 |
Method _GROUP on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _HORIZONTAL_CTX_PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120507 | |||
| 2 | HORIZONTAL_CTX_PANEL | Call by reference | Object reference (TYPE REF TO) | CL_WD_HORIZONTAL_CTX_PANEL | 20120507 |
Method _HORIZONTAL_CTX_PANEL on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _HTML_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web-Dynpro-Context | 20131127 | |||
| 2 | HTML_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_HTML_CONTAINER | 20131127 |
Method _HTML_CONTAINER on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _HTML_FRAGMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web-Dynpro-Context | 20131127 | |||
| 2 | HTML_FRAGMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_HTML_FRAGMENT | 20131127 |
Method _HTML_FRAGMENT on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _HTML_ISLAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web-Dynpro-Context | 20131127 | |||
| 2 | HTML_ISLAND | Call by reference | Object reference (TYPE REF TO) | CL_WD_HTML_ISLAND | 20131127 |
Method _HTML_ISLAND on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _ICON_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | ICON_BUTTON | Call by reference | Object reference (TYPE REF TO) | CL_WD_ICON_BUTTON | 20120504 |
Method _ICON_BUTTON on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _IFRAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web-Dynpro-Context | 20120504 | |||
| 2 | IFRAME | Call by reference | Object reference (TYPE REF TO) | CL_WD_IFRAME | 20120504 |
Method _IFRAME on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _INPUT_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120521 | |||
| 2 | INPUT_FIELD | Call by reference | Object reference (TYPE REF TO) | CL_WD_INPUT_FIELD | 20120521 |
Method _INPUT_FIELD on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _INTERACTIVE_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | INTERACTIVE_FORM | Call by reference | Object reference (TYPE REF TO) | CL_WD_INTERACTIVE_FORM | 20120504 |
Method _INTERACTIVE_FORM on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _ITEM_LIST_BOX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | ITEM_LIST_BOX | Call by reference | Object reference (TYPE REF TO) | CL_WD_ITEM_LIST_BOX | 20120504 |
Method _ITEM_LIST_BOX on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _LABEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | LABEL | Call by reference | Object reference (TYPE REF TO) | CL_WD_LABEL | 20120504 |
Method _LABEL on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _LAYOUT_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20131216 | |||
| 2 | LAYOUT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_LAYOUT_CONTAINER | 20131216 |
Method _LAYOUT_CONTAINER on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _LEGEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | LEGEND | Call by reference | Object reference (TYPE REF TO) | CL_WD_LEGEND | 20120504 |
Method _LEGEND on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _LINK_CHOICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | LINK_CHOICE | Call by reference | Object reference (TYPE REF TO) | CL_WD_LINK_CHOICE | 20120504 |
Method _LINK_CHOICE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _MENU_BAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | MENU_BAR | Call by reference | Object reference (TYPE REF TO) | CL_WD_MENU_BAR | 20120504 |
Method _MENU_BAR on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _MULTI_PANE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | MULTI_PANE | Call by reference | Object reference (TYPE REF TO) | CL_WD_MULTI_PANE | 20120504 |
Method _MULTI_PANE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _NAVIGATION_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120507 | |||
| 2 | NAVIGATION_LIST | Call by reference | Object reference (TYPE REF TO) | CL_WD_NAVIGATION_LIST | 20120507 |
Method _NAVIGATION_LIST on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _NETWORK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | NETWORK | Call by reference | Object reference (TYPE REF TO) | CL_WD_NETWORK | 20120504 |
Method _NETWORK on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _OFFICE_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web-Dynpro-Context | 20120504 | |||
| 2 | OFFICE_CONTROL | Call by reference | Object reference (TYPE REF TO) | CL_WD_OFFICE_CONTROL | 20120504 |
Method _OFFICE_CONTROL on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _PANEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | PANEL | Call by reference | Object reference (TYPE REF TO) | CL_WD_PANEL | 20120504 |
Method _PANEL on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _PANEL_STACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | PANEL_STACK | Call by reference | Object reference (TYPE REF TO) | CL_WD_PANEL_STACK | 20120504 |
Method _PANEL_STACK on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _PHASE_INDICATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | PHASE_INDICATOR | Call by reference | Object reference (TYPE REF TO) | CL_WD_PHASE_INDICATOR | 20120504 |
Method _PHASE_INDICATOR on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _PROGRESS_INDICATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | PROGRESS_INDICATOR | Call by reference | Object reference (TYPE REF TO) | CL_WD_PROGRESS_INDICATOR | 20120504 |
Method _PROGRESS_INDICATOR on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _RADIOBUTTON_GROUP_BY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | RADIOBUTTON_GROUP_BY_KEY | Call by reference | Object reference (TYPE REF TO) | CL_WD_RADIOBUTTON_GROUP_BY_KEY | 20120504 |
Method _RADIOBUTTON_GROUP_BY_KEY on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _RATINGINDICATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20130814 | |||
| 2 | RATINGINDICATOR | Call by reference | Object reference (TYPE REF TO) | CL_WD_RATINGINDICATOR | 20130814 |
Method _RATINGINDICATOR on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _ROAD_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | ROAD_MAP | Call by reference | Object reference (TYPE REF TO) | CL_WD_ROAD_MAP | 20120504 |
Method _ROAD_MAP on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _ROW_REPEATER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | ROW_REPEATER | Call by reference | Object reference (TYPE REF TO) | CL_WD_ROW_REPEATER | 20120504 |
Method _ROW_REPEATER on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _SPLITTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | SPLITTER | Call by reference | Object reference (TYPE REF TO) | CL_WD_SPLITTER | 20120504 |
Method _SPLITTER on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _STICKY_NOTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20140806 | |||
| 2 | STICKY_NOTE | Call by reference | Object reference (TYPE REF TO) | CL_WD_STICKY_NOTE | 20140806 |
Method _STICKY_NOTE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | 20120504 |
Method _TABLE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TABSTRIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TABSTRIP | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABSTRIP | 20120504 |
Method _TABSTRIP on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TAG_CLOUD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TAG_CLOUD | Call by reference | Object reference (TYPE REF TO) | CL_WD_TAG_CLOUD | 20120504 |
Method _TAG_CLOUD on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _THRESHOLD_SLIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | THRESHOLD_SLIDER | Call by reference | Object reference (TYPE REF TO) | CL_WD_THRESHOLD_SLIDER | 20120504 |
Method _THRESHOLD_SLIDER on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_WD_TOOLBAR | 20120504 |
Method _TOOLBAR on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TOOLBAR_BTN_CHOICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TOOLBAR_BTN_CHOICE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TOOLBAR_BTN_CHOICE | 20120504 |
Method _TOOLBAR_BTN_CHOICE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TOOLBAR_DROPDOWN_BY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TOOLBAR_DROPDOWN_BY_KEY | Call by reference | Object reference (TYPE REF TO) | CL_WD_TOOLBAR_DROPDOWN_BY_KEY | 20120504 |
Method _TOOLBAR_DROPDOWN_BY_KEY on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TOOLBAR_ICON_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TOOLBAR_ICON_BUTTON | Call by reference | Object reference (TYPE REF TO) | CL_WD_TOOLBAR_ICON_BUTTON | 20120504 |
Method _TOOLBAR_ICON_BUTTON on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TOOLBAR_LINK_CHOICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TOOLBAR_LINK_CHOICE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TOOLBAR_LINK_CHOICE | 20120504 |
Method _TOOLBAR_LINK_CHOICE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TOOLBAR_LINK_TO_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TOOLBAR_LINK_TO_URL | Call by reference | Object reference (TYPE REF TO) | CL_WD_TOOLBAR_LINK_TO_URL | 20120504 |
Method _TOOLBAR_LINK_TO_URL on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TOOLB_DROP_DOWN_LIST_BOX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TOOLB_DROP_DOWN_LIST_BOX | Call by reference | Object reference (TYPE REF TO) | CL_WD_TOOLB_DROP_DOWN_LIST_BOX | 20120504 |
Method _TOOLB_DROP_DOWN_LIST_BOX on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TRANSPARENT_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TRANSPARENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | 20120504 |
Method _TRANSPARENT_CONTAINER on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TRAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TRAY | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRAY | 20120504 |
Method _TRAY on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
Method _TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20120504 | |||
| 2 | TREE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TREE | 20120504 |
Method _TREE on class CL_WDR_TEST_ALL_UI_ELEMENTS_A has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 732 |