ABAP Keyword Documentation → ABAP - Quick Reference
CALL SCREEN - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
CALL SCREEN dynnr
[STARTING AT col1 lin1
[ENDING AT col2 lin2]].
Effect
Calls the dynpro of the number specified in dynnr
and starts a
dynpro sequence defined by the
next dynpros of the called dynpro.
Additions
-
STARTING AT col1 lin1
Opens a modal dialog window at the position specified incol1
andlin1
. -
ENDING AT col2 lin2
Defines the lower right corner of the modal dialog window at the position specified incol2
andlin2
.