Skip to Content
0
Former Member
May 30, 2011 at 01:58 PM

Exit from ABAP FPM application to anothor WD application (W/O FPM)

187 Views

Hi Experts,

I am working on a custom ABAP FPM application using roadmap pattern. I have anothor WD application w/o FPM application which calls my second FPM application. I do the navigation from my first application to FPM application using an exit plug in the window of first app. This navigation works fine. Now FPM component has following steps.These views are embed from a WD component ZFPM.

EDIT View - WD Comp ZFPM

REVIEW View - WD Comp ZFPM

CONFIRMATION View - WD Comp ZFPM

I want a button on the EDIT screen and confirmation screen which will lead me to first application (ZCOMP1). For this I created an exit plug in the EDIT window and Confirmation window. But when I debug the application i find that even though control goes to respective exit plugs navigation does not happen. I think thats because of FPM. Can anybody please suggest the posible approach for it or is it just that this navigation is not possible?

Thanks in Advance

Umnag

Edited by: Umang Mathur on May 31, 2011 1:36 AM