cancel
Showing results for 
Search instead for 
Did you mean: 

ROUNDING IN PO

Former Member
0 Kudos

Hi,

Is it possible to round of Condition amount (not the condition value) in a purchase order.

The scenario is like we calculate purchase price from MRP ( Maximum Retail Price).

So the calculated purchase price has to be rounded.

Example

MRP = 100

Margin = 4% (Included)

My cost calculated would be 96.15.

But it should be rounded of to 95 or 96.

And if i order 10 qty the condtion value would be 950 or 960.

Please share your views.

Regards,

Shakthi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Use an Alternative calculation routine to get this done.

declare a temporary variable.

take the original value(XKBETR) into this temporay variable

round that to the nearest intezer

and pass this rounded value to the original VALUE(XKBETR)

this should solve your problem

Thanks

Srini

Shiva_Ram
Active Contributor
0 Kudos

Hi,

In SPRO -> Materials Managment -> Purchasing -> Conditions -> Define condition types, select the condition type.

Then inside the condition type details, there is a field rounding rule. Select the value A or B according to your requirement and save it.

Regards,