SAP ABAP Data Element GCEVMART (Type of Value Conversion)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-GC (Application Component) Link to Geographic Information System
     EEWM_GBC (Package) IS-U: GIS Business Connector
Basic Data
Data Element GCEVMART
Short Description Type of Value Conversion  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type GCDVMART    
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 ValueConv. 
Medium 15 Val. Conv. Type 
Long 20 Val. Conversion Type 
Heading 10 ValueConv. 
Documentation

Definition

Use

Value conversion can be either based on fixed values or take place using a user-defined function.

When using fixed values, you can define value pairs from the source and target value. In value conversion, the system searches for the parameter value of the source object in the source values, and uses the target value as a parameter value of the source object. If the source value is not defined, the parameter value of the source object is allocated to the parameter value of the target object.

By using the user-defined subprogram, a subprogram is called up that executes the conversion. The subprogram must have the following signature:

FORM <Name of Subprogram>
  USING
    VALUE(I_VALUE) TYPE GCEVALUE
  CHANGING
    VALUE(E_VALUE) TYPE GCEVALUE.
* Program logic for value conversion
ENDFORM.

The subprogram contains the parameter value I_VALUE of the source object and exports the parameter value of the target object.

Dependencies

Example

History
Last changed by/on SAP  20040312 
SAP Release Created in 463