cancel
Showing results for 
Search instead for 
Did you mean: 

Navigating between Web dynpro via Portal Manager and the UWL

Former Member
0 Kudos

Hi,

I have developed a Web dynpro that navigates to different iViews (containing Web dynpros) based on user selection via the Portal Manager method NAVIGATE_ABSOLUTE. This works fine when the calling Web dynpro is being run via a Portal iView.

I am wanting to also use this Web dynpro via the UWL (Universal Worklist) but I cannot get the NAVIGATE_ABSOLUTE method to work - ie. it doesn't navigate to the specified iView.

Does anyone know whether you can use this method within the context of the UWL or if there is an alternative way of navigating to other iViews when running from a UWL context.

Any help would be greatly appreciated.

Cheers

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

To navigate to other Web Dynpro applications outside portal you can use Launchpad ( Transaction: lpd_cust ), you can find more info and how to about it in FPM Cookbook.

Once you have made required customizing then you can programmatically call other applications using launchpad methods

Launch_Application of class cl_apb_launchpad_api.

Hope this helps

Regards

Manas dua