SAP ABAP Data Element N_4HEXCHAR (IS-H: CHAR field for 4-character hexadecimal code)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NBAS (Package) Appl. development Hospital System master data, catalogs
Basic Data
Data Element N_4HEXCHAR
Short Description IS-H: CHAR field for 4-character hexadecimal code  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR4    
Data Type CHAR   Character String 
Length 4    
Decimal Places 0    
Output Length 4    
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 Hex. code 
Medium 15 Hexadec. code 
Long 20 Hexadecimal code 
Heading Hex. 
Documentation

Definition

You can enter hexadecimal values (0-9, A-F) in this field. Codes with less than 4 hexadecimal places must be entered left-justified.

Example

The following specifications are incorrect:


'1A3M'     contains the non-hexadecimal character 'M';
'1A 3'     contains blanks, not left-justified;
' 1A3'     contains blanks, not left-justified;

The following specifications are correct:


'1A3F'
'0 ' ... '9 '; 'A ' ... 'F ';
'00 ' ... 'FF ';
'000 ' ... 'FFF ';
'0000' ... 'FFFF'.

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