Hierarchy

⤷

⤷

Basic Data
Data Element | SRC_STRING |
Short Description | Entry string for find string function |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | CHAR30 | |
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 | Find |
Medium | 15 | Find |
Long | 20 | Find |
Heading | 30 | Find string |
Documentation
Definition
Entry field for finding values using a character string.
Use
You have the following options for finding a character string:
- Find ordinary characters without matching the case
Entry Description
*AB* Find values which contain the string
AB, such as CCABC.
*A+B* Find values which contain A, followed by
another character, followed by B,
such as CACBC or DWABEE.
++A+B+ Find six-character values which contain A
as the third character and B as the fifth
character, such as LCACBC or DWAZBE.
*A*B* Find values which contain A, followed by
one or more characters, followed by B,
such as CACBC or DWAZCFGBEE.
AB* Find values which start with AB.
- Find ordinary characters and match the case
You can use the special character # to determine that the character
directly after the # is checked precisely. This is useful, for
example, when you want to match the case.
Entry Description
*#A#b* Find values which contain the string
Ab, such as CCAbC.
#A++#b+ Find five-character values which contain A
as the first character and b as the fourth
character, such as AdCbH.
- Find special characters
You can use the special character # to determine that the character
directly after the # is checked precisely. This is useful, for
example, when you want to find special characters.
Entry Description
*#+* Find values which contain a plus sign (+),
such as AC+DC.
#+* Find values which have a plus sign as the
first character, such as +A-C-F#.
*## Find values which have special character #
as the last character, such as +A-C-F#.
History
Last changed by/on | SAP | 20020827 |
SAP Release Created in |