cancel
Showing results for 
Search instead for 
Did you mean: 

Cancel Picking of Material by Hand Held Device

Former Member
0 Kudos

Hi Gurus,

We are facing one problem in our Warehouse, the problem is sometimes after picking the material, marketing people told us to reverse the picking as party cancel the order. its easy to cancel the picking in SAP by simply doing LT0G & LT12. But in device it's provision is not there. Our device is connected to SAP by RFC. For viewing open Delivery Notes we use ZL_OPEN_DN_LIST & to create transfer order against delivery note we use Z_TO_CREATE_DN, but we are unable to cancel the picking, to keep the data accurate we used to reverse the picking by updating the database with SQL query, which is very critical thing.

Please suggest any way where we could be able to reverse the picking in HH device.

Regards,

Vishal Verma

Accepted Solutions (1)

Accepted Solutions (1)

mihailo_sundic
Active Contributor
0 Kudos

Definitely you need to create a transaction for HH devices that replicates the functionality of the LT0G transaction.
In my company we have created one and it's working flawlessly.
On the first screen you should choose the delivery and the material.
On ENter you should be called to confirm the qty (less or equal to picked qty),
and finally confirm the process. It shouldn't be a tough job for an ABAP-er.

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes, we have developed z program for it. This issue is closed now

Former Member
0 Kudos

Hi Vishal,

I believe there is no standard RF transaction to cancel picking.  you need to develop a program as per requirement.

Regards,

Krishna.