Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgecatalin/abap_modulepoolprogamming
Practical exercises for learning ABAP Language concepts : topic of module pool programming (screen programming)
https://github.com/georgecatalin/abap_modulepoolprogamming
abap abap-development abapgit classicdynpro modulepoolprogramming sap sap-s4hana
Last synced: about 1 month ago
JSON representation
Practical exercises for learning ABAP Language concepts : topic of module pool programming (screen programming)
- Host: GitHub
- URL: https://github.com/georgecatalin/abap_modulepoolprogamming
- Owner: georgecatalin
- Created: 2024-10-24T10:58:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T15:35:43.000Z (about 2 months ago)
- Last Synced: 2024-12-14T04:13:49.607Z (about 1 month ago)
- Topics: abap, abap-development, abapgit, classicdynpro, modulepoolprogramming, sap, sap-s4hana
- Language: ABAP
- Homepage:
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Module Pool Programming with ABAP on SAP
This is my practice work for learning ABAP Language concepts : topic of module pool programming (screen programming)
- the use of module pool programing events PBP (Process before Output), PAI (Process after input), POV (Process on value request), POH (Process on Help request )
- creating the "Hello World" module pool programming example
- navigation between screens
- how to use the screen painter utility (SE51 transaction)
- how to create and populate a table using the Table Control Wizard
- how to use subscreens
- how to create modal box screens
- how to create and populate Tabs with Tab Strip Wizard
- how to integrate multiple ABAP programs in a single program
- how to use the AT EXIT-COMMAND to avoid the validation of an I/O control
- how to change the properties of the fields in a screen dynamically at runtime
- how to create and populate a drop-down list control
- how to create and use select-options for selection an interval of values or multiple values individually
- how to create and use multiple subscreens in a single screen
- how to select lines in the table control
- how to use the event "Process on Value Request" with module pool programming
- how to use the event "Process on Help Request" with module pool programmingThe source code was committed using ABAPGit and is contained within a package called ZGEORGECA.
## Planning the study work
Feel free to use the Excel Workbook uploaded in this repository