on 2010 Sep 15 2:36 PM
Hello ,
We are using MM SUS invoice scenario. In MM PO has created for order quantity 2000 EA, and net price is 73.51 USD for 1000 per unit.
During invoice, price information of item is like this:
Price 0.07 USD, Per 1 EA and value is 147.02 USD
But during invoice processing, system calculated net value to 140 USD, and invoice posted for 140 USD only, any advice or suggestion how to handle this in?
System is SRM4.0 and ECC 6.0
Thanks in advances for replay.
Sunil
Request clarification before answering.
Hi
This is happening because .07325 is rounded to .07 in this case
Either Increase the decimal places for the price field in SUS or make sure thta your SUS Order is created with same price like 73.25 USD per 1000.
Regards
Virender Singh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sunil
If you have access to XI and SUS, I will request you to check which price unit and price is coming in the XML message. That will narrow the analysis options for you. You can do this by transaction SXMB_MONI in both the systems. Go to Processed messages. Display the message and check Payloads... that will give you the XML which was received by XI , same procedure will give you XML received by SUS.
Regards
Virender Singh
Hi Virender,
Value in SXMB_MONI in SUS is correct.
<NetUnitPrice>
<Amount currencyCode="USD">73.51</Amount>
<BaseQuantity unitCode="MTK">1000</BaseQuantity>
</NetUnitPrice>
</Price>
but in BBAP_PD (table BBP_PDIGP) entry is :
PRICE 0,07
PRICE_UNIT 1
PRICE_ORIGIN
VALUE 147,02
Normally it should PRICE 73.51 and PRICE_UNIT 1000 ,any guess we are in SRM4.0?
Thanks
Sunil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.