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 Issues

Former Member
0 Likes
683

Hi, All:

After I use tcode SCDO to create change document object. It automatically generated FM (Z*_WRITE_DOCUMENT). but when I call this Function Module, whatever I insert or update or Delete, in the Header table CDHDR, the value of change indicator field CHANGE_IND are always 'U'. even though I insert data. but in Detal table CDPOS. It's ok (I, U, D) depending on Insert or change or Delete. It's normal or not. or need any other setup. Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
468

Hi,

For new record in the transaction you will not see the CDHDR with I..

Example

If you create a sales order the CDHDR table will not have an indicator with I

But if you insert a new line item after the sales order is created..

CDPOS will have the indicator with 'I' and CDHDR with 'U'.

Thanks,

Naren

Read only

0 Likes
468

Hi, Naren:

Thanks for your quick response. I have a question here.

for what scenario, both CDHDR and CDPOS. the change indicator values are 'I' .

Thanks again !