Skip to content

abapPM/ABAP-Progress-Bar

Version

License Contributor Covenant REUSE Status

Progress Bar

Wrapper for SAP GUI Progress Bar

NO WARRANTIES, MIT License

Usage

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( ).

Prerequisites

SAP Basis 7.50 or higher

Installation

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.

Contributions

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

Attibution

This project includes the code from the following open-source projects. Please support them if you can!

About

Made with ❤ in Canada

Copyright 2026 apm.to Inc. https://apm.to

Follow @marcf.be on Bluesky and @marcfbe or LinkedIn

About

Wrapper for Progress Bar

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Contributors

Languages

Generated from abapPM/Template-for-ABAP