Skip to Content
0
Feb 03, 2011 at 05:17 AM

Pricing Routine creation

92 Views

Dear ABAP Experts,

Iam a SD Consultant. I need to create a pricing routine for the below scenario. Pls help me out on this.

Say, the product MRP is Rs.1500 and our selling price 1200. Always we sell our products on sales price only(rs.1200), and we calculate exscise duty @10% on this sales price, except for a particular set of customers we calculate excise duty on MRP (rs1500).

My pricing procudre is

Step--Cond.typ(desription)---from-to----


Subtotal

10--


ZMRP--


1(KOMP-KZWI1)

50--


ZD00 (Discount on MRP %)-- 10

60--


Sub total(Duty Calc on MRP)- 10--- 60

100-------PR00(Price)

150------ JEXP(Excise duty)----- 100--


Routine?

As per above pricing, the JEXP should calculate from step 60 if ZMRP cond.type exists in Sales order(used Su total routine -1 for ZMRP)

If the ZMRP cond.types value is greater than zero the the JEXP should calculte from step 60..if not then calculate from step 100.

How to achive this..pls through some light on this.

Thanks,

Reg,

JJ