‎2007 Feb 21 5:55 PM
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.
‎2007 Feb 21 6:00 PM
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
‎2007 Feb 21 6:05 PM
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 !