SAP ABAP Class CL_APL_ECATT_SUT_METADATA (SUT Metadata for Tested Objects)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_SUT_METADATA_APL (Package) eCATT - APL Layer - Process Data about Tested Objects
Properties
Class CL_APL_ECATT_SUT_METADATA  
Short Description SUT Metadata for Tested Objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_SUT_METADATA_APL   eCATT - APL Layer - Process Data about Tested Objects 
Created 20100111   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_APL_ECATT_SUT_METADATA has no forward declaration.
Interfaces
Class CL_APL_ECATT_SUT_METADATA has no interface implemented.
Friends
Class CL_APL_ECATT_SUT_METADATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AP_ATTRIBUTES Instance attribute Public Object reference (TYPE REF TO) CL_APL_ECATT_ATTRIBUTES Attributes of eCATT Objects 20100129
2 AP_ECATT_OBJECT Instance attribute Protected Object reference (TYPE REF TO) CL_APL_ECATT_OBJECT Basis Class for eCATT Objects 20100121
3 AT_METADATA Instance attribute Public Type reference (TYPE) ETSCR_SUT_MD_TT SUT Metadata for Tested Objects 20100121
4 A_CHECK_UPLOAD Instance attribute Public Type reference (TYPE) ETONOFF Check Upload action is performed 20100526
5 A_CMD_FLAG Instance attribute Public Type reference (TYPE) ETONOFF Metadata retrieval flag at command level 20100128
6 A_DEFAULT_SELECTED Instance attribute Private Type reference (TYPE) ETONOFF Default Selected in the ALV 20100325
7 A_FIRST_TIME Instance attribute Private Type reference (TYPE) ETONOFF eCATT Switch On/Off 20100217
8 A_PATTERN_INSERT Instance attribute Public Type reference (TYPE) ETONOFF Falg to check if pattern is used to insert command 20100303
9 A_RENAME_INTERFACE Instance attribute Public Type reference (TYPE) ETONOFF Attribute flag to re-name interface 20100303
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NEW_INT_FOR_OBJ_CHANGE Instance method Public Method To Add new interface to the sut md list for the new object 20100212
2 APPEND_TO_METADATA_ATTRIB Instance method Public Method Append data to metadata attribute 20100325
3 CHECK_NO_DEFAULT_SET Instance method Public Method Check if no default is selected before updating context attr 20100221
4 CLEAR_CLASS_ATTRIBUTES Instance method Public Method clear attributes 20100325
5 CLEAR_METADATA_ATTRIB Instance method Public Method Clear Metadata attribute 20100325
6 CLEAR_UPLOAD_FLAG Instance method Public Method Clear upload flag 20100526
7 CLOSE_METADATA Instance method Public Method Delete the metadata attributes 20100330
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100129
9 DELETE_CONTENT Instance method Public Method Delete SUT Metadata 20100329
10 DELETE_SELECTED_INT Instance method Public Method To delete the selected interfaces from the sut metadata tab 20100212
11 GET_CALL_PLUGIN_OBJ_METADATA Instance method Private Method Call of ECATT_PING and Query of WD metadata Plug-Ins 20100504
12 GET_CMD_FLAG Instance method Public Method get command flag 20100326
13 GET_DEFAULT_SELECTED Instance method Public Method Getter Method to get the default selected flag value 20100325
14 GET_FIRST_TIME_FLAG Instance method Public Method To get the first time flag 20100217
15 GET_METADATA Instance method Public Method Get Metadata 20100325
16 GET_SCR_FLAG Instance method Public Method Get script flag 20100326
17 GET_SUT_MD_FOR_SAPGUI Instance method Public Method Get SUT Metadata for SAPGUI driver 20100303
18 GET_SUT_METADATA Instance method Public Method Get SUT Metadata 20100129
19 GET_UPLOAD_FLAG Instance method Public Method Get Upload flag Data 20100526
20 INSERT_WD_METADATA Instance method Public Method insert wd metadata 20100505
21 RAISE_INVALID_AKH Instance method Public Method Throw an Invalid AKH exception 20100219
22 READ_FROM_DB Instance method Private Method Read Data from DB 20100112
23 READ_SUT_MD Instance method Public Method Get all the SUT metadata for the script from DB 20100115
24 REFRESH_SELECTED_SUT_MD Instance method Public Method To refresh the SUT meta data for the selected interfaces 20100208
25 RENAME_INTERFACE Instance method Public Method To Rename the existing command inetrface 20100212
26 SAVE Instance method Public Method SAVE data to DB 20100112
27 SAVE_SUT_MD_FOR_SCRIPT Instance method Private Method Save the SUT Meta data for the script 20100115
28 SET_ATTRIBUTES Instance method Public Method Getter: SUT Metadata APL Attributes 20100129
29 SET_CHANGED_ATTRIBUTE Instance method Public Method Set changed attribute 20100326
30 SET_CMD_FLAG Instance method Public Method Set command flag 20100326
31 SET_DEFAULT_SELECTED Instance method Public Method Setter Method to set the default flag 20100325
32 SET_FIRST_TIME_FLAG Instance method Public Method Set the First time flag to retrieve data from the DB 20100217
33 SET_METADATA Instance method Public Method Set SUT Metadata 20100521
34 SET_PATTERN_INSERT Instance method Public Method Set pattern insert flag 20100303
35 SET_RENAME_INTERFACE_FLAG Instance method Public Method Set rename interface flag 20100303
36 SET_SCRIPT_FLAG Instance method Public Method Set script flag 20100326
37 SET_SUT_METADATA Instance method Public Method Setter Method for SUT Metadata 20100112
38 SET_UPLOAD_FLAG Instance method Public Method Set Upload Flag 20100526
39 SORT_METADATA_ATTRIB Instance method Public Method Sort Metadata attribute 20100325
40 UNCHK_COLL_MD_FOR_DEFAULT Instance method Public Method Uncheck collect metadata flag for default - raise exception 20100221
41 UPDATE_AKH Instance method Public Method Update application component 20100218
42 UPDATE_DEFAULT_CONTEXT_DATA Instance method Public Method Update the the eCATT context attributes from the default sel 20100115
43 UPDATE_SOFTCOMP Instance method Public Method Update Software component 20100218
44 UPDATE_VERS_REL Instance method Public Method Update Version Release information 20100301
Events
Class CL_APL_ECATT_SUT_METADATA has no event.
Types
Class CL_APL_ECATT_SUT_METADATA has no local type.
Method Signatures

Method ADD_NEW_INT_FOR_OBJ_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CMD_FUN Call by reference Type reference (TYPE) ETCMD_FUN Visibility of Parameter 20100216
2 Importing I_DEST Call by reference Type reference (TYPE) RFC_DEST SAPOSCOL destination 20100216
3 Importing I_NEW_INT_NAME Call by reference Type reference (TYPE) STRING Name of a Parameter or Command Interface 20100216
4 Importing I_NEW_OBJ_NAME Call by reference Type reference (TYPE) CHAR30 30 Characters 20100216
5 Importing I_NEW_XMLREF_TYPE Call by reference Type reference (TYPE) ETREF_TYP Type of a Command Interface in XML Schema/Template 20100512
6 Importing I_OLD_INT_NAME Call by reference Type reference (TYPE) STRING Name of a Parameter or Command Interface 20100216
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20100517

Method APPEND_TO_METADATA_ATTRIB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_METADATA Call by reference Type reference (TYPE) ETSCR_SUT_MD_TT SUT Metadata for Tested Objects 20100325

Method APPEND_TO_METADATA_ATTRIB on class CL_APL_ECATT_SUT_METADATA has no exception.

Method CHECK_NO_DEFAULT_SET Signature

Method CHECK_NO_DEFAULT_SET on class CL_APL_ECATT_SUT_METADATA has no parameter.
# Exception Resumable Description Created on
1 CX_ECATT_APL_SUT_METADATA exception class for SUT Metadata 20100221

Method CLEAR_CLASS_ATTRIBUTES Signature

Method CLEAR_CLASS_ATTRIBUTES on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method CLEAR_CLASS_ATTRIBUTES on class CL_APL_ECATT_SUT_METADATA has no exception.

Method CLEAR_METADATA_ATTRIB Signature

Method CLEAR_METADATA_ATTRIB on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method CLEAR_METADATA_ATTRIB on class CL_APL_ECATT_SUT_METADATA has no exception.

Method CLEAR_UPLOAD_FLAG Signature

Method CLEAR_UPLOAD_FLAG on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method CLEAR_UPLOAD_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method CLOSE_METADATA Signature

Method CLOSE_METADATA on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method CLOSE_METADATA on class CL_APL_ECATT_SUT_METADATA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ATTRIBUTES Value transfer Object reference (TYPE REF TO) CL_APL_ECATT_ATTRIBUTES 20100129

Method CONSTRUCTOR on class CL_APL_ECATT_SUT_METADATA has no exception.

Method DELETE_CONTENT Signature

Method DELETE_CONTENT on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method DELETE_CONTENT on class CL_APL_ECATT_SUT_METADATA has no exception.

Method DELETE_SELECTED_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PNAME Call by reference Type reference (TYPE) CHAR30 Name of a Parameter or Command Interface 20100212

Method DELETE_SELECTED_INT on class CL_APL_ECATT_SUT_METADATA has no exception.

Method GET_CALL_PLUGIN_OBJ_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OBJ_METADATA Call by reference Type reference (TYPE) ETSUTMETADATA RFC: Object under test Metadata 20100505
2 Importing IM_OBJ_NAME Call by reference Type reference (TYPE) STRING 20100511
3 Importing IM_OBJ_TYPE Call by reference Type reference (TYPE) STRING 20100504
4 Importing IM_RFC_TYPE Call by reference Type reference (TYPE) RFCTYPE_D Type of Entry in RFCDES 20100504
5 Importing IM_SAP_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100504
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20100504

Method GET_CMD_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CMD_FLAG Call by reference Type reference (TYPE) ETONOFF eCATT Switch On/Off 20100326

Method GET_CMD_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method GET_DEFAULT_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DEFAULT_SELECTED Call by reference Type reference (TYPE) ETONOFF eCATT Switch On/Off 20100325

Method GET_DEFAULT_SELECTED on class CL_APL_ECATT_SUT_METADATA has no exception.

Method GET_FIRST_TIME_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIRST_TIME_FLAG Call by reference Type reference (TYPE) ETONOFF eCATT Switch On/Off 20100217

Method GET_FIRST_TIME_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_METADATA Call by reference Type reference (TYPE) ETSCR_SUT_MD_TT SUT Metadata for Tested Objects 20100325

Method GET_METADATA on class CL_APL_ECATT_SUT_METADATA has no exception.

Method GET_SCR_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SCR_FLAG Call by reference Type reference (TYPE) ET_COLLECT_MD Collect Data about Tested Object 20100326

Method GET_SCR_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method GET_SUT_MD_FOR_SAPGUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100507
2 Importing IT_CMD_LINE Call by reference Type reference (TYPE) ETSCR Complete Structure of eCATT Script Line - Internal Rep. 20100303
3 Importing IX_PVAL_XML Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_XML_DATA XML Document for eCATT Data (iXML Wrapper Classes) 20100303
4 Importing I_XMLREF_TYPE Call by reference Type reference (TYPE) ETREF_TYP Type of a Command Interface in XML Schema/Template 20100512
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20100303

Method GET_SUT_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CMD_NAME Call by reference Type reference (TYPE) ETCMD_FUN Name of a Command 20100129
2 Importing I_OBJ_NAME Call by reference Type reference (TYPE) ETCMD_OBJ Object for function 20100129
3 Importing I_PARAM_ID Call by reference Type reference (TYPE) ETCMD_PAR Parameter Reference ID 20100129
4 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100129
5 Importing I_XMLREF_TYPE Call by reference Type reference (TYPE) ETREF_TYP Type of a Command Interface in XML Schema/Template 20100512
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20100517

Method GET_UPLOAD_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_UPLOAD_FLAG Value transfer Type reference (TYPE) ETONOFF eCATT Switch On/Off 20100526

Method GET_UPLOAD_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method INSERT_WD_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APP_NAME Call by reference Type reference (TYPE) STRING 20100505
2 Importing I_OBJ_TYPE Call by reference Type reference (TYPE) STRING 20100505
3 Importing I_PARAM_ID Call by reference Type reference (TYPE) ETCMD_PAR Parameter Reference ID 20100505
4 Importing I_REFRESH_MODE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20100513
5 Importing I_RFC_TYPE Call by reference Type reference (TYPE) RFCTYPE_D Type of Entry in RFCDES 20100505
6 Importing I_SAP_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100505

Method INSERT_WD_METADATA on class CL_APL_ECATT_SUT_METADATA has no exception.

Method RAISE_INVALID_AKH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20100219
# Exception Resumable Description Created on
1 CX_ECATT_APL_SUT_METADATA Basis Class for eCATT Middleware Exceptions 20100219

Method READ_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUT_METADATA Call by reference Type reference (TYPE) ETSCR_SUT_MD_TT SUT Metadata for Tested Objects 20100112
2 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) ETOBJ_NAME eCATT Object 20100112
3 Importing IV_VERSION Call by reference Type reference (TYPE) ETOBJ_VER eCATT Object Version 20100112

Method READ_FROM_DB on class CL_APL_ECATT_SUT_METADATA has no exception.

Method READ_SUT_MD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUT_METADATA Call by reference Type reference (TYPE) ETSCR_SUT_MD_TT SUT Metadata for Tested Objects 20100115

Method READ_SUT_MD on class CL_APL_ECATT_SUT_METADATA has no exception.

Method REFRESH_SELECTED_SUT_MD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HTTP_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100519
2 Importing I_OBJ_NAME Call by reference Type reference (TYPE) ETDDONAME2 Main Object 20100210
3 Importing I_OBJ_TYPE Call by reference Type reference (TYPE) TROBJTYPE Object Type 20100714
4 Importing I_PGROUP Call by reference Type reference (TYPE) ET_PGROUP Group for Parameters and Command Interfaces 20100504
5 Importing I_PNAME Call by reference Type reference (TYPE) ETP_NAME Name of a Parameter or Command Interface 20100210
6 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100208
7 Importing I_XMLREF_TYPE Call by reference Type reference (TYPE) ETREF_TYP Type of a Command Interface in XML Schema/Template 20100512
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20100517

Method RENAME_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PNAME_NEW Call by reference Type reference (TYPE) CHAR30 Name of a Parameter or Command Interface 20100212
2 Importing I_PNAME_OLD Call by reference Type reference (TYPE) CHAR30 Name of a Parameter or Command Interface 20100212

Method RENAME_INTERFACE on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SAVE Signature

Method SAVE on class CL_APL_ECATT_SUT_METADATA has no parameter.
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20100201

Method SAVE_SUT_MD_FOR_SCRIPT Signature

Method SAVE_SUT_MD_FOR_SCRIPT on class CL_APL_ECATT_SUT_METADATA has no parameter.
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20100201

Method SET_ATTRIBUTES Signature

Method SET_ATTRIBUTES on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method SET_ATTRIBUTES on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_CHANGED_ATTRIBUTE Signature

Method SET_CHANGED_ATTRIBUTE on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method SET_CHANGED_ATTRIBUTE on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_CMD_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RETRIEVE_MD Call by reference Type reference (TYPE) ET_COLLECT_MD Collect Data about Tested Object 20100326

Method SET_CMD_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_DEFAULT_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT_SELECTED Call by reference Type reference (TYPE) ETONOFF eCATT Switch On/Off 20100325

Method SET_DEFAULT_SELECTED on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_FIRST_TIME_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIRST_TIME Call by reference Type reference (TYPE) ETONOFF eCATT Switch On/Off 20100217

Method SET_FIRST_TIME_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_METADATA Call by reference Type reference (TYPE) ETSCR_SUT_MD_TT SUT Metadata for Tested Objects 20100521

Method SET_METADATA on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_PATTERN_INSERT Signature

Method SET_PATTERN_INSERT on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method SET_PATTERN_INSERT on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_RENAME_INTERFACE_FLAG Signature

Method SET_RENAME_INTERFACE_FLAG on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method SET_RENAME_INTERFACE_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_SCRIPT_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RETRIEVE_MD Call by reference Type reference (TYPE) ET_COLLECT_MD Collect Data about Tested Object 20100326

Method SET_SCRIPT_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_SUT_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SUT_METADATA Call by reference Type reference (TYPE) ETSUT_METADATA_TT Object under test Metadata 20100122

Method SET_SUT_METADATA on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SET_UPLOAD_FLAG Signature

Method SET_UPLOAD_FLAG on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method SET_UPLOAD_FLAG on class CL_APL_ECATT_SUT_METADATA has no exception.

Method SORT_METADATA_ATTRIB Signature

Method SORT_METADATA_ATTRIB on class CL_APL_ECATT_SUT_METADATA has no parameter.
Method SORT_METADATA_ATTRIB on class CL_APL_ECATT_SUT_METADATA has no exception.

Method UNCHK_COLL_MD_FOR_DEFAULT Signature

Method UNCHK_COLL_MD_FOR_DEFAULT on class CL_APL_ECATT_SUT_METADATA has no parameter.
# Exception Resumable Description Created on
1 CX_ECATT_APL_SUT_METADATA exception class for SUT Metadata 20100221

Method UPDATE_AKH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_METADATA Call by reference Type reference (TYPE) ETSUT_METADATA Object under test Metadata 20100218

Method UPDATE_AKH on class CL_APL_ECATT_SUT_METADATA has no exception.

Method UPDATE_DEFAULT_CONTEXT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_METADATA Call by reference Type reference (TYPE) ETSUT_METADATA Object under test Metadata 20100124

Method UPDATE_DEFAULT_CONTEXT_DATA on class CL_APL_ECATT_SUT_METADATA has no exception.

Method UPDATE_SOFTCOMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_METADATA Call by reference Type reference (TYPE) ETSUT_METADATA Object under test Metadata 20100218

Method UPDATE_SOFTCOMP on class CL_APL_ECATT_SUT_METADATA has no exception.

Method UPDATE_VERS_REL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VERS_REL Call by reference Type reference (TYPE) ETSYS_REL_TABTYPE eCATT Table Type Software Component Release Data 20100301
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20100301
History
Last changed by/on SAP  20130531 
SAP Release Created in 730