mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
#2783, update error description
This commit is contained in:
parent
699e4fd65c
commit
2db46137fc
|
@ -427,7 +427,7 @@ CLASS ZCL_ABAPGIT_REPO_SRV IMPLEMENTATION.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
IF is_sap_object_allowed( ) = abap_false AND lv_as4user = 'SAP'.
|
IF is_sap_object_allowed( ) = abap_false AND lv_as4user = 'SAP'.
|
||||||
zcx_abapgit_exception=>raise( |Package { iv_package } not allowed| ).
|
zcx_abapgit_exception=>raise( |Package { iv_package } not allowed, responsible user = 'SAP'| ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
" make sure its not already in use for a different repository
|
" make sure its not already in use for a different repository
|
||||||
|
|
Loading…
Reference in New Issue
Block a user