ABAP Keyword Documentation → ABAP - Quick Reference
SEARCH - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SEARCH dobj|itab FOR pattern
[IN {CHARACTER|BYTE} MODE]
[STARTING AT p1] [ENDING AT p2]
[ABBREVIATED]
[AND MARK].
Effect
Obsolete
Additions
-
IN {CHARACTER|BYTE} MODE
Specifies character string or byte string processing. -
[STARTING AT p1] [ENDING AT p2]
Restricts the search to the subarea between the positionsp1
andp2
ofdobj
or to the rows betweenp1
andp2
initab
. -
ABBREVIATED
Allows an abbreviated pattern to be specified inpattern
. -
AND MARK
Converts a found pattern indobj
oritab
to uppercase.