mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
13 lines
206 B
ABAP
13 lines
206 B
ABAP
INTERFACE zif_abapgit_progress
|
|
PUBLIC .
|
|
|
|
|
|
METHODS show
|
|
IMPORTING
|
|
!iv_current TYPE i
|
|
!iv_text TYPE csequence .
|
|
METHODS set_total
|
|
IMPORTING
|
|
!iv_total TYPE i .
|
|
ENDINTERFACE.
|