‎2006 Aug 03 9:50 AM
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
‎2006 Aug 03 9:57 AM
Hello Kathiran,
Have u tried with the BAPI <b>BAPI_HU_CHANGE_HEADER</b>.
If not try this.
If useful reward.
Vasanth
‎2006 Aug 03 10:16 AM
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
‎2006 Aug 03 10:41 AM
Hi you need to commit the chages externally .
use the below metioned function module.
After your bapi call.
BAPI_TRANSACTION_COMMIT
thanks,
jaffer