SAP ABAP Data Element DBSASRCSTRING (Source string for I18N_SEARCH)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     SCP (Package) SAP Code Pages
Basic Data
Data Element DBSASRCSTRING
Short Description Source string for I18N_SEARCH  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type STRG   Character String of Variable Length 
Length 0    
Decimal Places 0    
Output Length 0    
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 Source 
Medium 15 Source 
Long 20 Source 
Heading Source 
Documentation

Definition

In the ALV Grid table you can specify the characters or bytes to be replaced. Bytes have to be entered in hexadecimal notation.

In the column named "Source" enter the characters or bytes to be replaced. In the column named "Substitution" enter the character or bytes to be used as substitution for "Source". You can enter several substitutions by adding new rows to the ALV Grid table.

All occurrences of "Source" are replaced by "Substitution" in a table field. If the result does not fit in a table field, the substitution is not done.

Use

Dependencies

Example

Please note: it does not make sense to specify patterns as "Source" or "Substitution" string. The substitution is done for all table fields which have been marked for a conversion in the global results list and for which the conditions defined in the search options are fulfilled.

Character Substitution

You want to replace the strings "EURO" with "EUR" and "EUROS" with "EUR". Enter

Source Substitution

EURO EUR

EUROS EUR

Byte Substitution

You want to replace the byte 0x80 with the bytes 0x455552. Enter

Source Substitution

80 455552

History
Last changed by/on SAP  20051219 
SAP Release Created in