better error message, #1365 (#1367)

* better error message, #1365

* Update zcl_abapgit_popups.clas.abap

* Update zcl_abapgit_popups.clas.abap
This commit is contained in:
Lars Hvam 2018-05-11 10:10:52 +02:00 committed by GitHub
parent 916860315b
commit b2bc138626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'