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

Re: How to call Webdynpro java application from sap UI5

$
0
0

Hi Abdul,

 

You have ur Webdynpro URL then please use that in the below code and refer Sriram's link

 

Sample Code :

 

// creates a simple link with an action and property href not set

 

var oLink1 = new sap.ui.commons.Link({

text: "Link to Webdynpro project",

tooltip: "This is a to navigate to Webdynpro",

press: function() {  location.href = "/path/to/webdynpro/project"  }});


Viewing all articles
Browse latest Browse all 8459

Trending Articles