SAP MODIFY SCREEN - Obsolete



Get Example source ABAP code based on a different SAP table
  


ID DYNPRO%
• MODIFY SCREEN - short form ABAP Statement

MODIFY SCREEN, Short Form

Obsolete Syntax
MODIFY SCREEN.

What does it do?
This is a short form of the statement MODIFY SCREEN FROM screen.
The short form uses a structure with the name screen implicitly instead of an explicitly declared work area wa. This is either the obsolete built-in structure screen or a structure declared in the current context called screen, which must have the data type SCREEN.



Latest notes:

The long form with an explicitly declared work area should be used instead of the short form.
ABAP_HINT_END