cancel
Showing results for 
Search instead for 
Did you mean: 

batch management number ranges

Former Member
0 Kudos

Hi guru's

My client is using internal number ranges for my raw material

but now they want to enter external number at the time of Goods reciept

and also I want to make it mandatory for external number ranges.

that mean system is proposing me internal number ranges now

and user is updating external number ranges.

My issue is system should not propose me any internal number ranges

I want to update my external number ranges only

could any body help me to solve this issue?

which user exit i have to try or is there any other option?

Nilesh

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar3
Active Contributor

Dear,

Set Up Customer Exits for External Batch Number AssignmentAs part of the external batch number assignment, the following two function module exits are available in the SAP enhancement SAPLV1ZE for checking a new batch number that has been entered.

EXIT_SAPLV01Z_003. Using this exit, you can replace the proposed number range object BATCH_CLT and/or external interval 02 with a number range object and/or external interval you have defined yourself.

You also have the option of suppressing the batch number check, for example, based on the material or plant.

EXIT_SAPLV01Z_004. Using this exit, you can define your own checking rule.

In this you write a code, if the plnat is so and so , then take this external number range, if youn want internal number range then use the following

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:

Goto OMCZ, Inactive internal no assignment for the batches.

Now in OMAD- Maintain no ranges for object- BATCH_CLT

Maintain external no range for that.

Please rfer this also,

http://help.sap.com/saphelp_40b/helpdata/ru/dc/1d4b6e5733d1118b3f0060b03ca329/content.htm

Regards,

R.Brahmankar

Answers (0)