cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh data in FPM from Initial Screen

joerg_arndt
Participant
0 Kudos

Hi Friends,

when I press start button on intitial screen I come to the main part of FPM Application.

When I go back with  lo_event = cl_fpm_event=>create_by_id( cl_fpm_event=>gc_event_start_over ).

and start again by pressing the Start button the data are still there.

I know I can use PROCESS_BEFORE_OUTPUT for init the data but I want to keep the data as long I'm in the main part

and the PROCESS_BEFORE_OUTPUT runs allways when I enter the TAB.

When I press F5 the data are gone.

Thanks a lot.

RG. Joerg

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Joerg,

Its happening because the application is still running. You are going from start page to main page and then going back to start page. The application is still there in the memory.

One way is to clear the data in process_before_output. Another way is to load the application from beginning when you go back to start page.

http://scn.sap.com/thread/1239459

-Manish

Answers (0)