cancel
Showing results for 
Search instead for 
Did you mean: 

POWL Referesh from WDABAP 'On Action'

Former Member
0 Kudos

Hello All,

We are currently implementing a POWL scenario, in which a WD Popup has be displayed and upon clicking 'ok' button the powl table has be refreshed. We have done upto displaying the WD Popup with OK Button. We are struggling with POWL refresh on clicking 'OK" button.

Please guide us and Thanks in advance.

Thanks & Regards,

Chandran S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

http://wiki.sdn.sap.com/wiki/display/WDABAP/ClientSideEventing-RefreshFromClient+Window

Please see this it should help you if you are using portal.

Best regards,

Rohit

Former Member
0 Kudos

Hi Rohit,

Thanks for your valuable help, issue solved with the link provided by you.

Thanks & Best Regrads,

Chandran S

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chandran,

What i understand is when your perform the action on the POWL list and then when user press "OK" you want to

referesh the POWL list ?

In the HANDLE ACTION method of your feeder class there is a exporting parameter E_DO_REFRESH

Set this as 'X'. When user press OK button.

When user press OK button the importing parameter I_ACTION_CONF will be 'Y' and according you can do E_DO_REFRESH.

Hope this helps.

Thanks

Bhanu