cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Handling Units for a single delivery and multiple line items

Former Member
0 Kudos

Hi All,

I am basically an ABAPER and I would like to know the below:

Can we create Multiple Handling Units for multiple line items in a single delivery and if so

How and what would be the pre-requisites.

Is there any FM to satisfy this scenario.

Thanks

Srikanth.P

Accepted Solutions (1)

Accepted Solutions (1)

harry_wu
Contributor
0 Kudos

Hi,

It's ok to do that.

You can check idoc WHSCON. By this idoc you can create HUs for delivery. This idoc is processed by function module IDOC_INPUT_DELVRY.

Please check online help document regarding how to use this idoc.

http://help.sap.com/saphelp_470/helpdata/en/cb/973735ec50d33de10000009b38f889/frameset.htm

Shipping (LE-SHP) -> Printing and Communication in Shipping -> Delivery Interface.

BTW: Function module WS_DELIVERY_UPDATE_2 can also update HU to delivery. Actually, IDOC_INPUT_DELVRY will finally call WS_DELIVERY_UPDATE_2 too.

Answers (1)

Answers (1)

Former Member
0 Kudos

helpful answers