Hi experts,
I'm using this BAPI to make a changes in planning book(using macro from one planning book to make changes in another).
I have noticed that in case I have use DESTINATION 'NONE' to make changes in the planning area, otherwise I cannot see any changes...
The problem is that in case of errors I need to cancel whole processing - discard all previous changes.
I have tried with COMMIT_CONTROL parameter, but it didn't help - I pass value '4' to avoid commit, but changes are automatically made, just after BAPI call, event if I PERFORM apo_bapi_commit_rollback IN PROGRAM sapl10030 afterwards...
Is ROLLBACK of changes possible for this BAPI? I know that LiveCache is completely different that standard DB...
Best regards,
Wojtek