SAP Messages

SAP message number 480 within class M8 - Price too low (below tolerance limit of & &)








Messsage Text for 480(M8)

Price too low (below tolerance limit of & &)


What causes this issue?
The price (value of the credit memo divided by the quantity) varies too greatly from the net order price.
INCLUDE MM_IV_MELDUNGEN OBJECT DOKU ID TX

System Response
The system has found that the value of the credit memo falls short of the expected value (credit memo quantity x net order price) by more than the tolerance for price variance set in Customizing ( V1 V2 ).

How to fix the issue?
Check your entries are correct and make any necessary changes.
Copied from 084, adapted for returns


ABAP Code to add mesage to own reports


MESSAGE W480(M8). "warning message
MESSAGE E480(M8). "Error message
--> See here for more options


Contribute (Add Comments)

Use the comments section below to add any links, information or screen shots that you feel are relevant to this message. This could include issues you have found that cause the messages to appear incorrectly as well as any fixes you have found or relevant SAP OSS notes. You will then be able to find this information quickly, simply by searching on the message class M8 and number 480



Return to Message Class M8