Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

WINDOW - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


WINDOW STARTING AT col1 lin1 
       [ENDING  AT col2 lin2].

Effect

Dictates that the details list currently being created is displayed in a dialog box.

Additions

  • STARTING AT col1 lin1
    Specifies the left upper corner.
  • ENDING AT col2 lin2
    Specifies the right lower corner.