cancel
Showing results for 
Search instead for 
Did you mean: 

pricing

Former Member
0 Kudos

Hi,

I created a sales order .

In that i found that ZR00 PRICE 1000

Z004 MAT discount 100-

NOW i need to have a condition type that must show the net value 900(1000-100).

Can anyone please explain me.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

resolved

former_member217082
Active Contributor
0 Kudos

Hi Srikanth

For Z004 condition type assign a requirement 2 , and at the same time for ZR00 condition type also assign a requirement 2.Then your requirement can be fulfilled

Regards

Srinath

Former Member
0 Kudos

Hi,

could you please explain in detail

former_member217082
Active Contributor
0 Kudos

Hi Srikanth

In your pricing procedure maintain data and then check

Step ctype From To Reqt

10 ZR00 2

20 Z004 2

30 net value 11 29

Regards

Srinath

Former Member
0 Kudos

Hi,

You can acheive the objective simply by passing the values 1000 and 100 to subtotals and calculating the new condition type value using AcType.

The new condition type would always subtract the values and give you the result. The coding need to be done via VOFM and do ensure that you have activated the relevant includes for the new code.

Regards,

Jeevan

Former Member
0 Kudos

Hi,

You need to maintain a step ex. 30 which will give you a value of Price u2013 Discount.

Ex.

Step 10 ZR00

Step 20 Z004u2014(calculate discount on price.), maintain from and to field so that discount will calculate on price.

Step 30 net value

Regards,Sachin

Lakshmipathi
Active Contributor
0 Kudos

First go to V/06, select the condition type Z004 and ensure that you have maintained "X" against the field "Plus/minus" and save. Also with Access seqence K307.

Next go to VK11, input the z004 and maintain the value or percentage there.

Now, your pricing procedure should be as follows:-

Step:::Count::::CType::::Description:::::From::::To

100::::::::::::::ZR00:::::Basic Price

120::::::::::::::Z004:::::Discount:::::::::120

130::::::::::::::::::::::::::Net value:::::::::100::::::::::120

Now create a sale order and see how it flows.

thanks

G. Lakshmipathi

former_member315051
Active Contributor
0 Kudos

Hi,

you can achive this with the help of ABAPer,

you can write the pricing routine for this

create new condition type in v/06 and assign the same in the pricing procedure.

Regards,

Ramesh