SAP ABAP Data Element ETMIG_TYPN (Typed Parameter Names X= I_.., E_.., V_.., Otherwise _..)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_DDIC (Package) eCATT ABAP Dictionary Objects
Basic Data
Data Element ETMIG_TYPN
Short Description Typed Parameter Names X= I_.., E_.., V_.., Otherwise _..  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1_X    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Typ. Par. 
Medium 20 Typed Param. Names 
Long 25 Typed Parameter Names 
Heading 30 Typed Parameter Names 
Documentation

Definition

The parameters of the CATT test cases begin with an '&' (ampersand). When migrating to eCATT, the first character of the parameter name is replaced with '_' (underscore).

For example, the parameter &BUKRS turns into the parameter _BUKRS.

In some applications, the parameter types I, E, or V are at the beginning of the parameter names, so the type can be identified by the name.

If applied to the example above:

Import parameter I_BUKRS

Export parameter E_BUKRS

Local variable V_BUKRS

Use

During the migration, you can choose to place the type I, E, or V at the beginning of the eCATT parameter name to be created. This also affects the REF calls, which are executed simultaneously when the option 'Recursive REF Migration' is set.

Dependencies

If you migrage CATT modules in a first step and the CATT test cases in a second step, make sure to use the same setting for the parameter names in both cases. Otherwise, inconsistencies may occur. For example, it may be impossible to enter correct parameter assignments in the command interfaces.

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 640