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

how to assign a batch name 'ABC' when doing picking

anupam_srivastava2
Participant
0 Likes
560

Hi all

I want to assign a batch 'abc' when doing picking........is ti possible using FM ws_delivery_update

Hi all

I want to assign a batch 'abc' when doing picking........is ti possible using FM ws_delivery_update

2 REPLIES 2
Read only

Former Member
0 Likes
480

Hello,

In fact we can use the FM WS_DELIVERY_UPDATE_2 but it may not work during batch Split. So, the best way is to carry out a Batch Split is the BDC Approach. You can click on the Batch Split Button that can be found below the Item Overview screen by doing which you can add as many batch Numbers as you want. Usage of WS_DELIVERY_UPDATE_2 is not recommended as it causes Locking issues and other issues while doing the Batch Split. But the above function module can best be used while doing Packing & PGI for the Delivery.

Thanks and Regards,

Venkat Phani Prasad Konduri

Read only

0 Likes
480

thanks