SAP ABAP Class CL_APL_ECATT_PARAMS_API (API Class for eCATT - Parameter and Variant Usage)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_API_ENG (Package) eCATT - Application Programming Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_APL_ECATT_API eCATT API - Abstract Super Class 20110615
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_APL_ECATT_API_PARAMS Interface for API to eCATT Objects with Parameters 20110615
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_APL_ECATT_SCRIPT_API API Class for eCATT - Test Script 20110615
2 Inheritance (c INHERITING FROM c_ref)  CL_APL_ECATT_TC_API API Class for eCATT - Test Configuration 20110615
Properties
Class CL_APL_ECATT_PARAMS_API  
Short Description API Class for eCATT - Parameter and Variant Usage    
Super Class CL_APL_ECATT_API eCATT API - Abstract Super Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_API_ENG   eCATT - Application Programming Interface 
Created 20110615   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_APL_ECATT_PARAMS_API has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_APL_ECATT_API_PARAMS Interface for API to eCATT Objects with Parameters 20110615
Friends
Class CL_APL_ECATT_PARAMS_API has no friend class.
Attributes
Class CL_APL_ECATT_PARAMS_API has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_SUBSTRUC Instance method Protected Method Reads partial structure addressed by PATH from whole struct 20120910
2 BUILD_DATAREF_ID Instance method Protected Method Create ID for data object server for script / tc parameter 20130218
3 CHECK_EMPTY_TABLES Static method Protected Method Checks for empty tables, sets IS_TABLE = 'Y' 20130218
4 CHECK_PARAMETER_EXIST Instance method Public Method 20111213
5 CHECK_PARAMETER_TYPE Instance method Public Method 20111213
6 CREATE_DATA_REF Instance method Public Method 20111213
7 GET_DEFAULT_VARIANT Instance method Public Method 20111213
8 GET_PARAMS Instance method Public Method 20111213
9 GET_PARAM_DEFINITION Instance method Public Method 20111213
10 GET_PARAM_NAMES Instance method Public Method 20111213
11 GET_VALUE Instance method Public Method 20111213
12 GET_VALUE_INTERNAL Instance method Public Method 20111213
13 SET_VALUE Instance method Public Method 20111213
14 SET_VALUE_INTERNAL Instance method Public Method 20111213
Events
Class CL_APL_ECATT_PARAMS_API has no event.
Types
Class CL_APL_ECATT_PARAMS_API has no local type.
Method Signatures

Method ASSIGN_SUBSTRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPLETE_DATA Call by reference Object reference (TYPE REF TO) DATA 20120910
2 Importing I_PATH Value transfer Type reference (TYPE) STRING 20120910
3 Importing I_SUBSTRUC_DATA Call by reference Object reference (TYPE REF TO) DATA 20120910

Method ASSIGN_SUBSTRUC on class CL_APL_ECATT_PARAMS_API has no exception.

Method BUILD_DATAREF_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAM_NAME Call by reference Type reference (TYPE) ETPAR_NAME Name of Parameter for eCATT Data Container 20130218
2 Importing I_VARIANT_NAME Call by reference Type reference (TYPE) ETVAR_ID Variant name 20130218
3 Returning RE_REF_ID Value transfer Type reference (TYPE) STRING ID in data object server 20130218

Method BUILD_DATAREF_ID on class CL_APL_ECATT_PARAMS_API has no exception.

Method CHECK_EMPTY_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_PGIDTAB Call by reference Type reference (TYPE) ETDOM_ALL_TABTYPE Tabelle fuer globale Bezeichner der DOM Knoten 20130218
2 Importing I_DOMPTR Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_XML_DATA XML-Dokument für eCATT Daten (Wrapperklassen um iXML) 20130218

Method CHECK_EMPTY_TABLES on class CL_APL_ECATT_PARAMS_API has no exception.

Method CHECK_PARAMETER_EXIST Signature

Method CHECK_PARAMETER_EXIST on class CL_APL_ECATT_PARAMS_API has no parameter.
Method CHECK_PARAMETER_EXIST on class CL_APL_ECATT_PARAMS_API has no exception.

Method CHECK_PARAMETER_TYPE Signature

Method CHECK_PARAMETER_TYPE on class CL_APL_ECATT_PARAMS_API has no parameter.
Method CHECK_PARAMETER_TYPE on class CL_APL_ECATT_PARAMS_API has no exception.

Method CREATE_DATA_REF Signature

Method CREATE_DATA_REF on class CL_APL_ECATT_PARAMS_API has no parameter.
Method CREATE_DATA_REF on class CL_APL_ECATT_PARAMS_API has no exception.

Method GET_DEFAULT_VARIANT Signature

Method GET_DEFAULT_VARIANT on class CL_APL_ECATT_PARAMS_API has no parameter.
Method GET_DEFAULT_VARIANT on class CL_APL_ECATT_PARAMS_API has no exception.

Method GET_PARAMS Signature

Method GET_PARAMS on class CL_APL_ECATT_PARAMS_API has no parameter.
Method GET_PARAMS on class CL_APL_ECATT_PARAMS_API has no exception.

Method GET_PARAM_DEFINITION Signature

Method GET_PARAM_DEFINITION on class CL_APL_ECATT_PARAMS_API has no parameter.
Method GET_PARAM_DEFINITION on class CL_APL_ECATT_PARAMS_API has no exception.

Method GET_PARAM_NAMES Signature

Method GET_PARAM_NAMES on class CL_APL_ECATT_PARAMS_API has no parameter.
Method GET_PARAM_NAMES on class CL_APL_ECATT_PARAMS_API has no exception.

Method GET_VALUE Signature

Method GET_VALUE on class CL_APL_ECATT_PARAMS_API has no parameter.
Method GET_VALUE on class CL_APL_ECATT_PARAMS_API has no exception.

Method GET_VALUE_INTERNAL Signature

Method GET_VALUE_INTERNAL on class CL_APL_ECATT_PARAMS_API has no parameter.
Method GET_VALUE_INTERNAL on class CL_APL_ECATT_PARAMS_API has no exception.

Method SET_VALUE Signature

Method SET_VALUE on class CL_APL_ECATT_PARAMS_API has no parameter.
Method SET_VALUE on class CL_APL_ECATT_PARAMS_API has no exception.

Method SET_VALUE_INTERNAL Signature

Method SET_VALUE_INTERNAL on class CL_APL_ECATT_PARAMS_API has no parameter.
Method SET_VALUE_INTERNAL on class CL_APL_ECATT_PARAMS_API has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731