SAP ABAP Data Element KCD_KONVR (Conversion routine)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-DCM (Application Component) Data Transfer
     BKD (Package) Tools for (external) data transfer
Basic Data
Data Element KCD_KONVR
Short Description Conversion routine  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CONVEXIT    
Data Type CHAR   Character String 
Length 5    
Decimal Places 0    
Output Length 5    
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 Conv.rout. 
Medium 16 Convers. routine 
Long 21 Conversion routine 
Heading 21 Conversion Routine 
Documentation

Definition

Here you enter the name of a special conversion routine. During the data transfer, the system calls the corresponding function module to accept the conversion of the sender field value or receiver field value. In most cases it is not possible to convert the receiver field value. The function module is called CONVERSION_EXIT_&_INPUT bzw. CONVERSION_EXIT_&_OUTPUT, where the ampersand (&) represents the name of the conversion routine. The most widely used conversion routine is "ALPHA". This routine is used for fields of the type "C". It has the following effect: If the content of the field is purely numerical, the field is filled with leading zeros. Other conversion routines are designed for central R/3 organizational concepts, such as the project number. The name of the conversion routine is stored in the ABAP Dictionary under the corresponding domain of that organizational concept.

For special conversions, you can also create your own conversion routines, which you can then call using this mechanism.

The conversion is integrated in the rule processing as follows:

  • The sender field values are converted.
  • The conditions are checked.
  • The receiver field is filled.
  • The receiver field is converted.

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