mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Check logon language during uninstall (#5731)
This commit is contained in:
parent
ac982560aa
commit
ae8d471d4a
|
@ -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( ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user