SAP ABAP Class CL_WDR_CONTEXT_MENU_HANDLER (Handler for Context Menu)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IFUR_NW7__CONTROL | 20100701 | |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_NW7_HANDLE_AFTER_UPDATE | Handle After Update | 20100630 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_NW7_VIEW_ELEMENT_ADAPTER | Local UR Test | 20100701 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_ADAPTER_EVENT_HANDLER | Event Handler for SSR Client Events X | 20051207 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_AFTER_TREATMENT | Interface for Postprocessing Menus | 20080116 |
Properties
| Class | CL_WDR_CONTEXT_MENU_HANDLER | |
| Short Description | Handler for Context Menu | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
| Created | 20051207 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IFUR_NW7__CONTROL | 20100701 | |||
| 2 | IF_NW7_HANDLE_AFTER_UPDATE | Handle After Update | 20100630 | ||
| 3 | IF_NW7_VIEW_ELEMENT_ADAPTER | Local UR Test | 20100701 | ||
| 4 | IF_WDR_ADAPTER_EVENT_HANDLER | Event Handler for SSR Client Events X | 20051207 | ||
| 5 | IF_WDR_AFTER_TREATMENT | Interface for Postprocessing Menus | 20080116 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_WDRT_VIEW_ELEMENT | 20120523 | Internal: Test Interface for View Elements |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | GUID | 'B8A13A42C355B302E10000000A1550C0' | 20051207 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | STRING | 'F80973438DFF3064E10000000A1550C0' | Globally Unique Identifier | 20080116 | ||
| 3 | Instance attribute | Protected | Type reference (TYPE) | IF_WDR_UR_CUSTOM_MENU=>T_MENU_ENTRY_TAB | 20051207 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | T_CONTEXT_MENU_USERS | 20051207 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | IF_WDR_UR_CUSTOM_MENU=>TT_USER_MENUS | 20060406 | ||||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WDR_UR_CUSTOM_MENU | 20051207 | ||||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_NW7_UR_CUSTOM_MENU | Web Dynpro: Internal Menu | 20080116 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20060221 | ||||
| 9 | Instance attribute | Protected | Type reference (TYPE) | I | 20051207 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | STRING | 20140620 | ||||
| 11 | Instance attribute | Protected | Type reference (TYPE) | I | 20051207 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | STRING | 20140620 | ||||
| 13 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEM_ADAPTER_MNG | 20051207 | ||||
| 14 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20080116 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20051207 | ||
| 2 | Instance method | Private | Method | Returns the highest window (defined recursively) | 20070913 | |
| 3 | Instance method | Public | Method | 20100701 | ||
| 4 | Instance method | Public | Method | 20060221 | ||
| 5 | Instance method | Public | Method | 20051207 | ||
| 6 | Static method | Public | Method | Resolves Path to Context Menu | 20070622 | |
| 7 | Instance method | Public | Method | 20060221 |
Events
Class CL_WDR_CONTEXT_MENU_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CONTEXT_MENU_USERS | Protected | See coding | 20051207 | t_context_menu_users type standard table of ref to if_wdr_context_menu_handler
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MC_AID_CUSTOM_MENU | Call by reference | Type reference (TYPE) | GUID | Globally Unique Identifier | 20051207 |
Method CONSTRUCTOR on class CL_WDR_CONTEXT_MENU_HANDLER has no exception.
Method GET_TOPLEVEL_WINDOW_RECURSIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TOPLEVEL_WINDOW | Value transfer | Object reference (TYPE REF TO) | CL_WDR_WINDOW | 20070913 | ||||
| 2 | WINDOW_TO_CHECK | Call by reference | Object reference (TYPE REF TO) | CL_WDR_WINDOW | 20070913 |
Method GET_TOPLEVEL_WINDOW_RECURSIVE on class CL_WDR_CONTEXT_MENU_HANDLER has no exception.
Method HANDLE_EVENT Signature
Method HANDLE_EVENT on class CL_WDR_CONTEXT_MENU_HANDLER has no parameter.
Method HANDLE_EVENT on class CL_WDR_CONTEXT_MENU_HANDLER has no exception.
Method HIDE_CUSTOM_MENU Signature
Method HIDE_CUSTOM_MENU on class CL_WDR_CONTEXT_MENU_HANDLER has no parameter.
Method HIDE_CUSTOM_MENU on class CL_WDR_CONTEXT_MENU_HANDLER has no exception.
Method REGISTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT_MENU_USER | Call by reference | Object reference (TYPE REF TO) | IF_WDR_CONTEXT_MENU_HANDLER | Context Menu Handler | 20051207 |
Method REGISTER on class CL_WDR_CONTEXT_MENU_HANDLER has no exception.
Method RESOLVE_CONTEXT_MENU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_MENU | Value transfer | Object reference (TYPE REF TO) | CL_WD_MENU | 20070622 | ||||
| 2 | ORIGINATOR | Call by reference | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEMENT | WebDynpro View Element | 20070622 |
Method RESOLVE_CONTEXT_MENU on class CL_WDR_CONTEXT_MENU_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) | 20080116 |
Method SET_CONTENT on class CL_WDR_CONTEXT_MENU_HANDLER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |