SAP ABAP Data Element RSCPFILTER (Request subfunction: Codepage converter to filter)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     SCP (Package) SAP Code Pages
Basic Data
Data Element RSCPFILTER
Short Description Request subfunction: Codepage converter to filter  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RSTSX_    
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 Filter 
Medium 20 Filter characters 
Long 35 Filter non-allowed characters 
Heading 10 Filter 
Documentation

Definition

Function selection for the case where a code page converter encounters a code page pair, for which no conversion, or just a simplified conversion is required.

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 performed as simply and quickly as possible. ('no')

'X'

The system tries, above all, to perform a 'proper' conversion. Here, any illegal byte sequences are also found. ('yes')

Use

Dependencies

Example

For the conversion between UTF-16BE and UTF-16LE (4102, 4103), a byte swapper is usually used. If a 'proper' conversion is enforced, it may become visible that x'FFFF' is an invalid byte sequence.

Test program RSCP0032 is available to you.

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