cancel
Showing results for 
Search instead for 
Did you mean: 

Expand the Batch Range in ECC6.0 ?

Former Member
0 Kudos

Dear All,

The Batch number range is predefined in SAP as 01, This Number is 01 defined from 0000000001 to 9999999999 (contain only 10 characters)

There is a way to expand the Batch Range in ECC6.0 over 10 characters?

If the answer is no, do you have another solution?

Thanks

Stavit Yarkoni

Accepted Solutions (0)

Answers (2)

Answers (2)

pankaj_singh9
Active Contributor
0 Kudos

Hi,

You can check with your ABAPer regarding SAP enhancement SAPLV01Z. 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.

Former Member
0 Kudos

Hi

The batch numbner has 10 charecters . It is Std SAP.

If you want more than 10 charecters , you may have to go for custom development.

you can go ahead with this.

Regards

YMREDDY