SAP ABAP Class /PLMU/CL_FRW_ASSIST (Super Assistance Class)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_CORE (Package) UI Framework: Core
⤷
⤷
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 | 20090807 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_APPL_CNTRL_ASSIST | Application Controller Assistance Class | 20090807 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_TAB_APPCC_ASSIST | Tabbed UIBB Controller Assistance Class | 20100705 |
Properties
| Class | /PLMU/CL_FRW_ASSIST | |
| Short Description | Super Assistance Class | |
| 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 | /PLMU/UI_FRW_CORE | UI Framework: Core |
| Created | 20090807 | SAP |
| Last change | 20110908 | 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
Class /PLMU/CL_FRW_ASSIST has no interface implemented.
Friends
Class /PLMU/CL_FRW_ASSIST has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20090809 | ||
| 2 | Instance method | Public | Method | 20110223 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ROOT_ABOUT_TO_BE_DELETED | Static Event (1) |
Public (2) |
20110417 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_ACTION_ID | Public | See coding | 20100217 | BEGIN OF gty_s_action_id,
component_name TYPE string,
component_id TYPE string,
view_name TYPE string,
action_name TYPE string,
END OF gty_s_action_id
|
||
| 2 | GTY_T_ACTION_ID | Public | See coding | 20100217 | gty_t_action_id TYPE SORTED TABLE OF gty_s_action_id
WITH UNIQUE KEY component_name component_id view_name action_name
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /PLMU/CL_FRW_ASSIST has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMU/CL_FRW_ASSIST has no exception.
Method WDDOINIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20110223 | |||
| 2 | IO_WD_CONTEXT_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110223 | |||
| 3 | IV_IS_MASTER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110530 |
Method WDDOINIT on class /PLMU/CL_FRW_ASSIST has no exception.
Event Signatures
Event ROOT_ABOUT_TO_BE_DELETED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROOT_DELETE | Exporting | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110417 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |