cancel
Showing results for 
Search instead for 
Did you mean: 

Reload page after popup close

Former Member
0 Kudos

Hello,

does anyone know how to force reload of data from the database after the quote is modified via popup? I wrote a popup that modifies quote values. When I close the popup the main page (caller page) refreshes but the data is not updated from the database with new values. It still reads value from the buffer. The only way right now to look at new values is to completely navigate away from the Quotation page and go back to it.

I am raising a "close_popup" event when the popup is closed. I am catching this event in the Process_Event method of my custom class. Is there a function i can call or event I can raise to either delete the buffer or simply reload the quote data from DB?

Thank you.

AP

Edited by: Huskies77 on Aug 6, 2009 4:15 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Moved to PCUI forum.

AP

Former Member
0 Kudos

Hey

I think you are in wrong forum,please post it in the correct forum.

Thanks

Aamir

Former Member
0 Kudos

I tried using FM API_SEMBPS_REFRESH to refresh the buffer but it does not work. I am calling this FM from the OnInputProcessing event of the BSP page. I also tried calling this function from the PROCESS_EVENT of the z class and that didnt refresh buffer also.

AP