Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI For Handling Unit

Former Member
0 Likes
879

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
692

check this BAPI BAPI_HU_CREATE

Also check this thread.

2 REPLIES 2
Read only

Former Member
0 Likes
692

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

Read only

Former Member
0 Likes
693

check this BAPI BAPI_HU_CREATE

Also check this thread.