cancel
Showing results for 
Search instead for 
Did you mean: 

Fire_exit plug

former_member205842
Participant
0 Kudos

HI Experts,

                  How to use fire_exit plug for calling one ( zwd_app1 ) application to other application ( zwd_app2 ) .please let me know how to get this exit_plug coding using code wizard...

Note: i want to get other application in same window, not in other window.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Just write this code on action where you want to execute this plug.

Please check navigation on outbound plug first.

fire_<outbound plug name>_plg( ).

Former Member
0 Kudos

Hi Syed,

You can also refer to standard WDP component : WDR_TEST_EXIT_PLUG .Hope this will help you.

Thanks

KH

ramakrishnappa
Active Contributor
0 Kudos

Hi,

You can also check the link : Example for EXIT plug usage in Webdynpro ABAP

Regards,

Rama

former_member184578
Active Contributor
0 Kudos

Hi,

Once you create the EXIT plug in window, go to the properties tab of View and add the used controller( which makes the exit plug method visible in your view). Then in the action method of view you can use code wizard to generate exit plug -> Select code wizard and go to General tab and select option 'Method call in Used Controller' , -> select controller name using F4 and then select the EXIT plug method and click on OK to generate code.

Now Pass your second WDA  apllication url to the URL parameter of the exit plug method.

Refer this document: Using EXIT Plug in WDA

Hope this helps u,

Regards,

Kiran