cancel
Showing results for 
Search instead for 
Did you mean: 

POWL :IF_POWL_FEEDER :2 Confirmation Messages

former_member220853
Participant
0 Kudos

Dear All

We are implementing this POWL interface and overriding its GET_ACTION_CONF method as well to get the confirmation pop-up message .

However there is a new requirment to show another popup on clicking of yes button of this popup. I am not sure how can we do that . Is it possible for anyone to share some experience as how can we implement 2 confirmation messages in POWL though we only have one method available to us

Thanks and Regards

Gaurav

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gaurav singh,

On click on Yes you can write the code in the Handle action method(IF_POWL_FEEDER~HANDLE_ACTION)  there is a parameter I_ACTION_CONF.

if I_ACTION_CONF  = 'Y'.
you can again call the  GET_ACTION_CONF again to display another POPUP based on the I_ACTIONID.

ENDIF.

Thanks & Regards

@Surendra@