cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to use exit Plug in web dynpro java

pradeep_kumar5
Active Participant
0 Kudos

Hi Guys,

I am trying to create Exit Plug for this i have created NavigateToPortal with URL as a String in component Interface view.

In IPublic<ComponentName>CompWindow the method NavigateToPortal(String URL) is added but in View sampleView when i use wdThis it shows only wdGet<ComponentName>Controller(), it doe's n't shows wdGet<ComponentName>WindowController() method.

Actually i want to use wdThis.wdGet<componentName>WindowController().wdFirePlugNavigateToPortal(Url);

How can i get wdThis.wdGet<ComponentName>WindowController() to use exit Plug?

Please let me Know...

I followed below link to get my requirement

http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/user-interface-...

Regards,

Pradeep Kumar G

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pradeep,

Please make sure that you added the component interface view as a required controller in the properties tab of your sampleView. This should give you access to the public method for firing the exit plug.

This is also described on page 6 of the document.

Hope this helps.

Regards,

Alain.

pradeep_kumar5
Active Participant
0 Kudos

Hai Alain,

Thank you, Thank you very much, My problem is solved with your solution man. I am sorry i didn't observed page 6 earlier.

Thank you very much Alain.

Regards,

Pradeep Kumar

Answers (0)