SAP ABAP Data Element EMG_PRTYPE (Processing type)
Hierarchy
FI-CA (Software Component) FI-CA
   IS-U-TO-MI (Application Component) Migration
     EEMI (Package) IS-U Migration
Basic Data
Data Element EMG_PRTYPE
Short Description Processing type  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type EMG_PRTYPE    
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 Proc. type 
Medium 15 Processing type 
Long 20 Processing type 
Heading
Documentation

Definition

Processing type of the table field. The following values are permitted:

  1. Field is created as an initial value

    Field receives an initial value according to category

  2. Field is supplied with a fixed value

    The field is filled with a fixed value (constant)

  3. The field is transferred via MOVE

    The field is filled with the value from the customer structure by the ABAP statement MOVE

  4. Field is transferred via a transfer rule

    The field is contained in the customer structure and can be filled with a value from the legacy system. However, only the ABAP coding included in the transfer rule is processed.

  5. Field is determined with key and status management

    The field is contained in the customer structure. The transferred value is used - as the legacy system key of a higher-level object - to determine the IS-U key in key and status management, and this IS-U key is placed in the field.

  6. The field is a customer field

    The field is not an SAP field; it has been defined by the customer. The field is contained in the customer structure, but is not processed by the import program. Instead, it is processed elsewhere in the conversion with a transfer rule.

  7. Not used at the present time
  8. Not used at the present time
  9. The field is filled by a conversion

    The field is contained in the customer structure and can be filled with a value from the legacy system. This value is used as input for the conversion, the field contains the corresponding output value.

Use

During generation of the import program, the field contents are transferred into ABAP coding due to the settings selected here. At the same time, the information here determines the contents and structure of the customer structure that collects the data from the import file.

Procedure

Examples

Dependencies

History
Last changed by/on SAP  20050224 
SAP Release Created in