cancel
Showing results for 
Search instead for 
Did you mean: 

Rounding off for Billing

Former Member
0 Kudos

Dear Friends,

I want solution for rounding off in pricing procedure.Scenario is as below,

I have maintained the base price ZR00 as 1865.00 per TO and ZDLC,a delivery cost as 35.00 per TO.

I have dispatched the material 1.501 TO.

Now system is giving total value as 1900.01.This is because,

1.501 x 1865.00 = 2799.365 as per rounding off concept it is appearing as 2799.37

1.501 x 35.00 = 52.535 as per rounding off concept it is appearing as 52.54

Hence total is 2799.37 + 52.54 = 2851.91.Now total per TO is coming as 2851.91/1.501 = 1900.006.Again as per rounding off concept per TO value is appearing as 1900.01.

My requirement is it should not consider for rounding off.I mean for 1.501 TO it sholud appear as,

Base Price ZR00 as1.501 x 1865.00 = 2799.365

Delivery cost ZDLC as 1.501 x 35.00 = 52.535

So Total = 2799.365 + 52.535 = 2851.900

How to achieve it?

Thanks in advance.

Regards,

Shrikant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello

You are trying to get three decimal places for the condition value..This is not possible without modification which is not recommended..Usually the business pracitce is to round the value to two decimal values....

If you want you can allign your condition rate to the rounded value using routines.

Thanks

Vikas

Answers (3)

Answers (3)

Former Member
0 Kudos

I am closing this thread

Former Member
0 Kudos

In your pricing procedure give 17 as your alternative calculation type for total which treats the total as rounding off as per the table T001R.

Maintain 17 as your Alt cal. type only to total so it will round off only to the total leaving others.

Hope this might help you.

Former Member
0 Kudos

Dear Bhavesh,

I have maintained 17 as cal typ for total but still issue is not resolved.

Any other option?

Regards,

Shrikant

Former Member
0 Kudos

Hi Shrikanth,

Goto V/06 T.Code.

Or the path is:

SPRO>Sales and Distribution>Basic functions>Pricing>Pricing Control>Define condition types> Maintain Condition types.

Select the condition type ZR00.

Details.

In the Group condition tab there is a check box called as RoundDiff Comp.

Uncheck this one.

Save.

Regards,

Krishna.

Former Member
0 Kudos

Dear Krishna,

This box is uncheck.Issue is not resolved.

Any other option.

Regards,

Shrikant