cancel
Showing results for 
Search instead for 
Did you mean: 

Details on Exit plug

Former Member
0 Kudos

Hi,

I am working on Webdynpro for ABAP and would like to implement the Exit Plug functionality.

Can any one provide me one sample program for my reference, so that it would be easy for my development.

Regards,

Ramya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial%20on%20creating%20an%20extended%20web%20dynpro%20application%20-%202.htm">Creating an Extended Web Dynpro Application</a>

Topics covered:

  • Creating a Web Dynpro application with multiple views and a more complex navigation structure

  • Working with actions and event handlers

  • Reading contents from the property resource bundles and storing them in a Web Dynpro context

  • Dividing data between view controllers and component controllers using context mapping

  • Manipulating UI element attributes at runtime using data binding

  • <b>Leaving a Web Dynpro Application using an exit plug</b>

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

P.S. Hint: always check <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">web Dynpro Sample Applications and Tutorials</a> section before posting question.

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Valery,

many many thanks for propagating our <b>SDN Web Dynpro Feature2Sample-matrix</b> in this forum. I think you have already seen that I added "related links" to your WebLogs on many sample description pages. That's win-win.

Best regards and further cooperation, Bertram

Former Member
0 Kudos

Hello Ramya,

I'm not sure about how the implementation for an exit plug is done in WD for ABAP. But I guess it will be similar to that of WD for Java. An Exit plug is used for terminating a Web Dynpro application. You must add an exit plug with a URL parameter to the interface view of a Web Dynpro component to exit the application and navigate to an external Web page. A pointer application can be found in the link:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/51/2c747ecd037842943bdb38be214719/content.htm">Defining the Exit Plug in the Component Interface View</a>.

Bala

Former Member
0 Kudos

Hi Bala,

I have already read about the implementation of an exit plug using java in the existing sdn solutions but its not helping me to slove the problem.

It would be better atleast if you give some documentation about the exist plug in Web dynpro ABAp.

Regards,

Ramya.

Former Member
0 Kudos

Ramya,

Refer these links for documentation:

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/04a5421935c511e10000000a1550b0/frameset.htm">Application Logoff Page</a>

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/35/447741b0d6157de10000000a155106/frameset.htm">Exit plugs</a>

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/35/447741b0d6157de10000000a155106/frameset.htm">Reference Variable WD_THIS and Local Controller Interface</a>

Bala

Former Member
0 Kudos

Hi Bala,

Sorry to tell you that, i have already gone through all these documents only after failing in finding the details , i posted the query.

All the above documents tell only the threory part which is not so very helpful or not detailed explanation.

I need the steps to follow or i need the hiearchy flow of configuration to create an exit plug.

Thank you very much for your time .

Ramya.