‎2008 Jan 21 10:51 AM
Hi,
Can some one give the BAPI and the Parameters to be filled for Creating a Handling Unit for a Delivery.
In VEPO I need to see the Delivery assigned to Handling Unit Created.
Please help.Its urgent,
Thanks,
Shashi Devi.
‎2008 Jan 21 10:38 PM
‎2008 Jan 21 7:08 PM
u can use this FM to create del.using handling units.
IDOC_INPUT_DELVRY
and message type is 'WHSCON' and idoc type is 'DELVRY03'.
u need to pass data to segment:
wa_e1edl37-exidv2 = cartonnumber(handling unit number).
wa_e1edl37-exida =
wa_e1edl37-move_status = .
Fill the data record for E1EDL37
wa_edidd-segnam = 'E1EDL37'. "Segment type
wa_edidd-sdata = wa_e1edl37. "Application data
‎2008 Jan 21 10:38 PM