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 document!

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

I got it

CHANGEDOCUMENT_READ_HEADERS

CHANGEDOCUMENT_READ_POSITIONS

Thanks,

Former Member
0 Kudos

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

Former Member
0 Kudos

Tables CDHDR and CDPOS