Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

CALL SCREEN - Quick reference

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 in col1 and lin1.
  • ENDING AT col2 lin2
    Defines the lower right corner of the modal dialog window at the position specified in col2 and lin2.