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

Standard Change document not working

0 Likes
945

Hi,

I have a standard change document W_BBY for bonus buy (sap retail) but the issue is that when i change anything in bonus buy i cant see any entry in cdhdr or cdpos tables, ca anyone suggest what can be the possible reason for it. At data element level all the feilds are marked for change document so that is not a possible reason

Edited by: RAHULBSP on Sep 27, 2010 1:15 PM

Hi,

I have a standard change document W_BBY for bonus buy (sap retail) but the issue is that when i change anything in bonus buy i cant see any entry in cdhdr or cdpos tables, ca anyone suggest what can be the possible reason for it. At data element level all the feilds are marked for change document so that is not a possible reason

Edited by: RAHULBSP on Sep 27, 2010 1:15 PM

2 REPLIES 2
Read only

Former Member
0 Likes
633

Hi,

go to table TCDOB-->enter table name and chech the Object name..

then go to transaction SCDO>and enter object name and click on generate Info>and see the function module attached.

and in the table option see wheter the field name is passign with old and new value when it is changed in the transaction.

if the above is not working check the exit and write the code manually to update the cdpos and cdhdr table

Prabhudas

Read only

0 Likes
633

Hi Prabhu,

The object as i mentioned is w_bby, i guess the issue is that the change document logic is part of a SAP badi WES_BBY_POS_OUT which has and active implementation

IMP_WES_BBY_POS_OUT but this implementation is somehow not getting called its status shows "Implementation is not called".