SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete User Dialogs → Obsolete ABAP Statements for Dynpros →MODIFY SCREEN - Short Form
Obsolete Syntax
MODIFY SCREEN.
Effect
This is a short form of the statement
The short form uses a structure with the name screen implicitly instead of an explicitly declared work area wa. This is either the obsolete predefined structure screen or a structure declared in the current context called screen, which must have the data type SCREEN.
Note
Use the long form with an explicitly declared work area instead of the short form.