SAP ABAP Data Element RSCPBROKEN (Handling of half character at end (codepage converter))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     SCP (Package) SAP Code Pages
Basic Data
Data Element RSCPBROKEN
Short Description Handling of half character at end (codepage converter)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RSCPBROKEN    
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 1/2 char. 
Medium 20 !/2 char. at end 
Long 35 Incomplete characters at end 
Heading 10 1/2 char. 
Documentation

Definition

Function selection for the case where a code page converter sees a byte sequence at the end of the input data for which it may be possible that it is the start of a multibyte character.

This function selection defines right from the start, what the converter must do if such a situation occurs. The following values are possible:

'.'

Conversion is canceled before the doubtful byte sequence. If the converter was in a particular state at this time, it does not note this. ("stop")

'M'

A byte or byte sequence like this is treated in the same way as an unconvertible byte. Here a check is also made to see whether the bytes visible up to now may be translatable. ("like_miss")

'R'

Conversion is canceled before the doubtful byte sequence. The converter notes its current state. In this way, the conversion can even be restarted if the input code page can only be translated following its state. ("restartable")

Use

Dependencies

The effect of value 'M' depends on what has been communicated to the code page converter in terms of what it should in the case of untranslatable bytes.

Example

Test program RSCP0032 is available.

'R' is only relevant for JIS or other ISO-2022 code pages.

History
Last changed by/on SAP  20041216 
SAP Release Created in 50A