Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

batch determinaion while production order save

Former Member
0 Likes
315

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 .

1 REPLY 1
Read only

asik_shameem
Active Contributor
0 Likes
274

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.