Hello guys,
I have a small problem,
I created a post-exit for IF_POWL_FEEDER~GET_OBJECTS method to update some standard data.
The problem is : I want that my enhancement to be called only one time, the first time when the POWL is shown( When the rendering is taking part). Is it possible?
There is a REFRESH_POWL method that is called in certain situation. This method is refreshing my POWL even if is not the same component. That`s why I want that my enhancement to be called only the first time.
How to achieve this?