2008 Nov 26 3:13 AM
Hi experts,
I wanted to find out whether there is any way to find out all the deleted delivery orders. Any table stores these data?
2008 Nov 26 3:44 AM
Hi
Check This Tables CDHDR and CDPOS .
To know the deleted orders, go to CDPOS
enter "VERKBELEG" in change document object.
CHANGE_IND = 'D' .Ranga
Hi experts,
I wanted to find out whether there is any way to find out all the deleted delivery orders. Any table stores these data?
2008 Nov 26 3:44 AM
Hi
Check This Tables CDHDR and CDPOS .
To know the deleted orders, go to CDPOS
enter "VERKBELEG" in change document object.
CHANGE_IND = 'D' .Ranga
2008 Nov 26 4:42 AM
Thanks Ranga,
I found out that "VERKBELEG" is to search for Sales Order. Since I'm looking for Delivery Order, I should put "LIEFERUNG" in the OBJECTCLAS field. Then the OBJECTID field is the DO number itself, CHANGENR is the link between CDHDR and CDPOS table.
Anyway thanks for ur guide, I really appreciate it.