ABAP Keyword Documentation → ABAP − Short Reference
SEARCH - Short 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 positionsp1andp2ofdobjor to the rows betweenp1andp2initab. -
ABBREVIATED
Allows an abbreviated pattern to be specified inpattern. -
AND MARK
Converts a found pattern indobjoritabinto uppercase.