SAP ABAP Data Element DCDTEL0004 (Test of short keyword)
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 DCDTEL0004
Short Description Test of short keyword  
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 Short kw 
Medium 20 Short keyword 
Long 32 Length of short keyword 
Heading  
Documentation

Definition

The field is assigned to the length check of the text for the short keyword. The short keyword is stored in field "DD04T-SCRTEXT_S". 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 the text 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 check list "DCDTELACT" is not equal to "SPACE" (i.e. true), an error message is written to the activation log if the length is exceeded in the online language, regardless of the severity.

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