SAP ABAP Data Element TAZFSELECT (Selection entry in table display)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Data Element TAZFSELECT
Short Description Selection entry in table display  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TAZFSELECT    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 Selection 
Medium 15 Selection 
Long 20 Selection 
Heading Selection 
Documentation

Definition

Enter your selection criteria.

Please note the following input conventions when using character strings in a search.

char

All characters (apart from those mentioned below) stand for themselves, with no distinction made between upper and lower case. Upper and lower case are distinguished in text fields, such as short descriptions.

*

denotes any character string.

+

denotes exactly one character.

<>

denotes negation (applies if the specified character string does not match).

$

tests for a blank field (entering <>$ means that the system searches for all fields containing at least one character).

>

greater than.

<

less than.

&

logical AND (intersection), followed by the next character string without blanks.

or/

logical OR (union), followed by the next character string without blanks.

Priority starts at the top, i.e. & is evaluated before , but after *.

Maximum field length in the format. Number of characters in the field without editing characters (such as commas and periods). The field length is defined for some data types (e.g. for INT1) and can be set variably within certain defined minimum and maximum values for other data types.

The following input conventions apply for numeric and date fields:

number

Input of a number (applies if the number is the same).

date

A date is entered in the format YYYYMMDD, that is, the day and the month both have two digits and the year has four digits.

<

Applies if the number is smaller.

>

Applies if the number is greater or equal.

<>

Negation (must come at the beginning); applies if the number is not equal.

&

Logical AND (e.g. greater than 5 and less than 20: all numbers
from 5 to 19).

,

Logical OR (e.g. 3,5,8: search for all three numbers).

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