cancel
Showing results for 
Search instead for 
Did you mean: 

Batch Determination on Basis of sales unit

Former Member
0 Kudos

Hi Experts,

We are in a scenario wherein we want batch determination to take place at delivery creation. One of the selection criteria for batch determination will be that the batch selected/determined should have a quantity that is multiple of sales unit in delivery. Does any one have an idea how to incorporate this requirement in batch determination?

Thanks in advance,

Arun

Accepted Solutions (1)

Accepted Solutions (1)

Shiva_Ram
Active Contributor
0 Kudos

Hi,

A requirement can be developed and added in the batch startegy type to fulfill the requirement.

Goto SPRO-> Logistics -general -> batch management -> batch determination and batch check -> Strategy types -> Define sales and distribution types.

Select the strategy types and click on the details button. You can see a field called Qty proposal. You can develop a routine in transaction code in transaction code VOFM, to check batch quantity that is multiple of sales unit.Assign the routine developed to Qty proposal field. This will fulfill your requirements.

Regards,

Answers (1)

Answers (1)

Former Member
0 Kudos

please reff this notes.

On batch determination, the whole process, how it is determined automatically in the order.

A1) Normaly we use batch determination at delivery level, because at the time of order material may or may not be created.for this material should be configured with batch and batch determination should be checked in sales views of material.

A2) Batch Determination during order Creation.

For this you need to maintain a Classes d for you Material. Depending on the Manufacturing process you can define the characteristics for your material.

Ex: Purity for Medicines, Resistance for Electric Items.

You need to create a class (You might have to create a new class type) which incorporates the characteristic.

First Create the Characteristic Using Ct04 and then using Cl02 create the Class including this characteristic.

Then in your material master Classification View Enter this class.

Then Create a Batch for the particular plant and Stor Loc using MSC1N.Give the value of the characteristics in this batch.

Then go to SPRO ->Logistics General ->Batch Management and maintain the Condition Technique (Procedure, Strategy Types and assignment to sales docs etc).

Then Create the Batch Determination Record using VCH1.

U may have to write (vofm) routine for ur requirements.

Best regards,

venkataswamy.y