cancel
Showing results for 
Search instead for 
Did you mean: 

Both External & Internal Batch Numbers

Former Member
0 Kudos

We have turned on batch management @ material level. Is it possible to have both external and internal batches.

Eg.

M1 has external batch no.

M2 has internal batch no.

M1 is ROH

M2 is Fert, whose batch will be generated during autoGR

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hi,

What Mr. Rajesha told is right It is not possible to have two different type of batch no assignmenmt External & Internal Batch Numbers.

You can use some of the standard User Exits or develop a custom user exit for this purpose.

You can use SAP enhancement SAPLV01Z for internal batch number assignment. This enhancement contains two function module exits that you can use to define number ranges or templates for batch numbers:

EXIT_SAPLV01Z_001. You use this exit to replace the number range object and/or interval proposed by the system with your own number range object and/or interval.

In addition, you can, for instance, stop the system from assigning an internal number depending on the material or plant. You can also use this exit to stop the dialog box from appearing.

EXIT_SAPLV01Z_002. Using this exit, you can either change the number assigned by the system, or assign your own number.

There are many such user exits, please check and use the appropriate user exit.

Regards,

R.Brahmankar

Former Member
0 Kudos

Dear,

It is not possible to have 2 different type of batch no assignmenmt...but you can use the SAP enhancement SAPLV01Z to do the job.