Hi Experts,
Need you help in below issue,
Scenario is that, in case of Creation of tasklist we are using
EAM_TASKLIST_CREATE followed by EAM_TASKLIST_POST.
Now, my issue is that when there is an error in creation,
then no tasklist is getting created and,
no plnnr is being returned by the BAPI,
therefore we are not calling EAM_TASKLIST_POST in that case.
But, there a COMMIT WORK used at the end of the my code due to which a short dump is occurring
(I guess it's saving the data in Cache memory..)
I can't remove that COMMIT WORK, as it is essential for our code to process.
So, please tell me, is there any counter RFC for EAM_TASKLIST_POST,??
or if there's any RFC to clear the Cache to get this issue resolved??
Thanks for you support in Advance,
Aayush Aggarwal