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

Condition record not getting updated

gowrinath_gundu
Participant
0 Likes
1,369

Hi Friends,

I am new to idoc development. We have a condition record ( KSCHL ) in inbound idocs. After posting the idocs condition record is not getting updated for few idocs. Is there any particular user exit where I can check.? Please help me to resolve the issue.

7 REPLIES 7
Read only

Former Member
0 Likes
1,116

Hi Gowrinath,

Have you checked the status of the IDoc posted from WE02. Please check if status is 53 for the IDocs for which values are not correctly updated.If it is not 53 for a IDoc, it is not posted successfully.Have you checked it?

BR

Tanmay

Read only

0 Likes
1,116

Hi Bhowmik,

Idoc is posted with status status 53. After posting when I check the sales order in VA02 condition record is missing there, eventhough it is in idoc.

Thanks,

Gowrinath.

Read only

0 Likes
1,116

Did you have the correct pricing date for the condition in the IDoc ? Maybe the condition has been updated with a new version (pricing date), but the sales order still has the old version of the condition.

Read only

0 Likes
1,116

Hi Peter,

I have changed the MATERIAL field of segment E1EDP19 for failed idocs(which are unable to post condition record in sales order) and observed that condition record is appearing in sales order.. I have copied the material field from succesful idoc(which is posting condition record). My condition record is actually related to discount. Is the condition record is related to materials?Please comment.

Thanks,

Gowri.

Read only

0 Likes
1,116

I am not able to answer that question, I think it depends on how the conditions in the system are customized. But indeed it is very well possible that this is customized on material level. But it could also be on sales office level or both. Other levels are also possible.

Ask your functional consultant about this condition (the one that fails to update). Ask him when this condition is used and when not. Also ask him if he can show you how the condition  is updated online. Use as much the same order type and material as the one that fails and see if an error is generated with the online transaction.

Maybe his answers and these actions can help you further.

Good luck.

Read only

SujeetMishra
Active Contributor
0 Likes
1,116

Hi,

Please let me know which inbound processing function module are you using?

Regards,

Sujeet

Read only

gowrinath_gundu
Participant
0 Likes
1,116

Hi,

I have observed that after passing through the function module 'PRICING' data(condition record) is missing from table XKOMV(only for few idocs). Is that depends on material? Can anyone please suggest.