cancel
Showing results for 
Search instead for 
Did you mean: 

Batch number range at plant level

Former Member
0 Kudos

Hi,

How do define the internal number for batches which is maintained at plant level?

In OMAD,i can mainta in only for Client level..Is it something to maintain the number range in OMAD and assiging the number range interval to plant?

Thanks

Srini

Accepted Solutions (0)

Answers (2)

Answers (2)

ashish_andani
Contributor
0 Kudos

hi...

u cant maintain batch at plnt level...

u can maintain the batch at 3 level...

in combination with material and plant

in combination with material number

at client level..

Hope it works

thanks

pankaj_singh9
Active Contributor
0 Kudos

Hi,

It is not possible to maintain Batch no. at Plant level in standard SAP.

You have to use user exit SAPLV01Z, in this use function module exit EXIT_SAPLV01Z_002.

Former Member
0 Kudos

In this Function module,how do activate this?

Could you please provide the steps?

scm_09
Contributor
0 Kudos

please go through the link

http://help.sap.com/saphelp_46b/helpdata/ru/ea/c6f9bdaa28d3119b440060b0671acc/content.htm

Integration

You can define internal batch number assignment according to your requirements via the enhancement SAPLV01Z with the exits EXIT_SAPLV01Z_001 and EXIT_SAPLV01Z_002.

SAP delivers a total of 6 examples for batch number assignment:

1. Copying the production order number to the batch number

2. Copying the sales order number to the batch number

3. Material-type-dependent batch number assignment

4. Material-number-dependent batch number assignment

5. Including the date in the batch number

6. Including the plant number in the batch number

For examples 1 and 2 you have to use the exits EXIT_SAPLV01Z_001 and EXIT_SAPLV01Z_002.

For examples 3 and 4 you have to use the exit EXIT_SAPLV01Z_001.

For examples 5 and 6 you have to use the exit EXIT_SAPLV01Z_002.

you cannot have internal number range for batch just at plant level.batch number will be at client level or using a customer exit you can get them at material type level. thats it.

if you want to have them by plant, you have to use the exit and have the plant number in the batch number. for example lets say your plant number is 7304. batch number can be 7304000001.

please take help of ABAP resource as you will not have access to SMOD

Former Member
0 Kudos

If the Batch is activated at Plant level,whether we can have a same material having batch managment in one plant and not activated in other plant?

Material A plant 1000 Batch managment active

Material A Plant 2000 batch management Inactive

Can we do thisor how to do this?