‎2010 Sep 02 9:35 AM
HI Need Help
In my current system automatic batch determination is activaed,
When i save a production order automatic batch number is generated.
My reqirement is at the time of production order save the batch number should change to current date + a serial number .
‎2010 Sep 02 10:25 AM
Implement the exit SAPLV01Z - EXIT_SAPLV01Z_002.
NEW_CHARG contains the batch number which can be changed as per our need.
X_BNCOM-AUFNR contains the production order number. If you have any restrictions in making batch naming based on the order, you can make use of it.