raise exception direct

This commit is contained in:
bigld 2017-06-13 23:24:33 +02:00
parent 88a4158c89
commit 9f675bab5e

View File

@ -93,7 +93,7 @@ CLASS lcl_repo_online IMPLEMENTATION.
delete_initial_online_repo( abap_true ).
lcx_exception=>raise( iv_text = lx_exception->mv_text ).
RAISE EXCEPTION lx_exception.
ENDTRY.