SAP ABAP Class CL_WDR_TEST_CFG_API (Class to Test API for Configurations)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_TEST_CFG (Package) WDA Configuration Test Components
Properties
Class CL_WDR_TEST_CFG_API  
Short Description Class to Test API for Configurations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_TEST_CFG   WDA Configuration Test Components 
Created 20090518   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 CL_WD_CONFIG_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WDR_TEST_CFG_API has no interface implemented.
Friends
Class CL_WDR_TEST_CFG_API has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONFIG_KEY_TEMPLATE Constant Private Type reference (TYPE) WDY_CONFIG_ID 'WDR_TEST_CFG_API_1_TEMPLATE' Key Components of Configuration Tables 20090519
2 FOR_APPL Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20090702
3 IS_WEBDYNPRO Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20090610
4 NODE_FLIGHT Constant Private Type reference (TYPE) STRING 'FLIGHT' 20090812
5 SENDERS Instance attribute Private See coding 20090702
6 TEST_COMPONENT Constant Private Type reference (TYPE) WDY_CONF_COMP_NAME 'WDR_TEST_CFG_API_1' Web Dynpro: Component Name 20090812
7 WAITING_CUST_APIS Instance attribute Private Type reference (TYPE) API_MAP 20090814
8 XML_SAVED Instance attribute Private Type reference (TYPE) XSTRING 20090814
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_COMP_CONFIG Static method Private Method Changes to a Component Configuration 20090710
2 EXECUTE_DYNP_TEST Static method Public Method 20090519
3 EXECUTE_DYNP_TEST_WRONG_NAME Static method Public Method 20090522
4 EXECUTE_WDA_TEST Static method Public Method 20090610
5 MODIFY_CUST Static method Private Method 20090814
6 ON_ACTION_CANCELLED Instance method Private Event handling method 20090518
7 ON_ACTION_FINISHED Instance method Private Event handling method 20090518
8 ON_MESSAGES_SENT Instance method Private Event handling method 20090522
9 ON_XML_SAVED Instance method Private Event handling method 20090814
10 TEST Instance method Private Method 20090518
Events
Class CL_WDR_TEST_CFG_API has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 API_MAP Private See coding 20090814 api_map type hashed table of api_to_cocu_api with unique key api
2 API_TO_COCU_API Private See coding 20090814 begin of API_TO_COCU_API, api type ref to if_wd_config_tool, api_cust type ref to if_wd_config_tool_cocu, number type num1, end of api_to_cocu_api
Method Signatures

Method CHANGE_COMP_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMP_MODIFIER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_MODIFIER API Änderung Component-Konfiguration 20090710
2 Importing INDEX Value transfer Type reference (TYPE) I 20090814

Method CHANGE_COMP_CONFIG on class CL_WDR_TEST_CFG_API has no exception.

Method EXECUTE_DYNP_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT Call by reference Type reference (TYPE) NUM1 '1' Anzahl der Wiederholungen 20090605
2 Importing CUSTOMIZING_COUNT Call by reference Type reference (TYPE) NUM1 '0' Anzahl der Wiederholungen für das Customizing 20090812
3 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Paket 20090528
4 Importing DIALOG_MODE_DEVCLASS Call by reference Type reference (TYPE) WDY_CFG_DIALOG_MODE CL_WD_CONFIG_FACTORY=>MODE_SUGGEST Dialogmodus für die API 20090528
5 Importing DIALOG_MODE_TRKORR Call by reference Type reference (TYPE) WDY_CFG_DIALOG_MODE CL_WD_CONFIG_FACTORY=>MODE_SUGGEST Dialogmodus für die API 20090528
6 Importing FOR_APPL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090526
7 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Workbench-Auftrag 20090528
8 Importing TRKORR_CUST Call by reference Type reference (TYPE) TRKORR Customizing-Auftrag 20090812
9 Returning XML_SAVED Value transfer Type reference (TYPE) XSTRING 20090814

Method EXECUTE_DYNP_TEST on class CL_WDR_TEST_CFG_API has no exception.

Method EXECUTE_DYNP_TEST_WRONG_NAME Signature

Method EXECUTE_DYNP_TEST_WRONG_NAME on class CL_WDR_TEST_CFG_API has no parameter.
Method EXECUTE_DYNP_TEST_WRONG_NAME on class CL_WDR_TEST_CFG_API has no exception.

Method EXECUTE_WDA_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090610
2 Importing COUNT Call by reference Type reference (TYPE) NUM1 '1' Anzahl der Wiederholungen 20090610
3 Importing CUSTOMIZING_COUNT Call by reference Type reference (TYPE) NUM1 '0' Anzahl Wiederholungen für das Customizing 20090812
4 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Paket 20090610
5 Importing DIALOG_MODE_DEVCLASS Call by reference Type reference (TYPE) WDY_CFG_DIALOG_MODE CL_WD_CONFIG_FACTORY=>MODE_SUGGEST Dialogmodus für die API 20090610
6 Importing DIALOG_MODE_TRKORR Call by reference Type reference (TYPE) WDY_CFG_DIALOG_MODE CL_WD_CONFIG_FACTORY=>MODE_SUGGEST Dialogmodus für die API 20090610
7 Importing FOR_APPL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090610
8 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Workbench-Auftrag 20090610
9 Importing TRKORR_CUST Call by reference Type reference (TYPE) TRKORR Customizing-Auftrag 20090812

Method EXECUTE_WDA_TEST on class CL_WDR_TEST_CFG_API has no exception.

Method MODIFY_CUST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MODIFIER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COCU_MODIFIER API Änderung Component-Customizing 20090814
2 Importing NUMBER Call by reference Type reference (TYPE) NUM1 Numerisch 1-stellig 20090814

Method MODIFY_CUST on class CL_WDR_TEST_CFG_API has no exception.

Method ON_ACTION_CANCELLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20090811

Method ON_ACTION_CANCELLED on class CL_WDR_TEST_CFG_API has no exception.

Method ON_ACTION_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20090702

Method ON_ACTION_FINISHED on class CL_WDR_TEST_CFG_API has no exception.

Method ON_MESSAGES_SENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGES Value transfer Attribute reference (LIKE) 20090522

Method ON_MESSAGES_SENT on class CL_WDR_TEST_CFG_API has no exception.

Method ON_XML_SAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XML Value transfer Attribute reference (LIKE) 20090814

Method ON_XML_SAVED on class CL_WDR_TEST_CFG_API has no exception.

Method TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090610
2 Importing COUNT Call by reference Type reference (TYPE) NUM1 Numerisch 1-stellig 20090605
3 Importing CUSTOMIZING_COUNT Call by reference Type reference (TYPE) NUM1 Numerisch 1-stellig 20090811
4 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Paket 20090528
5 Importing DIALOG_MODE_DEVCLASS Call by reference Type reference (TYPE) WDY_CFG_DIALOG_MODE Dialogmodus für die API 20090528
6 Importing DIALOG_MODE_TRKORR Call by reference Type reference (TYPE) WDY_CFG_DIALOG_MODE Dialogmodus für die API 20090528
7 Importing FOR_APPL Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090526
8 Importing PREFIX Call by reference Type reference (TYPE) STRING 20090522
9 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090528
10 Importing TRKORR_CUST Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090812
11 Returning XML_SAVED Value transfer Type reference (TYPE) XSTRING 20090814

Method TEST on class CL_WDR_TEST_CFG_API has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 800