SAP ABAP Data Element DBSATEXT (General Text 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 DBSATEXT
Short Description General Text for I18N_SEARCH  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DBSOTEXT    
Data Type CHAR   Character String 
Length 40    
Decimal Places 0    
Output Length 40    
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  
Medium  
Long  
Heading  
Documentation

Definition

You can search for arbitrary characters or character sequences by using this option. The input is interpreted as text or as text pattern.

Internally the search is mapped to the ABAP statement <text> in <sel_opt>, where <text> is the content of a character like field and <sel_opt> are the selection options given by the user.

Use

Dependencies

Example

  • Search for text patterns

    Input is *a* : Find all table fields which contain the letters "a" or "A". The search is not case sensitive.

    Input is *#a* : Find all table fields which contain the letter "a" . The search is case sensitive when using the #. See also the ABAP online help for CP (Contains Pattern).

    Input is *#b * : Find all table fields which has the pattern "b<SPACE><SPACE>"

  • Search for texts

    Input is abc : Find all table fields which have the content "abc". The search is case sensitive.

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