ABAP Keyword Documentation → ABAP Glossary
popup level
Hierarchy level of a GUI window. The first GUI window that appears in a
logon to
AS ABAP has the popup level 0. Higher popup levels are created by stacking modal
dialog boxes using the statement
CALL SCREEN or
CALL SELECTION-SCREEN. The maximum popup level is 9.