Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Obsolete Language Elements →  Obsolete User Dialogs →  Obsolete Predefined Data Object 

The predefined structure screen

In dynpro processing in dialog modules, the predefined data object screen of the data type SCREEN from ABAP Dictionary is available. It can be addressed explicitly there and implicitly in obsolete short forms.

can be used. A data object screen declared explicitly in the current context hides the predefined structure.

Other versions: 7.31 | 7.40 | 7.54


Notes

  • Instead of the predefined structure screen, use explicitly declared work areas of the type SCREEN in the long forms of the statements above.

  • Do not use LOOP AT SCREEN INTO screen or MODIFY SCREEN FROM screen to access the obsolete predefined structure, even in the long forms.