cancel
Showing results for 
Search instead for 
Did you mean: 

hi button

Former Member
0 Kudos

hi all.

i am doing button program for webdynpro..

how to program for exit button???using webdynpro.

reply me soon...

thanks,

s.suresh.

Accepted Solutions (0)

Answers (4)

Answers (4)

S-H
Active Participant
0 Kudos

Hi Suresh,

Refer the blog How to close parent window in Webdynpro applications by Mohammed Anzy S ( [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6687] [original link is broken] [original link is broken] [original link is broken]; ).

This blog explain in detail about the exit functionality.

Best regards,

Suresh

0 Kudos

Hi Suresh,

You can Look one of the standard Webdynpro Component for ur Understanding.

The component is WDR_TEST_EXIT_PLUG.

Plz let me know if it resolves u r query.

Thanks and regards,

Amita Gupta

Former Member
0 Kudos

hi gupta..

abap program for 'exit' button----> leave program and leave screen..

webdynpro for exit--->?????

reply me soon...

thanks,

s.suresh.

0 Kudos

Hi Suresh,

You can control the behaviour of exit button by writting the code in the event associated with the exit button.

For Eg if you want to leave the screen and go to the main screen on press of the exit button.You can very well create Outbound plug connected to the inbound plug of the main screen .And you can trigger the outbound plug in the event of exit button.

So it always depend how do u exactly want any button to behave.

Regards,

Amita Gupta

Former Member
0 Kudos

send me exit button code program.

reply me soon..

Former Member
0 Kudos

hi suresh........

try out this link too....

[closing application|http://help.sap.com/saphelp_erp2005/helpdata/en/fc/04a5421935c511e10000000a1550b0/content.htm]

---regards,

alex b justin

0 Kudos

Hi Suresh,

For eg here the Exit Button is navigationg to the initial view.So the outbound plug is being triggered.

method ONACTIONEXIT .

wd_This->Fire_Exit_Plg(

).

endmethod.

Former Member
0 Kudos

where is webdynpro framework????

Former Member
0 Kudos

hi amita gupta,

no came output....

please tell me check program..

reply me soon..

Former Member
0 Kudos

hi suresh.........

i think you need a butoon which when pressed, the window must get closed. in that case you can make use of the class if_wd_window through which you can close a window.

---regards,

alexb justin