SAP ABAP Class CL_APL_ECATT_WEBDYNPRO (Control of the Web Dynpro Recording and the Playblack)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_MIDDLEWARE (Package) eCATT Middleware Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_APL_ECATT_OBJ_USAGE Definition of Interface for Object Where-Used List 20030509
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_APL_ECATT_UI_CONTROL Interface for the Control of eCATT UI Classes 20030211
Properties
Class CL_APL_ECATT_WEBDYNPRO  
Short Description Control of the Web Dynpro Recording and the Playblack    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_MIDDLEWARE   eCATT Middleware Objects 
Created 20030110   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_APL_XML_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 OLE2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_APL_ECATT_OBJ_USAGE Definition of Interface for Object Where-Used List 20030509
2 IF_APL_ECATT_UI_CONTROL Interface for the Control of eCATT UI Classes 20030211
Friends
Class CL_APL_ECATT_WEBDYNPRO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EX_ECATT Instance attribute Private Object reference (TYPE REF TO) CX_ECATT Basis Class for eCATT - Exceptions 20040929
2 GSTR_APPL_URL Instance attribute Public Type reference (TYPE) STRING Application URL 20040929
3 GT_NEW_APPL_PARAMS Instance attribute Public Type reference (TYPE) ETURL_PARAMS_TABTYPE Table Type for URL Parameters 20040929
4 GT_SESS_MATCHING Instance attribute Public See coding 20041003
5 G_ACTUAL_DEST Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20041201
6 G_CMD_LINE Instance attribute Public Type reference (TYPE) ETSCR Complete Structure of eCATT Script Line - Internal Rep. 20040929
7 G_DEBUG Instance attribute Public Type reference (TYPE) ETONOFF Debugging or Not 20050116
8 G_ECATT_SCRIPT Instance attribute Public Object reference (TYPE REF TO) CL_APL_ECATT_SCRIPT eCATT - Script 20040929
9 G_FIRST_CALL Instance attribute Private Type reference (TYPE) ETONOFF 'X' First Call in this Execution 20050116
10 G_GUI_RECORDER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ECATT_RECORDER SAP eCATT Recorder Control - To be used by eCATT only! 20040929
11 G_NEW_URL Instance attribute Public Type reference (TYPE) STRING 20040929
12 G_PROTOCOL_VERSION Static Attribute Private Type reference (TYPE) STRING Which Log Is Supported in WEBDYNPRO? 20040929
13 G_REC_MODE Instance attribute Private Type reference (TYPE) CHAR1 20041129
14 G_SESSION_ID_STR Instance attribute Private Type reference (TYPE) GUID_32 GUID in 'CHAR' format with upper-/lowercase (!) 20040929
15 G_SESS_COUNTER Instance attribute Public Type reference (TYPE) I 20040929
16 G_SYSTEMS Instance attribute Public Type reference (TYPE) ETSYS_DEF_TABTYPE Table of Remote System Descriptions 20041201
17 G_SYSTEM_DATA Instance attribute Private Object reference (TYPE REF TO) CL_APL_ECATT_SYSTEM_DATA System Data Container 20041201
18 G_TARGET_SYSTEM Instance attribute Private Type reference (TYPE) ETCMP_CMP Target System (Key in System Data Container) 20040929
19 G_WD_CLIENT_INSTANCE Instance attribute Private Type reference (TYPE) OLE2_OBJECT 20050111
20 G_WD_CONTROL_1 Instance attribute Private Object reference (TYPE REF TO) CL_APL_ECATT_WD_CONTROL_1 20041027
21 G_WD_CONTROL_SMART Instance attribute Private Object reference (TYPE REF TO) CL_APL_ECATT_WD_CONTROL_SMART 20041027
22 G_WD_SIMULATE Instance attribute Private Object reference (TYPE REF TO) CL_APL_ECATT_WD_SIMULATE 20041111
23 MSGSTR Instance attribute Private Type reference (TYPE) STRING 20040929
24 SESS_MATCHING Instance attribute Public See coding 20041003
Methods
# Method Level Visibility Method type Description Created on
1 ATTACH_TO_URL_IS_ALLOWED Instance method Private Method Check SDC for URL of Next Application 20050112
2 CHECK_RECORDING_POSSIBLE Instance method Private Method Checks whether recording is possible 20091007
3 CLOSE Instance method Public Method 20030211
4 COLLECT_URLS Instance method Private Method Writes all URLs of SDCs in a String 20041206
5 COLLECT_USAGE_INFO Static method Public Method Adds the Information to the Where-Used List 20041003
6 EXECUTE Instance method Public Method 20030211
7 GET_CALL_PLUGIN Instance method Private Method Call of ECATT_PING and Query of Available Plug-Ins 20041013
8 GET_WATCH_FIELDS Instance method Private Method 20030509
9 INSERT_ACTIVE_ETC_FOR_IMPORT Instance method Public Method Inserts the Nodes reset, active, and sessionid into the DOM 20041117
10 INTERNAL_RECORD Instance method Private Method Internal: Record Web Dynpro Application 20041103
11 NEW_COMMAND Instance method Public Method Terminate the Recording of a Web Dynpro Application 20030128
12 RAISE_EXCEPTION Static method Public Method Raise Exception from Client 20041013
13 RECORD Instance method Public Method Record Web Dynpro Application 20031218
14 RECORD_STOP Instance method Public Method Terminate the Recording of a Web Dynpro Application 20030110
15 SET_NEW_TARGET_SYSTEM Instance method Public Method Check SDC for URL of Next Application 20041201
16 SET_TARGET_SYSTEM_FOR_ATTACH Instance method Private Method Writes all URLs of SDCs in a String 20050113
17 SIMULATE_FOR_MAINTENANCE Instance method Public Method Simulation of a Single Screen 20041004
18 SPLIT Instance method Public Method Split Web Dynpro Command Interface 20041102
19 UPDATE_USAGE_INFO Instance method Private Method 20030509
Events
Class CL_APL_ECATT_WEBDYNPRO has no event.
Types
Class CL_APL_ECATT_WEBDYNPRO has no local type.
Method Signatures

Method ATTACH_TO_URL_IS_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ALL_URLS Call by reference Type reference (TYPE) STRING 20050112
2 Importing IM_HOST Call by reference Type reference (TYPE) STRING 20050112
3 Importing IM_PORT Call by reference Type reference (TYPE) STRING 20050112
4 Importing IM_URL Call by reference Type reference (TYPE) ETWD_URL Web Dynpro Application 20050112
5 Returning RE_IS_ALLOWED Value transfer Type reference (TYPE) ETONOFF eCATT Schalter Ein/Aus 20050112

Method ATTACH_TO_URL_IS_ALLOWED on class CL_APL_ECATT_WEBDYNPRO has no exception.

Method CHECK_RECORDING_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CALLBACK_URL Call by reference Type reference (TYPE) STRING 20091007
# Exception Resumable Description Created on
1 CX_ECATT_APL_WEBDYNPRO Ausnahmeklasse für WebDynpro-Steuerung 20091007

Method CLOSE Signature

Method CLOSE on class CL_APL_ECATT_WEBDYNPRO has no parameter.
Method CLOSE on class CL_APL_ECATT_WEBDYNPRO has no exception.

Method COLLECT_URLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ALL_URLS Value transfer Type reference (TYPE) STRING 20041206

Method COLLECT_URLS on class CL_APL_ECATT_WEBDYNPRO has no exception.

Method COLLECT_USAGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CMD_AS_DOM Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20041003
2 Importing IM_CMD_AS_STRING Call by reference Type reference (TYPE) STRING 20041003
3 Importing IM_CMD_AS_XSTRING Call by reference Type reference (TYPE) ETXML_LINE_STR eCATT XML Stream 20041003
4 Importing IM_FUNC Call by reference Type reference (TYPE) ETCMD_FUN Name der Funktion 20041003
5 Importing IM_OBJ Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_OBJECT Basisklasse für eCATT Objekte. 20041003
6 Importing IM_OBJ_USAGE Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_OBJ_USAGE Enthält die Cross-Reference Daten und Methoden 20041003
7 Importing IM_PARAM_ID Call by reference Type reference (TYPE) ETP_NAME Name eines Parameters oder einer Kommandoschnittstelle 20041003
# Exception Resumable Description Created on
1 CX_ECATT_APL Basisklasse für eCatt Middleware Ausnahmen 20041003

Method EXECUTE Signature

Method EXECUTE on class CL_APL_ECATT_WEBDYNPRO has no parameter.
Method EXECUTE on class CL_APL_ECATT_WEBDYNPRO has no exception.

Method GET_CALL_PLUGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RFC_TYPE Call by reference Type reference (TYPE) RFCTYPE_D Art des Eintrags in RFCDES 20041028
2 Importing IM_SAP_DEST Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20041013
# Exception Resumable Description Created on
1 CX_ECATT_APL Basisklasse für eCatt Middleware Ausnahmen 20041014
2 CX_ECATT_APL_WEBDYNPRO Exception Class for Web Dynpro Control 20101220

Method GET_WATCH_FIELDS Signature

Method GET_WATCH_FIELDS on class CL_APL_ECATT_WEBDYNPRO has no parameter.
Method GET_WATCH_FIELDS on class CL_APL_ECATT_WEBDYNPRO has no exception.

Method INSERT_ACTIVE_ETC_FOR_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_DOM Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT 20041117
2 Importing IM_PROTOCOL_VERSION Call by reference Type reference (TYPE) STRING 20041117
# Exception Resumable Description Created on
1 CX_ECATT_APL Basisklasse für eCatt Middleware Ausnahmen 20041117

Method INTERNAL_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTACH_MODE Call by reference Type reference (TYPE) ETONOFF eCATT Schalter Ein/Aus 20050112
2 Importing IM_CMD_LINE Call by reference Type reference (TYPE) ETSCR Gesamtstruktur einer eCATT Skriptzeile - Interne Darstellung 20041103
3 Importing IM_ECATT_SCRIPT Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_SCRIPT eCATT - Script 20041103
# Exception Resumable Description Created on
1 CX_ECATT_APL Ausnahmeklasse für WebDynpro-Steuerung 20041103

Method NEW_COMMAND Signature

Method NEW_COMMAND on class CL_APL_ECATT_WEBDYNPRO has no parameter.
Method NEW_COMMAND on class CL_APL_ECATT_WEBDYNPRO has no exception.

Method RAISE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT Call by reference Object reference (TYPE REF TO) IF_HTTP_CLIENT 20041013
2 Importing IM_CLIENT_CLOSE Call by reference Type reference (TYPE) ETONOFF 20041013
3 Importing IM_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20041013
# Exception Resumable Description Created on
1 CX_ECATT_APL_WEBDYNPRO Ausnahmeklasse für WebDynpro-Steuerung 20041013

Method RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTACH_MODE Call by reference Type reference (TYPE) ETONOFF eCATT Schalter Ein/Aus 20050111
2 Importing IM_CMD_LINE Call by reference Type reference (TYPE) ETSCR Gesamtstruktur einer eCATT Skriptzeile - Interne Darstellung 20031218
3 Importing IM_ECATT_SCRIPT Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_SCRIPT eCATT - Script 20031218
4 Importing IM_URL Call by reference Type reference (TYPE) STRING Nur bei Aufzeichnung über API 20041103
# Exception Resumable Description Created on
1 CX_ECATT_APL Ausnahmeklasse für WebDynpro-Steuerung 20031219

Method RECORD_STOP Signature

Method RECORD_STOP on class CL_APL_ECATT_WEBDYNPRO has no parameter.
Method RECORD_STOP on class CL_APL_ECATT_WEBDYNPRO has no exception.

Method SET_NEW_TARGET_SYSTEM Signature

Method SET_NEW_TARGET_SYSTEM on class CL_APL_ECATT_WEBDYNPRO has no parameter.
Method SET_NEW_TARGET_SYSTEM on class CL_APL_ECATT_WEBDYNPRO has no exception.

Method SET_TARGET_SYSTEM_FOR_ATTACH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RFC_TYPE Call by reference Type reference (TYPE) RFCTYPE_D Art des Eintrags in RFCDES 20050113
2 Importing IM_URL Call by reference Type reference (TYPE) STRING 20050113

Method SET_TARGET_SYSTEM_FOR_ATTACH on class CL_APL_ECATT_WEBDYNPRO has no exception.

Method SIMULATE_FOR_MAINTENANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LAST_NAVIGATED_SCREEN Call by reference Type reference (TYPE) ETSCR Gesamtstruktur einer eCATT Skriptzeile - Interne Darstellung 20100622
2 Importing IM_PARAMS Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_PARAMS 20041004
3 Importing IM_PNAME Call by reference Type reference (TYPE) ETCMD_PAR 20041004
4 Importing IM_READ_ONLY Call by reference Type reference (TYPE) ETONOFF 20041004
5 Importing IM_STARTING_PAGE Call by reference Type reference (TYPE) I 20041004
# Exception Resumable Description Created on
1 CX_ECATT_APL Basisklasse für eCatt Middleware Ausnahmen 20041004

Method SPLIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CMD_NAME Call by reference Type reference (TYPE) STRING 20041102
2 Importing IM_COMPLETEFUNC Call by reference Type reference (TYPE) ETSCR Gesamtstruktur einer eCATT Skriptzeile - Interne Darstellung 20041102
3 Importing IM_IXML Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20041102
4 Importing IM_SCRIPT Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_SCRIPT eCATT - Script 20041102
5 Importing IM_SPLIT_MODE Call by reference Type reference (TYPE) CHAR1 Modus: anhand welcher Granularität soll gesplittet werden? 20090910
# Exception Resumable Description Created on
1 CX_ECATT_APL Basisklasse für eCatt Middleware Ausnahmen 20041102

Method UPDATE_USAGE_INFO Signature

Method UPDATE_USAGE_INFO on class CL_APL_ECATT_WEBDYNPRO has no parameter.
Method UPDATE_USAGE_INFO on class CL_APL_ECATT_WEBDYNPRO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640