ā2012 Aug 22 9:17 AM
Hi experts,
I want to do auto packing for selected material by pallet type in outbound delivery in custom report program.
Please suggest function module for auto packing.
Material should be packed by pallet type in outbound delivery.
I am using following function module but still not succeed?
CALL FUNCTION 'BAPI_HU_CREATE' => Here not creating HU key.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
CALL FUNCTION 'BAPI_HU_CHANGE_HEADER'.
CALL FUNCTION 'BAPI_HU_PACK'.
Which function module i have to use to pack material by pallet type. and what parameter's need to pass.
Would appreciate if someone provides me pointers on this.
Thanks and Regards,
Sumeet.
ā2012 Aug 23 12:46 PM
ā2012 Aug 23 1:16 PM
Hi
Check the bellow link which could give some idea to work on your requirement.