SAP ABAP Class CL_WDR_REC_PLUGIN_MANAGER (Web Dynpro: Recording Plug-In Manager)
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
Properties
Class CL_WDR_REC_PLUGIN_MANAGER  
Short Description Web Dynpro: Recording Plug-In Manager    
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 20030217   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)
Interfaces
Class CL_WDR_REC_PLUGIN_MANAGER has no interface implemented.
Friends
Class CL_WDR_REC_PLUGIN_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 E_ECATT_MODE Constant Public See coding 20101208
2 HAS_ECATT_PLUGIN Instance attribute Public Type reference (TYPE) ABAP_BOOL 20090902
3 MT_RUNNING_REC_PLUGINS Instance attribute Private Type reference (TYPE) WDR_REC_PLUGIN_LIST List of Recording Plug-Ins 20030217
4 M_ECATT_PLUGIN Static Attribute Public Object reference (TYPE REF TO) IF_WDR_REC_PLUGIN Recording Plug-In 20100927
5 M_RECORDING_APPROVED Static Attribute Private Type reference (TYPE) ABAP_BOOL User Recording Confirmed 20101208
Methods
# Method Level Visibility Method type Description Created on
1 APPROVE_RECORDING Static method Public Method 20101208
2 ASSERT_ECATT_ALLOWED Static method Public Method 20101208
3 CREATE_ECATT_PLUGIN Static method Public Method Creates the eCATT recording plug-in 20090902
4 DESTROY_INSTANCE Instance method Public Method 20030217
5 GET_ECATT_MODE Static method Public Method Ascertains whether application is recorded with eCATT 20101214
6 GET_ELEMENT_PATH Static method Private Method 20050323
7 GET_NODE_PATH Static method Private Method 20050323
8 ON_APPLICATION_TERMINATED Static method Public Method 20030930
9 ON_ATTRIBUTE_TRANSPORTED Static method Public Method DEPRECATED 20030217
10 ON_BEFORE_ACTION_FIRE Static method Public Method DEPRECATED 20030217
11 ON_EVENT Static method Public Method DEPRECATED 20061027
12 ON_LEAD_SELECTION_TRANSPORTED Static method Public Method DEPRECATED 20030217
13 ON_RENDER_UI_UPDATES Static method Public Method 20030217
14 ON_REQUEST_RESPONSE_FAILED Static method Public Method DEPRECATED 20030217
15 ON_REQUEST_RESPONSE_FINISHED Static method Public Method 20030217
16 ON_REQUEST_RESPONSE_STARTED Static method Public Method 20030303
17 ON_SELECTION_RESET Static method Public Method DEPRECATED 20050323
18 ON_SELECTION_TRANSPORTED Static method Public Method DEPRECATED 20030217
19 ON_SELECTION_TRANSPORTED_MULTI Static method Public Method DEPRECATED 20030217
20 ON_UPDATE_VIEW_STATE Static method Public Method DEPRECATED 20061208
Events
Class CL_WDR_REC_PLUGIN_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_ECATT_MODE Public See coding 20101208 T_ECATT_MODE type C length 1
Method Signatures

Method APPROVE_RECORDING Signature

Method APPROVE_RECORDING on class CL_WDR_REC_PLUGIN_MANAGER has no parameter.
Method APPROVE_RECORDING on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ASSERT_ECATT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION_INFO Call by reference Object reference (TYPE REF TO) IF_WDR_RR_APPLICATION 20101214
2 Importing CLIENT Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT Describes the client dependent parts of a WD client 20101214

Method ASSERT_ECATT_ALLOWED on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method CREATE_ECATT_PLUGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION_INFO Call by reference Object reference (TYPE REF TO) IF_WDR_RR_APPLICATION 20101214
2 Importing CLIENT Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT Describes the client dependent parts of a WD client 20101214

Method CREATE_ECATT_PLUGIN on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method DESTROY_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REC_PLUGIN Value transfer Object reference (TYPE REF TO) IF_WDR_REC_PLUGIN Recording Plugin 20030217

Method DESTROY_INSTANCE on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method GET_ECATT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RECORDING_MODE Value transfer Type reference (TYPE) STRING cl_apl_ecatt_wdr_const=>wd_ecatt_* 20101214

Method GET_ECATT_MODE on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method GET_ELEMENT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20081219
2 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20050323
3 Returning R_PATH_TABLE Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20050323

Method GET_ELEMENT_PATH on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method GET_NODE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20081219
2 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Schnittstelle für ein Knotenelement 20050323
3 Returning R_PATH_TABLE Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20050323

Method GET_NODE_PATH on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_APPLICATION_TERMINATED Signature

Method ON_APPLICATION_TERMINATED on class CL_WDR_REC_PLUGIN_MANAGER has no parameter.
Method ON_APPLICATION_TERMINATED on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_ATTRIBUTE_TRANSPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE_POINTER Call by reference Type reference (TYPE) WDR_ATTRIBUTE_POINTER $REF$ 20030303
2 Importing I_DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WDR_DATA_CONTAINER WebDynpro Datencontainer (Server-Teil) 20030303
3 Importing I_EXTERNAL_VALUE Call by reference Type reference (TYPE) STRING 20030303
4 Importing I_INTERNAL_VALUE Call by reference Object reference (TYPE REF TO) DATA 20030303

Method ON_ATTRIBUTE_TRANSPORTED on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_BEFORE_ACTION_FIRE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Value transfer Object reference (TYPE REF TO) IF_WDR_ACTION An action represents a method of a controller 20030303

Method ON_BEFORE_ACTION_FIRE on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EVENT Value transfer Type reference (TYPE) WDR_CLIENT_EVENT client events 20061027

Method ON_EVENT on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_LEAD_SELECTION_TRANSPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20081219
2 Importing I_DATA_CONTAINER Value transfer Object reference (TYPE REF TO) CL_WDR_DATA_CONTAINER $REF$ 20030303
3 Importing I_LEAD_SELECTION Call by reference Type reference (TYPE) I 20050323
4 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Schnittstelle für die dynamische Verwendung von Knoten 20050323

Method ON_LEAD_SELECTION_TRANSPORTED on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_RENDER_UI_UPDATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION_LIST Call by reference Type reference (TYPE) WDR_ACTION_LIST List of Actions 20030218
2 Importing I_CLIENT Value transfer Object reference (TYPE REF TO) IF_WDR_CLIENT Describes the client dependent parts of a WD client 20030218
3 Importing I_CLIENT_EVENT_LIST Call by reference Type reference (TYPE) WDR_CLIENT_EVENT_LIST List of client events 20030218
4 Importing I_CLIENT_INFO_OBJECT Value transfer Object reference (TYPE REF TO) IF_WDR_CLIENT_INFO_OBJECT WebDynpro: Client Info Object 20030218
5 Importing I_DATA_CONTAINER_LIST Call by reference Type reference (TYPE) WDR_DATA_CONTAINER_LIST List of Data Containers 20030218
6 Importing I_DATA_TYPE_LIST Call by reference Type reference (TYPE) WDR_DATA_TYPE_LIST List of data types 20030218
7 Importing I_MESSAGE_MANAGER_LIST Call by reference Type reference (TYPE) WDR_MESSAGE_MANAGER_LIST List of Message Managers 20030218
8 Importing I_VIEW_LIST Call by reference Type reference (TYPE) WDR_VIEW_LIST List of WebDynpro Views 20030218

Method ON_RENDER_UI_UPDATES on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_REQUEST_RESPONSE_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLIENT_WINDOW Value transfer Object reference (TYPE REF TO) CL_WDR_CLIENT_WINDOW 20030313
2 Importing I_EXCEPTION Value transfer Object reference (TYPE REF TO) CX_WD_EXCEPTION WD Exception: General 20030303

Method ON_REQUEST_RESPONSE_FAILED on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_REQUEST_RESPONSE_FINISHED Signature

Method ON_REQUEST_RESPONSE_FINISHED on class CL_WDR_REC_PLUGIN_MANAGER has no parameter.
Method ON_REQUEST_RESPONSE_FINISHED on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_REQUEST_RESPONSE_STARTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLIENT_INFO_OBJECT Value transfer Object reference (TYPE REF TO) IF_WDR_CLIENT_INFO_OBJECT WebDynpro: Client Info Object 20030303

Method ON_REQUEST_RESPONSE_STARTED on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_SELECTION_RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20081219
2 Importing I_DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WDR_DATA_CONTAINER WebDynpro Datencontainer (Server-Teil) 20050323
3 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Schnittstelle für die dynamische Verarbeitung von Elementen 20050323

Method ON_SELECTION_RESET on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_SELECTION_TRANSPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20081219
2 Importing I_DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WDR_DATA_CONTAINER WebDynpro Datencontainer (Server-Teil) 20050323
3 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Schnittstelle für die dynamische Verarbeitung von Elementen 20050323
4 Importing I_SELECT Call by reference Type reference (TYPE) ABAP_BOOL 20050323

Method ON_SELECTION_TRANSPORTED on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_SELECTION_TRANSPORTED_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELECTION Call by reference Type reference (TYPE) INT4_TABLE Selektion 20050323
2 Importing I_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20081219
3 Importing I_DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WDR_DATA_CONTAINER WebDynpro Datencontainer (Server-Teil) 20030303
4 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Schnittstelle für die dynamische Verarbeitung von Elementen 20050323

Method ON_SELECTION_TRANSPORTED_MULTI on class CL_WDR_REC_PLUGIN_MANAGER has no exception.

Method ON_UPDATE_VIEW_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXTERNAL Call by reference Type reference (TYPE) ABAP_BOOL 20061208
2 Importing PROPERTY_NAME Call by reference Type reference (TYPE) STRING 20061208
3 Importing PROPERTY_TYPE Call by reference Type reference (TYPE) STRING 20061208
4 Importing VALUE Call by reference Type reference (TYPE) ANY 20061208
5 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT WebDynpro View Element 20061208

Method ON_UPDATE_VIEW_STATE on class CL_WDR_REC_PLUGIN_MANAGER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640