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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FPM_OIF 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_APPL_MODEL_POOL Static Attribute Protected Object reference (TYPE REF TO) /PLMU/CL_FRW_APPL_MODEL_POOL 20101101
2 GO_CALLBACK_PROXY_POOL Static Attribute Protected Object reference (TYPE REF TO) /PLMU/CL_FRW_CB_PROXY_POOL 20101101
3 GO_MESSAGE_MANAGER Static Attribute Protected Object reference (TYPE REF TO) /PLMU/CL_FRW_MESSAGE_MANAGER 20090808
4 GO_VALIDATION Static Attribute Protected Object reference (TYPE REF TO) /PLMU/CL_FRW_VALIDATION 20110427
5 GV_CLOSE_IN_PROGRESS Static Attribute Protected Type reference (TYPE) BOOLE_D 20101101
6 GV_CONFIRMATION_RUNNING Static Attribute Protected Type reference (TYPE) BOOLE_D 20101101
7 GV_FLOORPLAN_STATE Static Attribute Public Type reference (TYPE) FPM_FLOORPLAN_STATE 20101101
8 GV_INIT_DONE Static Attribute Private Type reference (TYPE) BOOLE_D 20110223
9 GV_LEAVING_INITIAL_SCREEN Static Attribute Protected Type reference (TYPE) BOOLE_D 20100526
10 GV_VALIDATION_ERROR Static Attribute Public Type reference (TYPE) BOOLE_D 20110319
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20090809
2 WDDOINIT 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 Importing IO_WD_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20110223
2 Importing IO_WD_CONTEXT_ROOT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110223
3 Importing 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