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

Change document!

Former Member
0 Likes
731

How do we determine the field that has changed on the customer master by evaluating a change document (DEBI)?

Thanks,

Message was edited by: Somen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
702

Hi,

Check if there is any record in the table CDHDR with the Object class as DEBI and object id as the customer..

If there is a record in CDHDR use the the same keys to get the CDPOS records..

In the CDPOS records if there is a record populated with the table name and field name that you are looking for, with change id as 'U' ..Then the field has been changed..

Is this what you are looking for??

Thanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
702

I got it

CHANGEDOCUMENT_READ_HEADERS

CHANGEDOCUMENT_READ_POSITIONS

Thanks,

Read only

Former Member
0 Likes
703

Hi,

Check if there is any record in the table CDHDR with the Object class as DEBI and object id as the customer..

If there is a record in CDHDR use the the same keys to get the CDPOS records..

In the CDPOS records if there is a record populated with the table name and field name that you are looking for, with change id as 'U' ..Then the field has been changed..

Is this what you are looking for??

Thanks,

Naren

Read only

Former Member
0 Likes
702

Tables CDHDR and CDPOS