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: 

Manual Condition type is not updating in the conditions tab of the sales order through IDOC

former_member267445
Participant
0 Kudos

Hello Gurus,

I am working on S4/HANA. We are updating 2 manual condition type values using Idoc type SALESORDER_CREATEFROMDAT202 for with reference(Invoice). We have implemented the user exit: USEREXIT_PRICING_COPY in RV61AFZA.

Everything is working fine when IDOC is having the different Materials like M1, M2, M3 etc... while creating credit/debit note or return order with reference to Invoice.

If the Idoc have the same material repeated, that means M1, M2 for A1 batch with quantity 1 and M2 for A2 batch with quantity 5 then one of the manual condition type is not getting updated in the conditions tab of the Sales order.

For different Materials in the idoc it is working fine. If the idoc is having same material then one of the manual condition type is updating but another condition type is not updating.

Please light me on this issue.

Thanks and Regards,

Murali

2 REPLIES 2

Jelena
Active Contributor

Not sure why you needed a user exit but it'd seem logical to review the code there to make sure it's not a culprit.

I'd suggest to debug, search for SAP notes and if no solution found then contact SAP Support. This can't really be answered in general, without looking at the specific data in your system and debugging.

former_member267445
Participant

Sorry Jelena... I was busy with work and we have acheived this by implementing implicit enhancement at PRICING function module.

Thanks and Regards,

Muralikrishna Peravali.