Application Development 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: 

FM for batch slpit in VL02N

Former Member
0 Kudos

Hi Gurus,

I'm getting feed from WMS and creating picking confirmatin.

IF there is any batch split it has to be done through IDOC. IF it is a single batch the FM IDOC_INPUT_DELVRY is deoing fine. But if there is multiple batch split for single line item it is not splitting accordingly. Can any one suggest any FM or BAPI or any way to do this.

Thanks & regards,

Naren.

3 REPLIES 3

Former Member
0 Kudos

HELP HELP

former_member378318
Contributor
0 Kudos

Try BAPI_INB_DELIVERY_CHANGE

ferry_lianto
Active Contributor
0 Kudos

Hi Naren,

In the past, I did in two steps.

1. Use BAPI BAPI_DELIVERYPROCESSING_EXEC to create the delivery.

2. Use FM WS_DELIVERY_UPDATE to update the batch split and handling unit assignment.

For your case, you can still use FM IDOC_INPUT_DELVRY to create delivery via IDoc then use FM WS_DELIVERY_UPDATE to do batch split.

Hope this will help.

Regards,

Ferry Lianto