SAP ABAP Class CL_APL_ECATT_WDR_REC_PLUGIN (eCATT Web Dynpro Recorder Plugin)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_WDR (Package) Web Dynpro Recorder on ABAP Stack
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_REC_PLUGIN Recording Plug-In 20030327
Properties
Class CL_APL_ECATT_WDR_REC_PLUGIN  
Short Description eCATT Web Dynpro Recorder Plugin    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_WDR   Web Dynpro Recorder on ABAP Stack 
Created 20030327   SAP 
Last change 20130531   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
# Interface Abstract Final Description Created on
1 IF_WDR_REC_PLUGIN Recording Plug-In 20030327
Friends
Class CL_APL_ECATT_WDR_REC_PLUGIN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GP_ATTACH_GUID Instance attribute Private Type reference (TYPE) GUID_32 Web Dynpro Recording Using "Attach" 20091119
2 GP_RESOURCE_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_WDR_ECATT_RESOURCE_HANDLER eCATT Support: Management of Resources for HTML Snapshots 20110225
3 GP_SMART_CLIENT Instance attribute Private Object reference (TYPE REF TO) CL_WDR_CLIENT_SMART_NEW Web Dynpro XML Client Implementation 20050523
4 GT_AVAILABLE_RESOURCES Instance attribute Private Type reference (TYPE) ETSTRING_TABTYPE Table of Resources That Do Not Have to Be Sent 20110225
5 G_COLLECTOR Instance attribute Private Object reference (TYPE REF TO) CL_APL_ECATT_WDR_COLLECTOR Collects all Recorded Data 20050215
6 G_DO_NOT_STOP_ON_EXIT Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110905
7 G_FIRST_PAGE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20030407
8 G_FIRST_PAGE_ALREADY_RECORDED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20030407
9 G_IGNORE Instance attribute Private Type reference (TYPE) ETONOFF eCATT Switch On/Off 20050302
10 G_NEW_ECATT Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101004
11 G_NON_VALIDATING_ACTION_REC Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20030404
12 G_OUTPUT_XML Instance attribute Private Type reference (TYPE) STRING 20030507
13 G_SEQUENCE_ID Instance attribute Private Type reference (TYPE) STRING 20030410
14 G_STOP_RECORDING Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20030407
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SEQUENCE Instance method Private Method 20030410
2 CONSTRUCTOR Instance method Public Constructor 20101026
3 CONTACT_ECATT_SERVER Instance method Private Method Contacts the eCATT Server and Sends the Data 20030407
4 HANDLE_RESOURCES Instance method Private Method Send Resource Elements to eCATT Backend - If Required 20110225
5 PERFORM_CHECK Instance method Private Method Sets the Status Whether Recording Should Be Continued 20030410
6 RESOURCE_IS_AVAILABLE Instance method Private Method Checks whether resource is already available in eCATT 20110225
7 SEND_DC_XML_WHEN_APP_TERM Instance method Private Method Transfer of DataChanges and Actions at Appl Terminated 20050216
8 SEND_ERROR_MSG_TO_SERVER Instance method Private Method 20030410
9 SEND_RECORDED_FILE Instance method Private Method Sending the Data 20030407
10 SEND_RESOURCE Instance method Private Method Sends resource to eCATT backend 20110225
Events
Class CL_APL_ECATT_WDR_REC_PLUGIN has no event.
Types
Class CL_APL_ECATT_WDR_REC_PLUGIN has no local type.
Method Signatures

Method CHECK_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NEW_SEQ_ID Call by reference Type reference (TYPE) STRING 20030505
2 Returning RE_SEQ_OK Value transfer Type reference (TYPE) ABAP_BOOL 20030505

Method CHECK_SEQUENCE on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RECORDING_MODE Call by reference Type reference (TYPE) STRING 20101027

Method CONSTRUCTOR on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.

Method CONTACT_ECATT_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SCREENINFO Call by reference Type reference (TYPE) ETXML_LINE_STR 20030407

Method CONTACT_ECATT_SERVER on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.

Method HANDLE_RESOURCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_XML Call by reference Type reference (TYPE) STRING 20110225

Method HANDLE_RESOURCES on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.

Method PERFORM_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RECEIVED_MSG Call by reference Type reference (TYPE) STRING 20030505

Method PERFORM_CHECK on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.

Method RESOURCE_IS_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_UNIQUE_ID Call by reference Type reference (TYPE) STRING 20110225
2 Returning RE_IS_AVAILABLE Value transfer Type reference (TYPE) ETONOFF eCATT Schalter Ein/Aus 20110225

Method RESOURCE_IS_AVAILABLE on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.

Method SEND_DC_XML_WHEN_APP_TERM Signature

Method SEND_DC_XML_WHEN_APP_TERM on class CL_APL_ECATT_WDR_REC_PLUGIN has no parameter.
Method SEND_DC_XML_WHEN_APP_TERM on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.

Method SEND_ERROR_MSG_TO_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ERR_MSG Call by reference Type reference (TYPE) STRING 20030505

Method SEND_ERROR_MSG_TO_SERVER on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.

Method SEND_RECORDED_FILE Signature

Method SEND_RECORDED_FILE on class CL_APL_ECATT_WDR_REC_PLUGIN has no parameter.
Method SEND_RECORDED_FILE on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.

Method SEND_RESOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RESOURCE Call by reference Type reference (TYPE) CL_WDR_ECATT_RESOURCE_HANDLER=>T_RESOURCE 20110225
2 Returning RE_SUCCESSFUL Value transfer Type reference (TYPE) ETONOFF eCATT Schalter Ein/Aus 20110225

Method SEND_RESOURCE on class CL_APL_ECATT_WDR_REC_PLUGIN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640