Hi Experts,
My clients requirement is to enable back & forth navigation between an OVP application & a GAF application. I could realize this by using the Suspend-Resume functionality as how showcased within the standard component FPM_TEST_SUSPEND_RESUME. ( Am relying on the LAUNCH_URL method of the interface IF_FPM_NAVIGATE_TO)
However I encountered an issue in my application after reaching the final stages of my development. To verify the concept I created a dummy component involving the same 2 way navigation in between an OVP & GAF. Let's say the user: navigates to the GAF by SUSPENDING the OVP, enters some data within the steps of the GAF & now clicks on a button to RESUME back to the OVP. If he now tries to revisit the GAF from the OVP, the earlier data entered by the user is lost. (Ex: 20 in this case)
I suspect that the data is retained only during a SUSPEND state but is it possible to achieve a scenario where both the OVP & GAF retain their information as the user navigates back & forth between them? My actual application is quite complex with both the OVP & GAF capturing lot of information from the user.
Regards,
Uday