Application Development 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: 

RF Transaction/Function Module to Unload HU's in Outbound Delivery

Former Member
0 Kudos

Hi,

I am trying to find a SAP RF transaction that would let me Unload the Handling Units (HU) that are meant for an outbound delivery. LM30 is a similar transaction but only lets me load a HU not Unload it.

Further, can you please confirm which function module is relevant for performing this business process - Closest I found is "LEINT_YARD_HU_UNLOAD". Kindly verify.

thanks,

rohit.

7 REPLIES 7

Former Member
0 Kudos

There are several BAPI's available..

BAPI_HU_DELETE - Deletes the handling unit

HU_UNPACK - Unpacks the HU

You could write a routine that unpacks and then deletes the HU.

0 Kudos

Hi Joseph,

Thanks for your response.

But more specifically what I am looking for is a transaction that helps me unload (instead of Unpack & delete HUs) an outbound delivery.

Transactions LM33 & LM34 are the closest I have found so far based on my requirement, but I have my doubts whether they handle the HU's picked for Outbound Delivery.

I would appreciate if you have any further input.

best regards,

rohit.

0 Kudos

LM33 is for shipments if you're more concerned with individual HU's and outbound deliveries check out transactions..

LM22 - Handling Unit Unpack

LM25 - Unpack HU by Delivery

0 Kudos

Hi Joseph,

Thanks for being helpful. I am rather looking for transaction that helps in 'Unloading HU shipments' not unpacking them. As you ofcourse understand that Unpacking and Unloading are different scenarios, What I am seeking is a RF transaction that can let me Unload a HU shipment that has been assigned to an outbound delivery.

Hope it clarifies my requirements better.

Thanks,

rohit.

0 Kudos

LM30 is both the load and unload function. Enter the shipment number and the HU and F9 to unDo or unload the HU. Hope this helps.

Frank

0 Kudos

I'm having the same problem. I can unload an HU assign to an outbound delivery. There is a FM LE_MOB_LOAD_HU for loading (it works well) but I did not found any for the unload. None of the suggestion above, works! Let me know if someone find something on that!

Regards

Alex

AlexGiguere
Contributor
0 Kudos

Use transaction LM31, enter your HU # and click on Undo.

I find the FM to unload, its HU_STATUS_SET.

Regards

Alex