cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MM SUS Invoice unit price issue

Former Member
0 Likes
268

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

View Entire Topic
Former Member
0 Likes

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

Former Member
0 Likes

Hi Virendra,

Thanks for your replay

You are correct, in BBP_PD transaction (Table BBP_PDIGP) PRICE is 0.07 and PRICE_UNIT is 1 ,actually it should be 73.51 USD and 1000.

Can you please assist how we can modify it?

Sunil

Former Member
0 Likes

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

Former Member
0 Likes

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

Former Member
0 Likes

Hi Sunil

So it means data is coming in good shape to SUS. Its the processing of this data which is putting that as UoM in SUS.

Check your UoMs in CUNI, make sure the settings are same as ECC.

Regards

Virender Singh