mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +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>
12 lines
312 B
ABAP
12 lines
312 B
ABAP
*"* use this source file for any type of declarations (class
|
|
*"* definitions, interfaces or type declarations) you need for
|
|
*"* components in the private section
|
|
|
|
CLASS lcl_dummy_progress DEFINITION.
|
|
PUBLIC SECTION.
|
|
INTERFACES:
|
|
zif_abapgit_progress.
|
|
PROTECTED SECTION.
|
|
PRIVATE SECTION.
|
|
ENDCLASS.
|