ABAP Keyword Documentation → ABAP - Reference
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.
Other versions: 7.31 | 7.40 | 7.54
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.