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

Capturing the changes on Article's

UdayS
Participant
0 Likes
582

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

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
494

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

Read only

Former Member
0 Likes
494

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.