Application Development 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: 

Change Logs.. how are they accessed ..Which table

Former Member
0 Kudos

Hi all,

How can I point to changes in delivery. which tables should I acesss ?? CDHDR, CDPOS are really very big tables, is there any other method to grab all changes made to delivery documents.

Please let me know.

thanks

madhu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Changes in delivery are logged in change pointer tables CDHDR and CDPOS. If you pass correct keys to CDHDR, it should not take much time to extract data. Using CDHDR result, you can always get data from CDPOS.

What are your reporting requirements?

Here is a link which gives some details -

If this helps and answers your thread, please close the thread.

2 REPLIES 2

Former Member
0 Kudos

Changes in delivery are logged in change pointer tables CDHDR and CDPOS. If you pass correct keys to CDHDR, it should not take much time to extract data. Using CDHDR result, you can always get data from CDPOS.

What are your reporting requirements?

Here is a link which gives some details -

If this helps and answers your thread, please close the thread.

0 Kudos

Thanks Ashish,

I am reading more documentaion on the change pointers, this informatin is very useful. thank you. awarded points.

madhu