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: 

Account changes not getting popluated in XD03

Former Member
0 Kudos

Hi,

I am updating the KNVP table for customers through function module SD_CUSTOMER_MAINTAIN_ALL. The records are getting updated. It is correctly reflected in both KNVP and XD03. But in XD03, the account changes for the customer does not reflect the partner changes. While cross checking the CDPOS and CDHDR tables, I found that those tables are also not populated.

I want the Change history to be populated. Can you please advise what needs to be done.

Thanks

Krishna

2 REPLIES 2

former_member657499
Participant
0 Kudos

When calling the FM, are you populating both T_XKNVP (with the new data) and T_YKNVP (with what's currently in database)?

Also, are you correctly setting field KZ = U in table T_XKNVP?

Raj

0 Kudos

Hi Raj,

I am passing both the tables XKNVP and YKNVP and the update flag is also marked. The records are also getting updated in the KNVP table and in the front end in XD02 and XD03.

But when I go to Environment -> Account Changes -> All Fields. There the changes regarding Partner changes are not been reflected. When I goto CDPOS and CDHDR to check for the changes, there also the data is not getting populated. I want the changes done to the partner to be reflected there, as it happens when we do it manually through XD02.

I hope my query is clear now.

Regards

Krishna