cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing , TAX Included and Pricing per thousand

former_member657193
Contributor
0 Kudos

Dear Experts,

I am facing two issues, regarding Pricing.

1 . In SAP we have requirement where i want the calculation up to 3-4 decimal places. Also when i am giving price it is always like , per unit, or for each unit, . But as of requirement we want it for per 1000, the price should get calculated for per thousand.

like, 58 Rs per thousand.

2. Here as of requirement the pricing is done , INCLUDED TAXES

Like 100 Rs per thousand included of Taxes.

So in this case how will i configure my pricing procedure. Since wheni give my base price it is included of taxes.

Cheers

RIshi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

> In SAP we have requirement where i want the calculation up to 3-4 decimal places.

You can set decimal places in OY04 according to currency codes.

>the price should get calculated for per thousand.

In VK11 maintain condition record for the given condition type and put 1000 in column PER, so that system will read

for eg. Rs. 10/- for per 1000 EA

> 2. Here as of requirement the pricing is done , INCLUDED TAXES

> Like 100 Rs per thousand included of Taxes.

If your pricing is inclusive of tax, then no need to maintain any tax condition type

Hope you get some inputs

regards,

Sagar

Former Member
0 Kudos

Hi

As per my understanding in your case

Create the alt caluculation type in the t code VOFM and assign against the condition type

Example code given below:

lv_prcal = ( lv_komv-kbetr * lv_kbetr / 10000 )

lv_prcal = ( lv_komv-kwert * lv_kbetr / 10000

REgards

Damu