cancel
Showing results for 
Search instead for 
Did you mean: 

'BAPI_OUTB_DELIVERY_SPLIT_DEC' after Partially picking

Shizofrenik
Explorer
0 Kudos
118

Hi, expert.
I've stuck with problem of using  'BAPI_OUTB_DELIVERY_SPLIT_DEC' after Partially picking.
I have a delivery with 4 items

Shizofrenik_1-1745575808795.png

I try to fill lt_itemdata table, with values, and i want just to save this picked quantity and transport the rest into new delivery.

Shizofrenik_3-1745576171602.png

And call FM

CALL FUNCTION 'BAPI_OUTB_DELIVERY_SPLIT_DEC'
      EXPORTING
        delivery              = vbeln
        businessprocess       = '0002'
        deliverynew           = newdelivery
        deliveryitemsbelongto = 'O'
        techncontrol          = techncontrol
      TABLES
        itemdata              = lt_itemdata
        return                = lt_return.

After executing i recieve the next : some items was saved with picking quantity, some was transport to new delivery with picking quantity.
OLD DELIVERY

Shizofrenik_0-1745579737592.png

 

NEW DELIVERY

Shizofrenik_5-1745576352601.png

 



Why it's happening?
How always to save the picking to old delivery?

Accepted Solutions (0)

Answers (0)