cancel
Showing results for 
Search instead for 
Did you mean: 

Field not getting updated in R/3

Former Member
0 Kudos

Hi,

Ours is a CRM 2.0B system . When a retail account is created in laptop with HOUSE_NUM1 field it is not getting updated in ADRC table of R/3 but it is getting updated in SMOADRC of MW. Debugged the queue but every thing looks fine.

It is happening only with account creations but when the same account is modified it is working fine.

Could any one of you please let me know what can be done.

Regards,

Nawaz.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If its working in update scenario and not in creation scenario, then two possibilities may arise..

1. Task(Insert or 2) is not set properly to the records..

2. Sendbits are not set when the insert records are send (if the task is update)

--Pravin..

Former Member
0 Kudos

Hi Pravin,

First of all thanks for the reply. When I debugged the queue I found that BAPICUSTOMERCRMCREATE function module is being called and executed successfully and when i checked the account in R/3 the HOUSE_NUM1 field is showing the value and is flowing to middle ware . But later it is being wiped off.

Regards,

Nawaz.S.