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 Split List in Outbound Delivery

Former Member
0 Likes
410

Hi All

I have a requirement to capture the batch split list in Outbound Delivery (VL01N, VL02N).

Currently i am able to capture only the selected batches and not all the batches proposed by the system.

I have tried using the FM "VB_BATCH_DETERMINATION" but couldnt get the expected result.

Please provide pointers....

Regards

Ravish

1 REPLY 1
Read only

Former Member
0 Likes
347

Hi,

I can see it's been a while, still I would like to respond as I had the same question, until I found somehow by trying and trying in the system.

You need to fill the following data (I just did it in SE37 testing it, the ABAPer will be using it in a Z program) :

I_KOMKH-MANDT = (your client nr. comes here)

I_KOMKH-VBELN = LIKP-VBELN

I_KOMKH-POSNR = LIPS-POSNR

I_KOMKH-VKORG = LIKP-VKORG

I_KOMKH-VTWEG = LIPS-VTWEG

I_KOMKH-SPART = LIPS-SPART

I_KOMPH-MATNR = LIPS-MATNR

I_KOMPH-WERKS = LIPS-WERKS

I_KOMPH-LGORT = LIPS-LGORT

X_BDCOM-KAPPL = ‘V’

X_BDCOM-KALSM = LIKP-KALSM_CH

X_BDCOM-KNUMH = LIPS-KNUMH_CH

X_BDCOM-MENGE = LIPS-LFIMG

X_BDCOM-MEINS = LIPS-MEINS

            X_BDCOM-MBDAT = LIPS-MBDAT

Hope it helps!!