STOP ( SAP ABAP Keyword)

STOP is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details.

STOP

Basic form
STOP.

Effect
Cancels all data selection. No further tables are read.

Note
STOP is followed immediately by the END-OF-SELECTION processing. If you do not want this, you may have to use EXIT instead.