SAP WINDOW - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for WINDOW

WINDOW

ABAP Reference
ABAP Code Snippet


ABAP Syntax WINDOW STARTING AT col1 lin1

[ENDING AT col2 lin2].
ABAP Code Snippet

What does it do? Has the effect that the details list currently being created is displayed in a dialog box.

ABAP Addition STARTING AT col1 lin1
Specification of the left upper corner.
ENDING AT col2 lin2
Specification of the right lower corner.

Return to menu