Wrapper for SAP GUI Progress Bar
NO WARRANTIES, MIT License
For example, here's how you show the progress bar:
DATA(progress) = /apmg/cl_progress_bar=>get_instance( lines( itab ) ).
LOOP AT itab...
progress->show(
text = ''
current = sy-tabix ).
"...
ENDLOOP.
progress->off( ).SAP Basis 7.50 or higher
Install progress-bar as a global module in your system using apm.
or
Specify the progress-bar module as a dependency in your project and import it to your namespace using apm.
All contributions are welcome! Read our Contribution Guidelines, fork this repo, and create a pull request.
You can install the developer version of ABAP Progress Bar using abapGit by creating a new online repository for https://github.com/abapPM/ABAP-Progress-Bar.
Recommended SAP package: /APMG/PROGRESS-BAR
This project includes the code from the following open-source projects. Please support them if you can!
Made with ❤ in Canada
Copyright 2026 apm.to Inc. https://apm.to