cancel
Showing results for 
Search instead for 
Did you mean: 

How to callback POWL after popup FPM

tank_zhao
Explorer
0 Kudos

Hi Experts,

I add new button on powl result header. When I click the button, popup a new window which created with FPM.

In this popup FPM window, there is a input field and a "OK" button. When I input some value in input field and click "OK" button.

The input value should be related with the POWL query result.

Now the question is, how can i reflesh the powl result without reflesh button.

Thanks & Regards,

Tank

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Subscribe the OK button event of the Popup and on action of OK button write the code to refresh the result.

Regards,

Kiran

tank_zhao
Explorer
0 Kudos

Hi Kiran,

Thanks your reply.

could you give a exmple how to write the code to refresh the result?

For example I have a POWL feeder class ZCL_POWL_FEEDER, in handle action method , Open FPM popup, the feeder class for FPM is ZCL_FPM_FEEDER, and there is a method IF_FPM_GUIBB_FORM~PROCESS_EVENT. In this method I can catch the OK button event. How can I write the code to refresh the POWL?

Thanks & Regards,

Tank

former_member184578
Active Contributor
0 Kudos

Hi,

Check this wiki: POWL Pop-up Editor - Web Dynpro ABAP - SCN Wiki

Regards,

Kiran

tank_zhao
Explorer
0 Kudos

Hi Kiran,

Yes, it is working. Thanks a lot.

Regards,

Tank

Answers (0)