Hi Pradeep,
Please find below link which will guide you to launch SAP TCode from SAP UI5 Application.
Hi
I did it with wda.
you can call any transaction from wda and wda link embeded to sap ui5 view as html tag
or screen personas, open transaction with screen personas then you have a link from app. and embeded to sap ui5 view as html tag.
<Page xmlns="sap.m" id="information" title="" showNavButton="true" showHeader="true" backgroundDesign="Standard" navButtonPress="onBack"> <content> <HTML xmlns="sap.ui.core" id="html" content=""/> </content> </Page>
on init var html = new sap.ui.core.HTML(); html = this.getView().byId("html"); //window.open(sUrl, "_self"); html.setContent("<iframe src=" + sUrl + " width='100%' height='100%'></iframe>");
Hello Pradeep,
Did you find the solution for this?
Add comment