2008 Jan 26 1:57 PM
Hi,
Is it possible to find a deleted sales order in SAP?
Thanks,
Malini.
2008 Jan 27 9:10 AM
Hi,
Even though the sales order is gone from the database, you can still see the change history of who deleted the order and when. To do this (I'm on 3.1I), go to Sales Order --> Display --> put the number in and go to Environment --> Changes. Then Green check and it will tell you the history.
After the record (order) gets deleted from the database, to get a list of records deleted you will need to run a report (user defined), with the query for VBAK table, for order type and the missing numbers. The date may also be required. Once you get this, you can find out when and who changed (deleted) the documents.
Reward points if found helpfull..
Cheers,
Chandra Sekhar.
Hi,
Is it possible to find a deleted sales order in SAP?
Thanks,
Malini.
2008 Jan 26 4:08 PM
Individually
Even though the sales order is gone from the database, you can still see the change history of who deleted the order and when. ?To do this?go to Sales Order> Display>put the number in and go to Environment>Changes ?- then check and it will tell you the history. Hope this helps somewhat!
As a List
Though Sales orders are Deleted, they will be available in Change document tables CDHDR for header changes and CDPOS for item changes . Changes includes deletion also.
So run a Logic based on these two tables.
You shud get a report of all deleted sales order.
Use the report in the following link to base your logic.
http://www.sap-img.com/ab024.htm
Hope this Helps
VB
2008 Jan 27 9:10 AM
Hi,
Even though the sales order is gone from the database, you can still see the change history of who deleted the order and when. To do this (I'm on 3.1I), go to Sales Order --> Display --> put the number in and go to Environment --> Changes. Then Green check and it will tell you the history.
After the record (order) gets deleted from the database, to get a list of records deleted you will need to run a report (user defined), with the query for VBAK table, for order type and the missing numbers. The date may also be required. Once you get this, you can find out when and who changed (deleted) the documents.
Reward points if found helpfull..
Cheers,
Chandra Sekhar.