‎2008 Apr 08 1:24 PM
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
‎2013 Aug 27 3:36 PM
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!!