Hierarchy
⤷
⤷
Basic Data
| Data Element | RSCPMISS |
| Short Description | Handling of unconvertible bytes |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | RSCPMISS | |
| 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 | UnconvByte |
| Medium | 20 | Unconvertable bytes |
| Long | 35 | Unconvertible bytes |
| Heading | 10 | UnconvByte |
Documentation
Definition
Function selection for the case where a code page converter encounters a byte or byte sequence that it cannot translate. One reason for this may be that the byte or byte sequence cannot be identified at all. This would be due to a problem with the input code page. Another reason could be that a charcter has been found that is unknown in the output code page.
This function selection defines right from the start, what the converter must do if such a situation occurs. The following values are possible:
'.'
The conversion is terminated before the dubious byte seqeunce. ('stop')
'S'
A replacement character is used. This replacement character can be confugured. Usually, the character ('#') is used. ('substitute')
'C'
The byte is copied without being changed. ('copy')
'T'
The converter attempts to do its "best". ('try')
Use
Dependencies
Example
Test program RSCP0032 is available to you.
History
| Last changed by/on | SAP | 20010130 |
| SAP Release Created in | 50A |