cancel
Showing results for 
Search instead for 
Did you mean: 

Pack HU in Vl32n

Former Member
0 Kudos

Hi Experts,

I have created HU using HU02 and used MB1C for quantity and recived the inbound delivery no. So I want to add these already creted HU to pack the inbound delivery. In SDN evryone suggested to use this FM : PROCESS_HU_INBOUND_DLVRY

But dont knw how to pass the parameters to this.

please help??

CALL FUNCTION 'PROCESS_HU_INBOUND_DLVRY'

EXPORTING

I_HU_ID = 'X'

I_NEW_HU = ' '

  • I_UPDATE_DB =

  • I_CREATE_HU =

I_REFERENCE_OBJECT = ls_object (passing only the delivery number in objkey)

  • I_MM_DATA =

I_HU_HEADER_MAIN =

  • I_HU_HEADER_CAPACITY =

  • I_HU_HEADER_ADDITIONAL =

  • I_HU_HEADER_TRANSPORT =

  • I_HU_ITEMS =

  • I_HU_SERIAL_NR =

I_SAVE_STEP = 'ITEM'

I_PACK_ACTIVITY = 'PACK'

  • I_HU_EXTERNAL =

  • I_HU_INTERNAL =

I_DELIVERY_TYPE = '7'

I_PACKING_ACTIVITY = 'PACK'

I_PACK_TYPE = 'MAT'

IS_ITEM_PROPOSAL = ls_item (passing only the venum and exidv)

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the below thread