cancel
Showing results for 
Search instead for 
Did you mean: 

I want to open gui transaction in my UI5 application.

Former Member
0 Kudos

I want to open gui transaction in my UI5 application.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

here is the solution to this problem. (written in German)

https://fiori.acando-live.de/2019/02/oeffnen-einer-sap-gui-transaktion-aus-einer-fiori/

Cheers,

Sebastian

Former Member
0 Kudos

First, construct the URL of the GUI transaction and on some event in your UI5 app just fire the window.open("<URL>") function.