cancel
Showing results for 
Search instead for 
Did you mean: 

How to open a R/3 transaction code from SAP UI5 application?

former_member558681
Discoverer
0 Kudos

Hi All,

I want to open a t-code(ex: se16) from SAP UI5 application as a standalone application(directly in SAP R/3 environment), not on the browser(not as a html.ls).

There is any way to achieve this?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Hi Dewansh,

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/

You basically need to create .sap file in your backend and download it into your documents body.

Cheers,

Sebastian

Answers (1)

Answers (1)

iftah_peretz
Active Contributor

Hi,

It might be possible. The actual technicalities are way beyond this scope.

Nonetheless, I can give a pseudo outline - you will have to activate an executable (e.g. something like a vb script used by the GuiXT) on the user's computer (the file needs to be accessible, i.e. on some sharable network folder) that will be wrapped in a web service so that you can call it from the SAPUI5.

Each and every step of this process is a world by itself and as I already stated, this is a speculation that only by tackling it head on could the actual technicalities be figured out (and its feasablity). The part of the executable, for example, could possibly be done by some third party software that could act as a screen recorder on the user's operating screen.