cancel
Showing results for 
Search instead for 
Did you mean: 

Picking Reversal Against Delivery Note

Former Member
0 Kudos

Dear Experts,

We are using Hand Held Terminals in our Warehouse Operations, sometimes what happens we need to cancel out the picking of the material against delivery note, so to do it in SAP we used to proceed with transaction LT0G & LT12. Now, I would like to ask, is there any RFC for the same to cancel the picking from device itself rather than manually from SAP.

Currently we are using following SAP RFCs to integrated SAP with 3rd Party Software (.Net Based)

L_TO_CREATE_TR (TO Create & Confirm both putaway & pick)

L_TO_CREATE_SINGLE (To Create Bin 2 Bin)

L_TO_CREATE_DN (Create TO against Delivery Note)

Now, Please provide me with the RFC for delivery note picking reversal.

Thanks in Advance !!

Thanks & regards,

Vishal Verma


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vishal,

unfortunately, no. There's no RFC enabled equivalent to LT0G.

If you analyze LT0G (Report RLLT0G00) around FORM einlagern_lieferung, you will quickly find out the L_TO_CREATE_MULTIPLE will never work alone to emulate LT0G, because LT0G needs to reset picking state in outbound delivery and other nasty things.

My suggestion would be to extract and encapsulate the LT0G code in a Z* function module which is RFC enabled.

Best regards,

Matthias

Former Member
0 Kudos

Mr. Bucher,

Is there any in built RFC in SAP for Picking Reversal against Delivery Note?

What about L_TO_CANCEL, how it works?

Regards,

Vishal Verma

Former Member
0 Kudos

L_TO_CANCLEL is ok to cancel (undo) unconfirmed transfer orders.

If this is your business case (TO is open, physical stock movement was NOT done by picking people) then L_TO_CANCEL is fine.

You may create a new SE37 function module like Z_L_TO_CANCEL_RFC and wrap the SAP function to allow RFC execution.

After TO cancellation, delivery is open again for new TO creation or cancellation itself.

If this it not your intention, and you need a real reversal because TO is confirmed, physical stock was moved, WM status in delivery is "C"=completed, then LT0G is fine unless you did not post goods issue.

You may extract code out of LT0G or record a batch input and wrap LT0G into a RFC enabled function.

If goods issue of odlv are already posted, VL09 will reverse the material document itself.

Regards,

Matthias

Answers (1)

Answers (1)

csaba_szommer
Active Contributor
0 Kudos

L_TO_CREATE_MULTIPLE is used in standard SAP transaction LT0G.