Hi,
I want to use the standard PPF functionality hence started working on a custom action profile using a persistent class. Idea is to call a ppf action by passing some parameters as application object in my persistent class. Here is my configuration.
There are no schedule or start conditions.
My issue is that after the method determine( ) is called from ppf manager, the badi processing do not get the application object reference. The context information is correctly passed during determination via ppf manager but still in the processing method, the object IO_APPL_OBJECT is empty.
Here are some screenshots from debugging.
- Initiating the action from a test program
- In the BADI implementation, the application object is empty.
Let me know what I am missing here. Thanks in advance.
@qmacro @thomas_jung
~Gurpreet