cancel
Showing results for 
Search instead for 
Did you mean: 

different price for different batches

Former Member
0 Kudos

hai, is there any possibility of maintaining differenet prices for different batches.

say for example i put 10 pieces into 1 batch and like that maintain 10 batches.

for each batch i want to maintain different prices.

is it possible.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

The link mentioned talks about production / proportion units which deals with different conversions for different batches. For example in leather industry, basic unit may be piece but sales unit may be sq feet. And each piece has different area so proportion unit may be used.

But as i understand your requirement is just to have different prices for different batches but the units, conversions will remain the same for all batches.

Maintaining a batch specific price is a standard feature of SD pricing; create an access sequence with field batch (CHARG).

However one potential danger with this is when the user changes the batch, price will not be updated automatically (unlike when you update plant). To redetermine price automatically whenever batch is changed, you can use the exit below.

Include: MV45AFZB

Form: USEREXIT_NEW_PRICING_VBAP CHANGING NEW_PRICING.

Code:

if VBAP-CHARG ne *VBAP-CHARG

new_pricing = 'C'.

endif