Check logon language during uninstall (#5731)

This commit is contained in:
Marc Bernard 2022-08-29 21:59:51 -04:00 committed by GitHub
parent ac982560aa
commit ae8d471d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,6 +286,11 @@ CLASS zcl_abapgit_repo IMPLEMENTATION.
DATA: li_package TYPE REF TO zif_abapgit_sap_package.
find_remote_dot_abapgit( ).
check_write_protect( ).
check_language( ).
li_package = zcl_abapgit_factory=>get_sap_package( get_package( ) ).
rs_checks-transport-required = li_package->are_changes_recorded_in_tr_req( ).