Hello,
i try to integrate an own UI5 application into a BSP application.
I Need this for multiple UI5 applications, so these applications (round about 8) should be visible on one page like in a grid or one 2x4 table.
All applications should load immediately by opening the page (so things like Button-Actions are not possible).
So far I use a "thtmlb-grid" to structure the page and tried following (but get not the result that I want):
-Use of the "window.open" Code -> not working for multiple UI5 applications on one page
-Navigation-goto_page with Buttons -> not possible to get instant visibility by opening the page
-bsp:goto -> BSP Exception Error (Object not valid)
Has anyone tips to solve this Problem?
Thanks
Chris