cancel
Showing results for 
Search instead for 
Did you mean: 

Navigate from Web dynpro abap web request to CRM web UI component view?

Former Member
0 Kudos

Hi,

In CRM 7.0 web UI we are calling Web dynpro abap web request from crm web ui. Now after the web request form is submitted. i need to navigate the user directly to CRM web UI component view.

We need to skip the process in which the user manually closes the web request window.

Kindly help, how to call web ui component view directly or navigating from web request to crm web ui component view. Also the web request window closes by itself.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ekta,

You can achieve this by writing the logic to close the window in the WDDOEXIT method of the WD Component being called.

PLease check this [link|https://cw.sdn.sap.com/cw/community/docupedia/sapnetweaverabap/blog/2010/01/12/close-window-button-in-webdynpro-for-abap].

It details steps to close the window in WDDOEXIT method.

I hope it helps.

Regards,

Sumit

Answers (1)

Answers (1)

gill367
Active Contributor
0 Kudos

You can close the window by firing the EXIT plug of the window.

For this create the plug in the window of type EXIT and fire it when you are navigating to new window.

Thanks

Sarbjeet singh