Thanks Santhosh and Dhananjay.
I have added the code inside my Action to navigate to another app. Below is the code.
// Cross Application Navigation
var href_For_Product_display = ( sap.ushell && sap.ushell.Container &&
sap.ushell.Container.getService("CrossApplicationNavigation").hrefForExternal({
target : { semanticObject : "SepUS", action : "display" },
params : { "Pernr" : "123456789" }
})) || "";
in debugging, i see that "href_For_Product_display" is not returning the URL or Path to the 2nd app.
Could you please let me know what might be the issue.
Thanks
Shyam