SAP ABAP Data Element SUPRC (Language Supplementation Return Code)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-LAN (Application Component) Language Transport
     STRALAN (Package) Language Transport with tp/R3trans
Basic Data
Data Element SUPRC
Short Description Language Supplementation Return Code  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SUPRC    
Data Type NUMC   Character string with only digits 
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 Ret. Code 
Medium 20 Supplementation RC 
Long 40 Language Supplementation Return Code 
Heading RC 
Documentation

Definition

Return code when supplementing tables

The codes have the following meanings:

  • 0000
    The table entries were supplemented according to the specified values.
  • 0001 (warning)
    The table does not contain a key field that references the data type LANG. This means that it is not language-specific.
  • 0002 (warning)
    The table was not active in the ABAP Dictionary.
  • 0003 (warning)
    The table contains a field that cannot be supplemented. Key fields must have the type C, D, T or N. The type for fields that are not in the key is not important.
  • 0004 (warning)
    The table contains two fields in the key that reference the data type LANG (language key).
    The table is not supplemented because the supplementation program cannot determine which fields to supplement automatically.
    Use the table maintenance tools or translation transaction to maintain the table entries.
  • 0010 (error) The runtime description (nametab) of the table could not be determined.
  • 0011 (error) An error occurred when copying the data, or during supplementation.

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