Hi All,
I have been trying to remove some obsolete products from the system. Before setting the deletion flag on them I am removing all the dependent data on these products. I am using WUF to identify the dependent data and removing it from the system. I am able to process all kinds of dependent data except for ATP Orders which are not getting deleted by any program.
I have used
1) /SAPAPO/RLCDEL
2) Report /SAPAPO/SDORDER_DEL
3) Report /SAPAPO/DELETE_PP_ORDER
4) Extract the GUID from /SAPAPO/RRP1 and delete using report /SAPAPO/OM_DELETE_INCON_ORDERS
5) Extract the GUID from /SAPAPO/OM16 using order number from WUF and delete using report /SAPAPO/OM_DELETE_INCON_ORDERS
I have tried all the above methods but I am still unable to remove the ATP orders.
I have read on this forum that some of you have been able to delete the ATP orders from system by removing their corresponding entries in table /SAPAPO/POSMAPN.
Any of you who have successfully used this procedure could you please guide me on how to do it and what report or method to follow?