SAP for Oil, Gas, and Energy Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and navigate the evolving energy landscape. Join the conversation today!
cancel
Showing results for 
Search instead for 
Did you mean: 

MR21+COMPUTE_BCD_OVERFLOW

kiran_k8
Active Contributor
0 Kudos

Hi

We are encountering a dump due to the exception COMPUTE_BCD_OVERFLOW in MR21 during the Price Change.When debugged

MR21>>Function Module PRICES_CHANGE>>Function module MR_POSITING_GENERATE>>Sub routin OIA_CALC_LOG_INV>>

G_LIVAL = I_SGNBU-NPREI * OIA07-ACQTY / I_SGNBU-NPEINH. (Dumps here)

This G_LIVAL is not able to accmodoate the passed value due to field length inconsistency.G_LIVAL is declared as LBKUM.I searched for SAP Notes and referred 430094 but it not serving the purpose.Do anyone here aware of any other notes for this issue.As it is a standard program I have no other option.

Thanks,

Kiran.

1 ACCEPTED SOLUTION

ipejohn_jerin
Active Participant
0 Kudos

The field definition seems correct so either the new price should be lower or

OIA07-ACQTY (Logical inventory quantity) should be adjusted.

View solution in original post

1 REPLY 1

ipejohn_jerin
Active Participant
0 Kudos

The field definition seems correct so either the new price should be lower or

OIA07-ACQTY (Logical inventory quantity) should be adjusted.