SAP ABAP Data Element DCDTEL0003 (Test of length of short text)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDDO (Package) ABAP/4 Dictionary: Domains, Data Elements
Basic Data
Data Element DCDTEL0003
Short Description Test of length of short text  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DD_CHECK    
Data Type CHAR   Character String 
Length 6    
Decimal Places 0    
Output Length 6    
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 Sh.txt 
Medium 16 Short text 
Long 26 Length of short text 
Heading  
Documentation

Definition

The field is assigned to the length check of the text for the title. The text is stored in field "DD04T-REPTEXT". For all the languages in which the text is maintained, there is a check whether the text is longer than the maximum length permitted for the corresponding screen field according to the DDIC table "DD04L". The field value contains 1 byte severity (severity of the error), 2 bytes work area and 3 bytes message number of the error message from table "T100".

Example: -------------------------
| W | D | O | 3 | 1 | 3 |
-------------------------

If a table is too long, a warning or error message is written in the activation log, depending on the severity entered in the field value. The work area and the number of the error message are entered in the field value by the check routine.

Forcing the test:
If the value of field "FORCE_ON" in the check list "DCDTELACT" is not equal to "SPACE" (i.e. true), an error message is written in the activation log if the length is exceeded in the online language, the severity being of no relevance here.

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