cancel
Showing results for 
Search instead for 
Did you mean: 

POWL-Feeder-Class is called twice by class CL_POWL_MODEL

Christian_Gaert
Participant
0 Kudos

Hi all,

we are running sap erecruiting and there's an application called "dashboard" that uses the POWL-Technologie.

Now we noticed, that our feeder class is called twice when one particular "query" is called via dashboard:

once within method "handle_refresh_async" and twice within method "refresh_current" (methods of class "CL_POWL_MODEL").

As we don't want to have double runtime, does anyone know why the feeder class is called twice and how to prevent it?

Thanks in advance

Regards

CHRIS

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chris,

On every Refresh.. Feeder Class is initiated again.

Please check this get some idea...

Cheers,

Kris.

Christian_Gaert
Participant
0 Kudos

Hi Kris,

thanks for your reply.

I think the forum message you suggested does not apply to me. They talk about a refresh after an action.

In my case once the dashboard-query is requested by the user the feeder-class is called twice before the result is displayed.

Regards

CHRIS

Former Member
0 Kudos

I think that we canu2019t do that because it is standard behavior of feeder class . Just try to put your code in such way that it will not be affected .

Dinesh