Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deleted delivery order tracking

Former Member
0 Likes
1,030

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
640

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?

2 REPLIES 2
Read only

Former Member
0 Likes
641

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

Read only

Former Member
0 Likes
640

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.