SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
CALL SCREEN - Short Reference
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, which is defined by the
next dynpros of the called dynpro.
Additions