mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
* better error message, #1365 * Update zcl_abapgit_popups.clas.abap * Update zcl_abapgit_popups.clas.abap
This commit is contained in:
parent
916860315b
commit
b2bc138626
|
@ -891,7 +891,8 @@ CLASS zcl_abapgit_popups IMPLEMENTATION.
|
||||||
IF sy-subrc = 1.
|
IF sy-subrc = 1.
|
||||||
* looks like the function module used does not exist on all
|
* looks like the function module used does not exist on all
|
||||||
* versions since 702, so show an error
|
* versions since 702, so show an error
|
||||||
zcx_abapgit_exception=>raise( 'Function module PB_POPUP_PACKAGE_CREATE does not exist' ).
|
zcx_abapgit_exception=>raise( 'Your system does not support automatic creation of packages.' &&
|
||||||
|
'Please, create the package manually.' ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
CALL FUNCTION 'PB_POPUP_PACKAGE_CREATE'
|
CALL FUNCTION 'PB_POPUP_PACKAGE_CREATE'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user