SAP ABAP SCREENS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

User Dialogs
This section deals with the user dialogs based on the SAP GUI. These user dialogs are all based on dynpros. Both general and special dynpros (selection screens, lists) are possible. Dynpros can be linked by GUI controls.
Screens
Selection screens
Classic lists
Messages
Conversion routines

Notes
The user dialogs shown here are tightly connected with the ABAP programming language, which means that the handling of user dialogs is carried out mainly via ABAP language elements.
When programming user dialogs, make sure that you decouple presentation and application logic.
For Web-based UIs Web Dynpros and Business Server Pages are available, which are independent of the classic dynpros and are accessed using object-oriented frameworks.