Hierarchy
⤷
⤷
Basic Data
| Data Element | RSTSS_CP02 |
| Short Description | Function selection: Character set conversion table in C |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | RSTSS_ | |
| Data Type | CHAR | Character String |
| Length | 1 | |
| Decimal Places | 0 | |
| Output Length | 1 | |
| 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 | Conv. C |
| Medium | 15 | Conversion tab. |
| Long | 35 | Conversion table in C |
| Heading | 5 | Table |
Documentation
Definition
The "Generate character set conversion table in C" function can be selected here.
This function queries two character sets and one file name, and generates a conversion table written in C in the requested file.
Such tables only contain one-byte-after-another conversions. All other places are indicated accordingly. When necessary, the following macros are used:
CCC_ESCAPES : Flag whether other predefined macros exist or not
CMISS = Character not defined
CNOCO = Conversion impossible
CERRO = Error during conversion
CMBIN = Multi-byte character in input character set
CMBOU = Multi-byte character in output character set
The default value of all the macros is "Space". C programmers who want a different value can define the five actual macros (along with the "CCC_ESCAPES" macro) themselves and then include the generated file.
If the specified file already exists, it is added to.
History
| Last changed by/on | SAP | 19950209 |
| SAP Release Created in | 703 |