cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5/Web Dynpro cross application navigation

Former Member
0 Kudos

Hi

I have an existing Web Dynpro app from which I want to navigate to a specific view/controller of a UI5 app passing parameters.

The UI5 app can be reached directly in the FLP and below is the URL to the specific view I want to use.

http://mdcsapdevci1r.ecis.police.uk:8081/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=200&sap-language=EN#OvertimeApp-create&/shift/54702,2016-10-03

Using this link in the Web Dynpro method will load the app but not the associated view/data. I've tried several variations but so far without any success.

Any ideas as to how I can achieve this? Could cross application navigation provide a solution?

Thanks

Jon.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jun

The application loads at the correct view but none of the data relevant to the parameters is populated.

Have you done anything with the API for Fiori Launchpad Navigation? The IF_WD_FLP_API API enables the navigation mechanism of the SAP Fiori launchpad to be used for Web Dynpro applications.

Cheers

Jon

junwu
Active Contributor
0 Kudos

if you directly access the url, you still don't have the data, then it has nothing to do with the integration.

your app has to handle this direct access situation.

junwu
Active Contributor
0 Kudos

if you put the url in browser, will your app have the data?