cancel
Showing results for 
Search instead for 
Did you mean: 

POWL Easy - Getting the marked lines

edemey
Explorer
0 Kudos

Hi,

I have a surrounding WD component which embeds a POWL Easy.

Now I want to get the marked lines in the POWL when triggering a POWL action.

I implemented WD-Component Interface POWL_DETAIL_COMP_IF where method UPDATE_DETAIL_DATA is triggered

when a POWL line is marked. Unfortunately this method only imports one single line.

I tried also to implement an event handler for event POWL_FOLLOW_UP. But this event handler is never called,

although I triggred a event (in debugging) in feeder class method IF_POWL_FEEDER~HANDLE_ACTION.

Does anyone know, how the event handler method POWL_FOLLOW_UP can be called?

Thank you and best regards, Edgar

Accepted Solutions (0)

Answers (1)

Answers (1)

Madhu2004
Active Contributor
0 Kudos

Hi,

Please refer the below thread. POWL_FOLLOW_UP event is explained in detail:

[;

Regards,

Madhu

edemey
Explorer
0 Kudos

Hi Madhu,

in my case the described solution is not working.

I am using a Easy POWL which means that I am using the WD Component POWL_EASY in my main component

and not POWL_UI_COMP (see also example WD component POWL_EASY_DEMO in your system).

When I raise a portal event in IF_POWL_FEEDER~HANDLE_ACTION as decribed

the method POWL_FOLLOW_UP is not called, although I registered for this event in my main component.

Best regads, Edgar

Former Member
0 Kudos

Hi Edgar,

I came across your post with regards to the POWL_FOLLOW_UP event that does not get triggered. I'm struggling with the same issue and was wondering if you managed to find a solution for it?

Thanks,

Andrew