cancel
Showing results for 
Search instead for 
Did you mean: 

FPM_SAVE button Issue

Former Member
0 Kudos

Hello ,

As required , I need to have two Buttons SAVE and SUBMIT in my FPM OVP  GLOBAL tool Bar.

SAVE only save the current GUIBB List to the data base, Where as SUBMIT will SAVE and close my windows/Sections.

So I have used FPM_SAVE for Submit and It is solving my requirement of closing the windows.

But for the SAVE , I can not use FPM_SAVE as it is closed the window. As per requirement it is just save the edited data to the  data base and window remains  open.

Which standard Event can help me to only save and remain in the window without closing it.

I have came across some other standard Save  event like FPM_SAVE_BACK_TO_MAIN  and FPM_SAVE_EDIT. Can it be helpful?

Regards,

Partha

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos


Hello Partha,

You can do the following.

1. For SAVE - use event GC_EVENT_SAVE_AS, this will not close any windows.

2. For SUBMIT - either user event FPM_SAVE or use GC_EVENT_SAVE_AS followed by FPM_CLOSE.

Thanks & Regards

Deepankar Bhowmick