Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_COMPONENT_FACTORY | Interface for Component Implementation Discovery a. Managing | 20021017 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_DATA_CONTAINER_SUPERIOR | Level | 20021128 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_VIEW_MANAGER_SUPERIOR | 20021202 | |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_WINDOW_MANAGER | 20030604 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_CLIENT_APPLICATION | Web Dynpro: Abstraction of Application | 20021021 |
Properties
| Class | CL_WDR_CLIENT_COMPONENT | |
| Short Description | Web Dynpro: Abstraction of Component | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
| Created | 20020930 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WDR_COMPONENT_FACTORY | Interface for Component Implementation Discovery a. Managing | 20021017 | ||
| 2 | IF_WDR_DATA_CONTAINER_SUPERIOR | Level | 20021128 | ||
| 3 | IF_WDR_VIEW_MANAGER_SUPERIOR | 20021202 | |||
| 4 | IF_WD_WINDOW_MANAGER | 20030604 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_WDR_RUNTIME_SERVICES | 20061025 |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | WDR_CLIENT_COMPONENTS | Web Dynpro: Table of Controllers | 20021129 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_COMPONENT | Web Dynpro Component Controller | 20020930 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | I | 1 | Counter for Unique ID | 20021211 | ||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WDR_CLASSLOADER | Is Implemented By the Global Classes | 20040524 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WDR_RR_COMPONENT | Web Dynpro : Component Info | 20040521 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | 20020930 | ||||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WDR_COMPONENT_OWNER | 20021129 | ||||
| 8 | Instance attribute | Public | Type reference (TYPE) | STRING | 20050103 | ||||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING | 20041125 | ||||
| 10 | Instance attribute | Public | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20041125 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'WDR_POPUP_TO_CONF_USAGE' | 20030604 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'WDR_POPUP_TO_CONFIRM' | 20030604 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | I | 20090929 | ||||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'POPUP_TO_CONFIRM' | 20030721 | |||
| 15 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_DATA_CONTAINER | Web Dynpro Data Container (Server Part) | 20021018 | |||
| 16 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_MESSAGE_MANAGER | Message Manager | 20030210 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20050303 | ||||
| 18 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_CLIENT_COMPONENT | Proxy of Component in Client Abstraction View | 20020930 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | TY_S_PHASES_PROCESSED | 20080404 | ||||
| 20 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_CLIENT_COMPONENT | Web Dynpro: Abstraction of Component | 20070118 | |||
| 21 | Instance attribute | Public | Type reference (TYPE) | TY_T_COMPONENTS | 20070417 | ||||
| 22 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_CLIENT_APPLICATION | Proxy of Component in Client Abstraction View | 20020930 | |||
| 23 | Instance attribute | Public | Type reference (TYPE) | WDR_VIEWMANAGERS | Web Dynpro: Table with Name View Manager Reference Pairs | 20021129 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | WDR_WINDOW_LIST | List of Windows | 20030605 |
Methods
Events
Class CL_WDR_CLIENT_COMPONENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CALLED_ACTION | Private | See coding | 20090313 | begin of ty_s_called_action,
action_accessor type ref to if_wdr_before_action,
before_action type abap_bool,
after_action type abap_bool,
end of ty_s_called_action
|
||
| 2 | TY_S_COMPONENT | Public | See coding | 20070417 | begin of ty_s_component,
id type string,
client_component type ref to cl_wdr_client_component,
end of ty_s_component
|
||
| 3 | TY_S_PHASES_PROCESSED | Private | See coding | 20080404 | begin of ty_s_phases_processed,
validation type abap_bool,
transport type abap_bool,
called_actions type ty_t_called_actions,
before_navigation type abap_bool,
modify_view type abap_bool,
post_processing type abap_bool,
respond type abap_bool,
end of ty_s_phases_processed
|
||
| 4 | TY_T_CALLED_ACTIONS | Private | See coding | 20090313 | ty_t_called_actions type hashed table of ty_s_called_action with unique key action_accessor
|
||
| 5 | TY_T_COMPONENTS | Public | See coding | 20070417 | ty_t_components type hashed table of ty_s_component with unique key id
|
Method Signatures
Method ADD_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT_COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CLIENT_COMPONENT | Web Dynpro: Abstraktion der Component | 20061025 | |||
| 2 | COMPONENT_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | 20061025 |
Method ADD_CHILD on class CL_WDR_CLIENT_COMPONENT has no exception.
Method ADD_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WINDOW | Call by reference | Object reference (TYPE REF TO) | CL_WDR_WINDOW | 20071218 |
Method ADD_WINDOW on class CL_WDR_CLIENT_COMPONENT has no exception.
Method CLEAR Signature
Method CLEAR on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method CLEAR on class CL_WDR_CLIENT_COMPONENT has no exception.
Method CLEAR_SUPPRESS_NAVIGATION Signature
Method CLEAR_SUPPRESS_NAVIGATION on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method CLEAR_SUPPRESS_NAVIGATION on class CL_WDR_CLIENT_COMPONENT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPLICATION | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CLIENT_APPLICATION | 20040225 | ||||
| 2 | ASSISTANCE_CLASS | Call by reference | Object reference (TYPE REF TO) | OBJECT | Basis für eine Web-Dynpro-Assistance-Klasse | 20060817 | |||
| 3 | COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Component | 20040225 | |||
| 4 | COMPONENT_OWNER | Call by reference | Object reference (TYPE REF TO) | IF_WDR_COMPONENT_OWNER | 20021128 | ||||
| 5 | COMPONENT_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | 20041125 | ||||
| 6 | CONFIGURATION_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key-Komponenten der Konfigurationstabellen | 20041125 | |||
| 7 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CLIENT_COMPONENT | Einbettende Component | 20021001 |
Method CONSTRUCTOR on class CL_WDR_CLIENT_COMPONENT has no exception.
Method CREATE_COMPONENT Signature
Method CREATE_COMPONENT on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method CREATE_COMPONENT on class CL_WDR_CLIENT_COMPONENT has no exception.
Method CREATE_EXTERNAL_WINDOW Signature
Method CREATE_EXTERNAL_WINDOW on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method CREATE_EXTERNAL_WINDOW on class CL_WDR_CLIENT_COMPONENT has no exception.
Method CREATE_INTERNAL_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTON_KIND | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON_KIND | Web-Dynpro: Button-Kombination eines Popups | 20050223 | |||
| 2 | CLOSE_BUTTON | Call by reference | Type reference (TYPE) | ABAP_BOOL | Soll ein Button für 'Abbrechen' gesetzt werden | 20050223 | |||
| 3 | CLOSE_IN_ANY_CASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050509 | |||
| 4 | COMPONENT_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | 20050503 | ||||
| 5 | DEFAULT_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | Web-Dynpro: Buttons auf einem Popup | 20060623 | |||
| 6 | IS_RESIZABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090709 | |||
| 7 | IS_SYSTEM_WINDOW | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140703 | ||||
| 8 | IS_VALUE_HELP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050223 | |||
| 9 | MESSAGE_DISPLAY_MODE | Call by reference | Type reference (TYPE) | WDR_MESSAGE_DISPLAY_MODE | Web Dynpro: Anzeigen von Meldungen in einem Popup | 20051111 | |||
| 10 | MESSAGE_TYPE | Call by reference | Type reference (TYPE) | WDR_POPUP_MSG_TYPE | IF_WD_WINDOW=>CO_MSG_TYPE_NONE | Web-Dynpro: Nachrichtentyp eines Popups | 20050223 | ||
| 11 | MODAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Ist Popup modal? | 20050223 | ||
| 12 | TITLE | Call by reference | Type reference (TYPE) | STRING | Titel | 20050223 | |||
| 13 | WINDOW | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20050223 | ||||
| 14 | WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Windows | 20050223 |
Method CREATE_INTERNAL_WINDOW on class CL_WDR_CLIENT_COMPONENT has no exception.
Method CREATE_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTONS | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON_LIST | Liste von Buttons auf dem Popup | 20101124 | |||
| 2 | CANCEL_ACTION | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON_ACTION | Aktion, die beim Betätigen d. Close-Funktion aufgerufen wird | 20101124 | |||
| 3 | CLOSE_IN_ANY_CASE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20101126 | ||
| 4 | COMPONENT_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | 20101124 | ||||
| 5 | IS_RESIZABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20101124 | |||
| 6 | IS_SYSTEM_WINDOW | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140703 | ||||
| 7 | IS_VALUE_HELP | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20101124 | ||
| 8 | MESSAGE_DISPLAY_MODE | Call by reference | Type reference (TYPE) | WDR_MESSAGE_DISPLAY_MODE | Web Dynpro: Anzeigen von Meldungen in einem Popup | 20101124 | |||
| 9 | MESSAGE_TYPE | Call by reference | Type reference (TYPE) | WDR_POPUP_MSG_TYPE | IF_WD_WINDOW=>CO_MSG_TYPE_NONE | Web-Dynpro: Nachrichtentyp eines Popups | 20101124 | ||
| 10 | POPUP | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20101124 | ||||
| 11 | TITLE | Call by reference | Type reference (TYPE) | STRING | Titel des Popups | 20101124 | |||
| 12 | WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Windows | 20101124 |
Method CREATE_POPUP on class CL_WDR_CLIENT_COMPONENT has no exception.
Method CREATE_VIEW_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIEW_MANAGER | Value transfer | Object reference (TYPE REF TO) | CL_WDR_VIEW_MANAGER | 20030605 | ||||
| 2 | WINDOW_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WDR_RR_WINDOW | 20030605 |
Method CREATE_VIEW_MANAGER on class CL_WDR_CLIENT_COMPONENT has no exception.
Method CREATE_WINDOW Signature
Method CREATE_WINDOW on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method CREATE_WINDOW on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DELETE_COMPONENT Signature
Method DELETE_COMPONENT on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method DELETE_COMPONENT on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DETECT_CIRCLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CIRCLE_DETECTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070118 | ||||
| 2 | CLIENT_COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CLIENT_COMPONENT | Web Dynpro: Abstraktion der Component | 20070118 |
Method DETECT_CIRCLE on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DISPLAY_TOPLEVEL_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERFACE_VIEW_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WDR_RR_VIEW | 20040215 | ||||
| 2 | PARAMETERS | Call by reference | Type reference (TYPE) | WDR_EVENT_PARAMETER_LIST | Parameterliste für Custom-Events | 20021129 | |||
| 3 | STARTUP_PLUG | Call by reference | Type reference (TYPE) | WDY_RR_IOBOUND_PLUG | WebDynpro: Runtimestruktur von In/Outbound Plugs | 20021129 | |||
| 4 | WINDOW_ID | Value transfer | Type reference (TYPE) | STRING | 20021129 |
Method DISPLAY_TOPLEVEL_COMPONENT on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DO_AFTER_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION_ACCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_WDR_BEFORE_ACTION | 20090313 |
Method DO_AFTER_ACTION on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DO_APPLICATION_STATE_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPLICATION_STATE_CHANGE | Call by reference | Object reference (TYPE REF TO) | IF_WD_APPLICATION_STATE_CHANGE | 20050302 |
Method DO_APPLICATION_STATE_CHANGE on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DO_BEFORE_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION_ACCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_WDR_BEFORE_ACTION | Web Dynpro: Aktion | 20050606 |
Method DO_BEFORE_ACTION on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DO_BEFORE_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CURRENT_ROOT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20030605 |
Method DO_BEFORE_NAVIGATION on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DO_MODIFY_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALL_IN_ANY_CASE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20040524 |
Method DO_MODIFY_VIEW on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DO_POST_PROCESSING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CURRENT_ROOT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20030605 |
Method DO_POST_PROCESSING on class CL_WDR_CLIENT_COMPONENT has no exception.
Method DO_VALIDATE_DATA_CONTAINER Signature
Method DO_VALIDATE_DATA_CONTAINER on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method DO_VALIDATE_DATA_CONTAINER on class CL_WDR_CLIENT_COMPONENT has no exception.
Method EXIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REASON | Call by reference | Type reference (TYPE) | WDR_APPL_EXIT_REASON | Web Dynpro: Grund für Beendigung der Applikation | 20040714 |
Method EXIT on class CL_WDR_CLIENT_COMPONENT has no exception.
Method GET_SUPPRESS_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050113 |
Method GET_SUPPRESS_NAVIGATION on class CL_WDR_CLIENT_COMPONENT has no exception.
Method GET_WINDOW_FOR_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WINDOW | Value transfer | Object reference (TYPE REF TO) | CL_WDR_WINDOW | 20090527 | ||||
| 2 | WINDOW_ID | Call by reference | Type reference (TYPE) | STRING | 20090527 |
Method GET_WINDOW_FOR_ID on class CL_WDR_CLIENT_COMPONENT has no exception.
Method INIT Signature
Method INIT on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method INIT on class CL_WDR_CLIENT_COMPONENT has no exception.
Method L_REMOVE_PENDING_USER_INPUT Signature
Method L_REMOVE_PENDING_USER_INPUT on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method L_REMOVE_PENDING_USER_INPUT on class CL_WDR_CLIENT_COMPONENT has no exception.
Method PROCESS_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_COMPONENT | Basis Klasse aller WebDynpro Komponenten | 20120314 | |||
| 2 | INTERFACE_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_WDR_INTERFACE_VIEW | WebDynpro View | 20120314 | |||
| 3 | VIEW_IN_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20120314 |
Method PROCESS_COMPONENT on class CL_WDR_CLIENT_COMPONENT has no exception.
Method REMOVE_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20061025 |
Method REMOVE_CHILD on class CL_WDR_CLIENT_COMPONENT has no exception.
Method REMOVE_VIEW_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WINDOW_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WDR_RR_WINDOW | Runtime Repository API: Window | 20050322 |
Method REMOVE_VIEW_MANAGER on class CL_WDR_CLIENT_COMPONENT has no exception.
Method REMOVE_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WINDOW | Call by reference | Object reference (TYPE REF TO) | CL_WDR_WINDOW | 20071218 |
Method REMOVE_WINDOW on class CL_WDR_CLIENT_COMPONENT has no exception.
Method RESET_COMPONENT_COUNTER Signature
Method RESET_COMPONENT_COUNTER on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method RESET_COMPONENT_COUNTER on class CL_WDR_CLIENT_COMPONENT has no exception.
Method RESET_PARENT_CMP_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CLIENT_COMPONENT | Web Dynpro: Abstraktion der Component | 20070119 |
Method RESET_PARENT_CMP_USAGE on class CL_WDR_CLIENT_COMPONENT has no exception.
Method RESET_PHASES_PROCESSED Signature
Method RESET_PHASES_PROCESSED on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method RESET_PHASES_PROCESSED on class CL_WDR_CLIENT_COMPONENT has no exception.
Method RESPOND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REFRESH | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20021018 | ||||
| 2 | RESPOND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20030430 | ||||
| 3 | UPDATE_CLIENT_PEER | Call by reference | Object reference (TYPE REF TO) | IF_WDR_UPDATE_CLIENT_PEER | Client Update Peer | 20021018 |
Method RESPOND on class CL_WDR_CLIENT_COMPONENT has no exception.
Method SET_IS_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DELETED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20050303 |
Method SET_IS_DELETED on class CL_WDR_CLIENT_COMPONENT has no exception.
Method SET_REFERENCED_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20070417 | ||||
| 2 | REFERENCED_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CLIENT_COMPONENT | Web Dynpro: Abstraktion der Component | 20070118 |
Method SET_REFERENCED_PARENT on class CL_WDR_CLIENT_COMPONENT has no exception.
Method TRANSPORT Signature
Method TRANSPORT on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method TRANSPORT on class CL_WDR_CLIENT_COMPONENT has no exception.
Method VALIDATE Signature
Method VALIDATE on class CL_WDR_CLIENT_COMPONENT has no parameter.
Method VALIDATE on class CL_WDR_CLIENT_COMPONENT has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 630 |