cancel
Showing results for 
Search instead for 
Did you mean: 

FM to create outbound delivery with batchsplit

Former Member
0 Kudos

Hi Folks,

we have a scenario where we need to use FM/BAPI to create outbound deliveries & PGI and update Batches for a main item.

For eg

SO has got a material for 10000 Tons , Delivery to happen for a material with batches  . ie  Delivery for 97 tons

Material id 1830S001 for 10000 tons, delivering for 97  Tons for one item and delivering 70 tons for another item. is there any  Functional Module/BAPI  to achieve the below result.

Delivery is happending for main item "

Line item 1 1830s0001" and batches are as below

Batch 1  ---- 25 Tons

Batch 2 -- 23 tons

Batch 3 - 25 Tons

Batch 4 -- 24 tons

Line item 2 1930S001 and batches are as below

Batch B ---20 Tons

Batch C--- 23 Tons

Batch D--- 27 tons

Thanks

Phani

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

You can try with any of the following two FMs:-

  • BAPI_OUTB_DELIVERY_CHANGE
  • WS_DELIVERY_UPDATE_2

G. Lakshmipathi

Former Member
0 Kudos

Hi lakshmipathi,

So far as i understand there is no FM . SAP team confirmed that.

Thanks