mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +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.
|
||||
|
||||
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.
|
||||
|
||||
" make sure its not already in use for a different repository
|
||||
|
|
Loading…
Reference in New Issue
Block a user