mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-04 05:47:17 +08:00
9 lines
184 B
ABAP
9 lines
184 B
ABAP
INTERFACE zif_abapgit_comparison_result PUBLIC.
|
|
|
|
METHODS:
|
|
show_confirmation_dialog,
|
|
is_result_complete_halt
|
|
RETURNING VALUE(rv_response) TYPE abap_bool.
|
|
|
|
ENDINTERFACE.
|