cancel
Showing results for 
Search instead for 
Did you mean: 

Maintaining fixed price condition type in purchasing

suresh_bachan
Active Participant
0 Kudos

Dear all,

Currently, we use condition type PB00 for subcontracting operations in routings. We have a new requirement to add another condition type with fixed prices until some amount.
Example: from 1 to 100 pcs will have the same fixed price.

How should I define this in the condition type setting?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

suresh_bachan
Active Participant
0 Kudos

My request is resolved

In this case we have to combine 3 price conditions
- a price condition in quantity (define a scale from 1 to xxx)
- a discount condition in % (100% discount up to 100 pce per my example above, nothing above 100 pce)
- a price condition in absolute amount (a fixed price until 100, nothing above 100)

Answers (2)

Answers (2)

vijay2006ece
Contributor
0 Kudos

Hi Suresh,
I think you are already using Scales concept like 1 Qty to 99 Qty - 500 Eur / 100 PCE
Similarly maintain next scales conditions.
So while creating PO, as per the quantity system automatically fetches the price.
If the PO line item quantity is below 100, then 500 Eur/100 PCE fetches by system. Please revert for any Issues.

pataselano
Active Contributor
0 Kudos

I assumed that your requirement is not scale price.

You create new pricing pricing requirement in tcode VOFM (need access key) with logic as follows:

sy-subrc = 4.

check komp-MGLME <= 100.

sy-subrc = 0.

After that, you create new condition type and assign to calculation schema with above pricing requirement.

suresh_bachan
Active Participant
0 Kudos

Thanks for your response Andy, my requirement is both scale & fixed price (the same price will be applied for all quantities until the amount fixed in the scale price). As in my example above, the price for 5 pce & the price for 77 pce will be the same.

The prices from 1 to 100 pcs is 500 EUR/100 PCE

I have another condition starting from 100 pce.
Please send me a step by step procedure if you have any suggestion

pataselano
Active Contributor
0 Kudos

Please explain more detail (with detail example) about your requirement. What happen with price if PO qty is 101 PCE?