SAP MODIFY SCREEN - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for MODIFY_SCREEN

MODIFY SCREEN

ABAP Reference
ABAP Code Snippet


ABAP Syntax MODIFY SCREEN FROM wa.

ABAP Code Snippet

What does it do? During LOOP AT SCREEN, overwrites the properties of the current screen element with the content of the predefined work area wa of the type SCREEN.

...More SAP MODIFY Examples

Return to menu