Hello,
We have a Package which launches a BADI that generates records.
If we run the package from excel, it finishes in the log with success and the message below:
29017 RECORDS HAVE BEEN WRITTEN BACK.
WRITING TIME :182573.13 ms.
along with the list of generated records.
If I debug the BADI using UJK_SCRIPT_LOGIC_TESTER, on the last line of code from my EXECUTE method, the table ct_data contains all the records I need.
In the logic script, I have the following lines:
QUERY = ON
WRITE = ON
However, data is not updated in the cube and no request is generated.
Regards,
Ana-Maria