ABAP Keyword Documentation →  ABAP − Short Reference → 

SEARCH - Short Reference

Reference

Syntax

SEARCH dobj|itab FOR pattern
      [IN {CHARACTER|BYTE} MODE]
      [STARTING AT p1] [ENDING AT p2]
      [ABBREVIATED]
      [AND MARK].


Effect

Obsolete: Searches the data object dobj or the internal table itab for the search pattern specified in pattern.

Additions