SAP ABAP Data Element DMEE_LENGTH_IN_BYTES_ABA (Length in Bytes)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-CSC (Application Component) Country-Specific Objects
     ID-DMEEA (Package) INTDEV: ABA services of Data Medium Exchange Engine
Basic Data
Data Element DMEE_LENGTH_IN_BYTES_ABA
Short Description Length in Bytes  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
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 In Bytes 
Medium 15 Length in Bytes 
Long 20 Length in Bytes 
Heading 15 Length in Bytes 
Documentation

Definition

Indicates that the field length is measured in bytes.

Use

Select the indicator if you want to specify the node field length in bytes.

If you have set Enable Length in Bytes in the file header data, the system allows you to determine to use or not to use the unit of byte. In this way, the system supports multiple byte character set in such languages as Korean.

Dependencies

This indicator works only when the node has the type "character".

Example

Suppose that the node value of type "character" is ÊÊÊ. These three characters are six-byte long. Possible scenarios are as follows:

CASE 1

The file is defined with a five-byte long node. In this case, ÊÊÊ, whichis longer than five-byte, will be truncated at the end. The output ÊÊ, however, is four-byte long. To make the length to five-byte, one space is added to the end.

CASE 2

The file is defined with a six-byte long node. In this case, ÊÊÊ, whose length is exactly the same, will not be truncated at all. Moreover, the output ÊÊÊ does not contain any extra spaces.

CASE 3

The file is defined with a seven-byte long node. In this case, ÊÊÊ, which is shorter than the maximum, will not be truncated. But in the output, ÊÊÊ will be followed by one space at the end.

Dependencies

Example

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