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: 

BAPI_INB_DELIVERY_CHANGE - Batch Splits don't work

Former Member
0 Kudos

Dear Experts

I am using bapi BAPI_INB_DELIVERY_CHANGE to change my inbound delivery , I need to updated the batch numbers for the line items , there are multiple batch numbers for line items

I am passing below parameters to the bapi

CALL FUNCTION 'BAPI_INB_DELIVERY_CHANGE'

EXPORTING

HEADER_DATA = header_data

HEADER_CONTROL = header_control

DELIVERY = Delivery_Number

TABLES

ITEM_DATA = Item_data

ITEM_CONTROL = Item_control

RETURN = Return.

I called bapi commit after it but it is not updating the batch numbers in the delivery , bapi return parameter is also blank ,

please help .

4 REPLIES 4

former_member183990
Active Contributor
0 Kudos

0 Kudos

Thanks for reply , I use bapi commit but still the batch numbers are not updated .

0 Kudos

Solved by own , Actually I have to pass line item pluse line item for my batches in itam_data table of bapi , initialy I only updated batch number in the line item row

any way thanks again for reply

0 Kudos

Hi Akash ,

I am facing the same issue and Can you let me know to whiche fields u have mapped line items of materail and batches .

Thanks ,

sandeep M