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

HU update using BAPI

Former Member
0 Likes
1,218

Hi,

I am trying to do a conversion program for changing the Inbound Delivery with the packing details by providing HU details(external number assignement)...Here i have tried with the BAPI "BAPI_INB_DELIVERY_CHANGE"...but using this bapi we couldnot able to do the change for the HUs.

Please provide some help in this regard..

Thanks

Kathir

3 REPLIES 3
Read only

Former Member
0 Likes
925

Hello Kathiran,

Have u tried with the BAPI <b>BAPI_HU_CHANGE_HEADER</b>.

If not try this.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
925

Hello,

Please use this function module

BAPI_INB_DELIVERY_CONFIRM_DEC " For Inbound Delivery

BAPI_OUTB_DELIVERY_CONFIRM_DEC " For outbound Delivery

Here you can provide evertyhig as per your requirement.

Reward if helps.

Thanks,

Krishna

Read only

Former Member
0 Likes
925

Hi you need to commit the chages externally .

use the below metioned function module.

After your bapi call.

BAPI_TRANSACTION_COMMIT

thanks,

jaffer