Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9129

Re: Lauching sap gui for html from SAPUI5 application

$
0
0

Hi Vellanki

Try searching on Webgui

 

The url to call will look something similar to

http://my_sap_server:8000/sap/bc/gui/sap/its/webgui?~transaction=SU01 USR02-BNAME=DDIC

 

replace transaction SU01 with IE01 etc.

 

You could call from a button by adding window.open(sUrl) to the handler

var sURL = 'http://my_sap_server:8000/sap/bc/gui/sap/its/webgui?~transaction=SU01 USR02-BNAME=DDIC';

var oButton = new sap.ui.commons.Button("b1");

oButton.setText("Call Transaction SU01");

oButton.attachPress(function() {

                    window.open(sURL);

});

 

 

hth

jsp


Viewing all articles
Browse latest Browse all 9129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>