SAP ABAP Data Element UMGAGFBCP (Global fallback code page)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18-UNI (Application Component) I18N Unicode
     SUMIG (Package) Unicode Migration: Tabellen Umsetzer + Reparatur Tool
Basic Data
Data Element UMGAGFBCP
Short Description Global fallback code page  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CPCODEPAGE    
Data Type NUMC   Character string with only digits 
Length 4    
Decimal Places 0    
Output Length 4    
Value Table TCP00    
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 Codepage 
Medium 19 Global fallback cp. 
Long 25 Global fallback code page 
Heading 25 Global fallback code page 
Documentation

Definition

The Global Fallback Code Page (GFBCP) is used by R3load for the conversion of data records whenever there is a problem in determining the correct code page for these records.

Default value

Its default value depends on the system type:

  • Single Code Page System: system code page (retrieved from TCPDB)
  • MDMP System: one of the system code pages (retrieved from TCPDB)
  • Ambiguous Blended Code Page System:

    for system code pages 6100 and 6500: GFBCP = 1100

    for system code page 6200: GFBCP = 8000

This option cannot be changed after the Consistency Check has been started.

Use

The GFBCP is a global setting for all tables. It is taken over in the Export Control Table during the Consistency Check but you can edit the GFBCP later for each table. The GFBCP must be round-trip compatible. If you enter a new value, a check for round-trip compatiblity is executed automatically. Ambiguous blended code pages (6100, 6200, 6500) must not be used as GFBCP. In general the GFBCP should correspond to the language you use most in your system.

For systems that use code page 1100 as system code page you may change the default setting to code page 1160 as described in chapter Initialize/Edit Language Lists in the Unicode Conversion Guide.

For MDMP conversions, the most common problems for the usage of the GFBCP are:

  • a word in the vocabulary has no language assigned
  • a data record contains words from different code pages
  • a data record contains words which were not inserted into the vocabulary yet

Valid only for single code page systems:

The GFBCP is used as Character Set for all Entries in the Export Control Table, that is the conversion of the complete database is done with the GFBCP.

Dependencies

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 700