2024 Oct 15 7:48 AM
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.
Let me know what I am missing here. Thanks in advance.
ABAP Development #PPF
@qmacro @thomas_jung
~Gurpreet
Issue was with my persistent class. I was using a structure and the create_persistent and get_persistent needs to be redefined to store the values in database. Changed that to a database table now and it works as expected.
2024 Oct 17 1:15 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |