SAP ABAP Data Element DCDTEL0006 (Test of long key word)
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 DCDTEL0006
Short Description Test of long key word  
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 Long k.wd 
Medium 12 Long keyword 
Long 32 Length of long key word 
Heading  
Documentation

Definition

The field is assigned to the length check of the text for the long key word. The log key word is stored in the field "DD04T-SCRTEXT_L". There is a check whether the text is longer than the maximum permitted length for the corresponding screen field according to the DDIC table "DD04L" for all the languages in which the text is maintained. 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 an 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 control 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, regardless of the severity.

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