SAP ABAP SCREENS



Get Example source ABAP code based on a different SAP table
  



SAP GUI User Dialogs
This section covers dialog processing in dialog sessions based on SAP GUI. The user dialogs are all based on classic dynpros. Both general and special dynpros (selection screens, lists) are possible. Dynpros can be linked with GUI controls.
SUBNODES
Dynpros can be used in function pools, module pools, and executable programs.



Latest notes:

The dialog processing shown here are closely linked with the ABAP programming language, which means that the handling of user dialogs is performed mainly by ABAP language elements.
When programming user dialogs, it is important that the presentation logic and application logic are decoupled.
For Web-based UIs, SAPUI5, Web Dynpros and Business Server Pages are available, which are independent of the classic dynpros and are addressed using object-oriented frameworks.
ABAP_HINT_END