mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 11:26:38 +08:00
update new naming (#526)
This commit is contained in:
parent
c29d11e047
commit
53c8823c7d
|
@ -229,7 +229,7 @@ CLASS Z2UI5_CL_FW_APP IMPLEMENTATION.
|
|||
|
||||
DATA li_app TYPE REF TO z2ui5_if_app.
|
||||
TRY.
|
||||
CREATE OBJECT li_app TYPE (`Z2UI5_CL_APP_DEMO_00`).
|
||||
CREATE OBJECT li_app TYPE (`Z2UI5_CL_DEMO_APP_000`).
|
||||
mv_check_demo = abap_true.
|
||||
client->nav_app_call( li_app ).
|
||||
CATCH cx_root.
|
||||
|
|
Loading…
Reference in New Issue
Block a user