Skip to Content
0
Former Member
Feb 24, 2011 at 05:18 PM

Default Pricing in PR00 condition

315 Views

This is in MTO Quotation Process.....

1.EK01 and Markup are the 2 ITEM condition types which we use without any condition records.

.In pricing procedue

1.STEP-1--EK01 is the cost which reads from UNIT COSTING of the Particular Item.++

2.Step-2--Markup will be applied based on customer and material.++

3. Step-3--Cost + Markup++

4.Step-4 ZP00 is the condition type the value of step-3 which populates to condition value field -which is =EK01 + Markup and it is statistical condition type and cannot be edited manually.++

5.Step-4 Pr00 price Now our requirement is that , ZP00 value should be defaulted as our basic price PR00 and if there is no value in ZP00 condition line then it should take ZERO, where in user can enter it manually.

6. This is alternative condition type formulae which has been assigned for ZP00 condition type.

  • Price difference (WWS)

form frm_kondi_wert_012.

if xworkd ne 0.

xkwert = xworkd - xworke.

else.

xkwert = 0.

endif.

endform.+Can we write Alternative condition type and assign it to PR00 condition in Pricing procedure...saying that Condition value of ZP00 to be flown to PR00 condition, if no value found make PR00 as Zero.

In such case what are the tables i have to consider to tell to my ABAPER and what prcautions i have to take.