mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00

* Add performance test * Fix some linter errors * Refactor free selections to reduce method length * Performance test add title to result ALV * Attempt downport * Downport * Pretty Printer VS abaplint * Undo more changes done by pretty printer * Adjust performance popup title and ALV layout * Move free sel dialog to global for abapmerge * Move some type definitions for abapmerge Co-authored-by: Lars Hvam <larshp@hotmail.com>
13 lines
297 B
ABAP
13 lines
297 B
ABAP
*"* use this source file for the definition and implementation of
|
|
*"* local helper classes, interface definitions and type
|
|
*"* declarations
|
|
|
|
|
|
CLASS lcl_dummy_progress IMPLEMENTATION.
|
|
METHOD zif_abapgit_progress~set_total.
|
|
ENDMETHOD.
|
|
|
|
METHOD zif_abapgit_progress~show.
|
|
ENDMETHOD.
|
|
ENDCLASS.
|