SUPPRESS ( SAP ABAP Keyword)

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

SUPPRESS

Basic form
SUPPRESS DIALOG.

Effect
Suppresses output of the current screen.

However, flow control continues normally and dialog resumes on the next screen.

Note
SUPPRESS DIALOG should only be used in a PBO ( PROCESS BEFORE OUTPUT ) module.