SAP ABAP Class CL_WDR_P13N_HANDLER (Handler for the Context Menu (Personalization))
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_WDR_CONTEXT_MENU_HANDLER | Context Menu Handler | 20070914 |
Properties
| Class | CL_WDR_P13N_HANDLER | |
| Short Description | Handler for the Context Menu (Personalization) | |
| 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 | 20070914 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WDR_CONTEXT_MENU_HANDLER | Context Menu Handler | 20070914 |
Friends
Class CL_WDR_P13N_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | STRING | '72822C41A7768F24E10000000A1550A7' | 20070917 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDR_P13N_RT | Property Handling at Runtime | 20070914 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CL_WDR_P13N_RT=>TT_CTXT_MENU_PARAM | 20120817 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | Component ID | 20071119 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | Name of ViewElement | 20071119 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | PERSONALIZATION_STRUC | 20070914 | ||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20070914 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | STRING | View Name | 20071119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20070914 | |
| 2 | Instance method | Private | Method | Fills the required references | 20071119 | |
| 3 | Instance method | Public | Event handling method | Event Handler of Close Event of Popup Window | 20070914 |
Events
Class CL_WDR_P13N_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | PERSONALIZATION_STRUC | Public | See coding | 20070914 | begin of personalization_struc,
only_this_element type wdy_boolean,
excepted type wdy_boolean,
target_window_name type string,
target_view_name type string,
message_type type wdr_popup_msg_type,
window_title type string,
close_button type wdy_boolean,
button_kind type wdr_popup_button_kind,
component_ref type ref to if_wd_component,
view_ref type ref to if_wd_view_controller,
view_element_id type string,
end of personalization_struc
|
Method Signatures
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 | 20070914 |
Method CONSTRUCTOR on class CL_WDR_P13N_HANDLER has no exception.
Method FILL_REFERENCES Signature
Method FILL_REFERENCES on class CL_WDR_P13N_HANDLER has no parameter.
Method FILL_REFERENCES on class CL_WDR_P13N_HANDLER has no exception.
Method ON_WINDOW_CLOSED Signature
Method ON_WINDOW_CLOSED on class CL_WDR_P13N_HANDLER has no parameter.
Method ON_WINDOW_CLOSED on class CL_WDR_P13N_HANDLER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |