SAP ABAP Class CL_WDR_HELP_HANDLER (Web Dynpro: Framework Help Call)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_NW7_HANDLE_AFTER_UPDATE | Handle After Update | 20100630 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_ADAPTER_EVENT_HANDLER | Event Handler for SSR Client Events X | 20070817 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_CONTEXT_MENU_HANDLER | Context Menu Handler | 20070817 |
Properties
| Class | CL_WDR_HELP_HANDLER | |
| Short Description | Web Dynpro: Framework Help Call | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
| Created | 20060711 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_NW7_HANDLE_AFTER_UPDATE | Handle After Update | 20100630 | ||
| 2 | IF_WDR_ADAPTER_EVENT_HANDLER | Event Handler for SSR Client Events X | 20070817 | ||
| 3 | IF_WDR_CONTEXT_MENU_HANDLER | Context Menu Handler | 20070817 |
Friends
Class CL_WDR_HELP_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20090603 | |||||
| 2 | Constant | Public | Type reference (TYPE) | STRING | '40A92A054D645D4EE10000000A1552AC' | ID of F1 Handler | 20070820 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | 20090603 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_NW7_VIEW_ELEMENT_ADAPTER | Adapter for Web Dynpro View Elements | 20071106 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20071106 | ||||
| 6 | Static Attribute | Public | See coding | 20060711 | |||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_NW7_VIEW_ELEMENT_ADAPTER | Adapter for Web Dynpro View Elements | 20070817 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_NW7_VIEW_ELEMENT_ADAPTER | Local UR Test | 20100817 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEM_ADAPTER_MNG | Adapter Manager for Conversion of WD View Elements | 20070817 |
Methods
Events
Class CL_WDR_HELP_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_NAME_VALUE | Public | See coding | 20061114 | begin of t_name_value,
name type string,
value type string,
text_key type sotr_conc,
is_curr type abap_bool,
is_appl type abap_bool,
end of t_name_value
|
||
| 2 | T_NAME_VALUE_TAB | Public | See coding | 20061114 | t_name_value_tab type standard table of t_name_value with default key
|
Method Signatures
Method COLLECT_HELP_LINKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HELP_LINKS | Value transfer | Type reference (TYPE) | T_NAME_VALUE_TAB | 20061114 | ||||
| 2 | INCLUDE_APPL_LINK | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20061114 | ||||
| 3 | IR_CURR_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API eines Views | 20061114 |
Method COLLECT_HELP_LINKS on class CL_WDR_HELP_HANDLER has no exception.
Method COLLECT_HELP_LINKS_RECURS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HELP_LINKS | Call by reference | Type reference (TYPE) | T_NAME_VALUE_TAB | 20061114 | ||||
| 2 | IR_SHOW_WINDOW | Call by reference | Object reference (TYPE REF TO) | IF_WDR_RR_WINDOW | 20061114 | ||||
| 3 | IR_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20061114 |
Method COLLECT_HELP_LINKS_RECURS on class CL_WDR_HELP_HANDLER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT_ID | Call by reference | Type reference (TYPE) | STRING | 20070817 |
Method CONSTRUCTOR on class CL_WDR_HELP_HANDLER has no exception.
Method CREATE_HELPLINKS_QUERYSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPL_LINK_NAME | Call by reference | Type reference (TYPE) | STRING | 'APPL_LINKS' | 20080410 | |||
| 2 | EV_APPL_LINK | Call by reference | Type reference (TYPE) | STRING | 20090807 | ||||
| 3 | EV_URL_PARAMETER | Value transfer | Type reference (TYPE) | STRING | 20070115 | ||||
| 4 | EV_WINDOW_LINK | Call by reference | Type reference (TYPE) | STRING | 20090807 | ||||
| 5 | IR_CURR_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API eines Views | 20070115 | |||
| 6 | IT_URL_PARAMETER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20070115 |
Method CREATE_HELPLINKS_QUERYSTRING on class CL_WDR_HELP_HANDLER has no exception.
Method EVENT_REGISTERED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20060711 | ||||
| 2 | NAMESPACE | Call by reference | Type reference (TYPE) | STRING | 20060711 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20070117 |
Method EVENT_REGISTERED on class CL_WDR_HELP_HANDLER has no exception.
Method GET_HELPCENTER_DATA_FOR_CHIPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPL_LINKS | Call by reference | Type reference (TYPE) | STRING | 20090121 | ||||
| 2 | APPL_NAME | Call by reference | Type reference (TYPE) | STRING | 20090121 | ||||
| 3 | WINDOW_LINKS | Call by reference | Type reference (TYPE) | STRING | 20090121 |
Method GET_HELPCENTER_DATA_FOR_CHIPS on class CL_WDR_HELP_HANDLER has no exception.
Method GET_HELPCENTER_DISPLAY_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY_METHOD | Value transfer | Type reference (TYPE) | STRING | 20090603 |
Method GET_HELPCENTER_DISPLAY_METHOD on class CL_WDR_HELP_HANDLER has no exception.
Method GET_HELP_CENTER_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Value transfer | Type reference (TYPE) | STRING | 20060711 | ||||
| 2 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API eines Views | 20061109 |
Method GET_HELP_CENTER_URL on class CL_WDR_HELP_HANDLER has no exception.
Method ON_CTRL_HELP_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HIDE_MORE_FIELDHELP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Datenelementdokumenation nur auf explizite Anforderung zeige | 20070220 | ||
| 2 | VIEW_ELEMENT_ADAPTER | Call by reference | Object reference (TYPE REF TO) | IF_NW7_VIEW_ELEMENT_ADAPTER | Adapter für Web Dynpro View Elemente | 20060711 |
Method ON_CTRL_HELP_REQUEST on class CL_WDR_HELP_HANDLER has no exception.
Method ON_HELP_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIEW_ELEMENT_ADAPTER | Call by reference | Object reference (TYPE REF TO) | IF_NW7_VIEW_ELEMENT_ADAPTER | Web Dynpro: API eines Views | 20060711 |
Method ON_HELP_REQUEST on class CL_WDR_HELP_HANDLER has no exception.
Method ON_TEC_HELP_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VIEW_ELEMENT_ADAPTER | Call by reference | Object reference (TYPE REF TO) | IF_NW7_VIEW_ELEMENT_ADAPTER | Stellvertreter View Element Adapter mit View Element | 20100812 | |||
| 2 | I_VIEW_ELEMENT_ADAPTER_FIRST | Call by reference | Object reference (TYPE REF TO) | IF_NW7_VIEW_ELEMENT_ADAPTER | Selektierter View Element Adapter | 20100817 |
Method ON_TEC_HELP_REQUEST on class CL_WDR_HELP_HANDLER has no exception.
Method SAVE_EXPLANATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPLANATION | Call by reference | Type reference (TYPE) | CSEQUENCE | 20060711 |
Method SAVE_EXPLANATION on class CL_WDR_HELP_HANDLER has no exception.
Method SAVE_EXPLANATION_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPLANATION | Call by reference | Type reference (TYPE) | CSEQUENCE | 20060713 |
Method SAVE_EXPLANATION_EXTERNAL on class CL_WDR_HELP_HANDLER has no exception.
Method SET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT_COMMAND_QUEUE | Call by reference | Object reference (TYPE REF TO) | IF_WDR_CLIENT_COMMAND | Kommando für den Client (UPDATE) | 20071106 |
Method SET_CONTENT on class CL_WDR_HELP_HANDLER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |