‎2010 Nov 01 10:38 AM
Hello Experts,
I am working on a client requirement where in we were asked to send the changes of the article's daily and weekley. Initially we were hitting the CDHDR and CDPOS tables with tranasaction field as MM01, MM02, MM41, MM42. It worked in the development server but when transported to the testing systems we got errors. We checked the error and its the timed out error which is beacuse of non key select on CDHDR table which is very very huge. Is there is any other way of capturing the changes on the article or any other way of hitting the CDHDR table which will take less time..? <removed by moderator>
Good Day,
Thanks & Regards,
Uday S.
Edited by: Thomas Zloch on Nov 1, 2010 11:42 AM
‎2010 Nov 01 10:45 AM
Please make yourself familiar with the concept of "change pointers" in tables BDCP and others, these are written - if activated - for changes in CDHDR/CDPOS and allow effective processing of data changes in given time periods.
Thomas
‎2010 Nov 01 11:13 AM
hi,
Try to hit CDHDR and CDPOS by objectclas every application has its own object like for material it is MAT_FULL.
you can find all object class in transaction SCDO .
Regards,
Gaurav.