Delivery deletion from EWM and ERP
Hey guys!
I am building a program for deleting old deliveries from both EWM and ERP side. How can I get confirmation that delivery got deleted also on ERP side? Currently, the logic works well but the confirmation of deletion is obtained only for EWM side. The issue is that for most deliveries, they are automatically deleted from both EWM and ERP sides, but a couple of them are still available in LIKP, even though they are deleted from EWM tables. No idea how to check it and how to obtain confirmation during my program that my ERP delivery got also deleted. I need the confirmation to get updated in my custom table for logs. Currently I am updating custom log table based on confirmations from EWM but I think this is incorrect, as those couple of deliveries are (no idea why also) still available in LIKP.
Any suggestions would be appreciated as I am not so familiar with EWM logic and just starting my ABAP journey! Thanks in advance for the help!