cancel
Showing results for 
Search instead for 
Did you mean: 

Batch number range.

Former Member
0 Kudos

Hello friends,

I want to assign new internal number range to batch depending upon the movement type ( 309 ).

Please suggest the posible solution.

Regards,

Amit Shirsath

Accepted Solutions (0)

Answers (1)

Answers (1)

pankaj_singh9
Active Contributor
0 Kudos

Hi,

Batch No. Range is dependent on client means you can have single no range for the batch at client level.

Also if you will check in SNUM, the No Range object for batch is BATCH_CLT which is at client level.

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.