Update z2ui5_cl_http_handler.clas.locals_imp.abap

This commit is contained in:
oblomov 2023-05-21 09:57:15 +02:00
parent 1323e111e6
commit 3c936f4526

View File

@ -1392,7 +1392,7 @@ CLASS z2ui5_lcl_fw_handler IMPLEMENTATION.
* REPLACE lv_origin IN lv_referer WITH ``.
* REPLACE lv_path IN lv_referer WITH ``.
* SPLIT lv_referer AT `/` INTO lv_classname DATA(lv_dummy).
IF lv_classname IS NOT INITIAL AND lv_classname(1) <> `?` and lv_test <> `sap` and lv_test <> 'bc'.
IF lv_classname IS NOT INITIAL AND lv_classname(1) <> `?` and lv_test(1) = `z`.
lv_classname = to_upper( lv_classname ).
ELSE.
result = result->set_app_system( ).