cancel
Showing results for 
Search instead for 
Did you mean: 

Process Order number as batch number for produced materiai

Former Member
0 Kudos

Hi gurus

Is it possible in SAP to automatically set the process order number as the batch number for an semi finished good or finished good? Is there a config like that in SAP?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

sundaresan_velayudam
Active Contributor
0 Kudos

use following exit to achieve your requirement

EXIT_SAPLV01Z_001

EXIT_SAPLV01Z_002

Answers (3)

Answers (3)

dhaval_choksi3
Active Contributor
0 Kudos

Hi,

Refer this [link|http://help.sap.com/saphelp_46b/helpdata/fr/e9/c6f9bdaa28d3119b440060b0671acc/content.htm]

you have to use EXIT_SAPLV01Z_001 and EXIT_SAPLV01Z_002 in the case were you want to Copying the production order number to the batch number.

Regards,

Dhaval

Former Member
0 Kudos

hi,

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 for copying production order numbers to batch number.

Pavan

former_member189817
Active Contributor
0 Kudos

Hi

You have to activate external number range for the Batch number in IMG.Use user exit "EXIT_SAPLV01Z_003' to set process order number as Batch number.

Regards,

Velmurugan S