cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger a Custom UI5 application from ECC report

Former Member
0 Kudos

Hi,

Currently we have a custom UI5 application which is a part a part of Fiori Launchpad which is launched from Gateway system ( hub deployed). Now users need to launch this application from ECC custom report with current instance data, is there a way to achieve this?

Please reach out if you need further clarification.


Regards,

$antos

Accepted Solutions (0)

Answers (1)

Answers (1)

Sharathmg
Active Contributor
0 Kudos

Inside the ECC report, there must be a provision to include a URL ( while designing the selection screen view).

Provide the UI5 application URL. If the UI5 server is hosted on the same ABAP server, then authentication should be SSO-ed.

Regards,

Sharath

Former Member
0 Kudos

The application is available in gateway system as a part of launchpad only.
Imagine its a custom Sales order UI5 application, when we are inside Customer master in ECC I need to click the button which should open up the Custom Sales Order UI5 application hosted from SAP gateway system with SSO and the Customer data prefilled.

So just calling the URL with parameters should be suffice?please note that the application is currently configured as tile in launchpad, how can we directly call that as an URL?

Sharathmg
Active Contributor
0 Kudos

Hi Santosh,

The custom UI5 application is accessible as a URL.

Try to get the URL and configure it to a button in the ECC Custom report. Make sure, the URL opens in a new window.

Regards,

Sharath