cancel
Showing results for 
Search instead for 
Did you mean: 

Opening URL application in same window without using plugs.

Former Member
0 Kudos

Hi,

I am working on ESS and MSS.

When user click on a button , an application has to open in the same window. As it is standard application I do not want to create plugs in the windows.

Please let me know is it possible or not. If yes please give me suggestions.

If it is not possible please suggest me how to do it with plugs.

Regards,

sarath.

Edited by: sarath kumar on Feb 18, 2010 4:51 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

frank_stdle
Participant
0 Kudos

If you want to run a non-web dynpro application inside your WDA, you can use the IFrame element. Create a new view, change RootUIElement to "IFrame" and embed this view inside your other view. Set the URL of the IFrame to the URL of your application,

Former Member
0 Kudos

Hi,

I want to use this in portal. ( EXIT plugs are not used in portal environiment,as document says).

Please suggest me if any suggestions.

Former Member
0 Kudos

Hi Sarath,

For navigation Inplace ( i.e in same window ) you can use launchpad customizing.

Search for FPM cookbook in the net and you will know how to do launchpad customizig ( Transaction LPD_CUST ).

When you configure launchpad then in Advanced paramters under the group potal parameters you have option of choosing Navigation Mode as Inplace.

Regards

Manas Dua