cancel
Showing results for 
Search instead for 
Did you mean: 

Define and Handling an Action in POWL

Former Member
0 Kudos

Hi,

I am up to designing different tabs for PM applications using POWL.

I would like to know how to handle an action. is it just read the lead selection n doing business process as usual.

Would be helpful, if U show some light on this n any blogs or documents or code samples.

ThanQ for ur time.

Cheers,

Senthil

Accepted Solutions (0)

Answers (1)

Answers (1)

S-H
Active Participant
0 Kudos

Hi,

You would have created feeder class for the POWL, in the feeder class we can define the actions in method IF_POWL_FEEDER~GET_ACTIONS.

In the method IF_POWL_FEEDER~HANDLE_ACTION we can handle the actions. We can handle the action id's defined in Get_actions(). We can write the business logic for the action i.e. we can call FM/some classes.

Best regards,

Suresh

Former Member
0 Kudos

Hi.. ThanQ for the answer.

Cheers.. Senthil

Former Member
0 Kudos

hi, do you have any sample codes ?

How to launch a program , transaction or WD Application in feeder class ?

Best regards .