cancel
Showing results for 
Search instead for 
Did you mean: 

Goods receipt via RF devices

Former Member
0 Kudos

Hello,

There would have been many threads on GR by RF devices however the company which we are implementing SAP WMS (ECC 6.0) currently works with more advanced WMS solution and we have a task in hand to at least match the functionalities which it is providing.

Currently the GR is done via RF( Handheld Device) where a Warehouse Operator /GR Clerk scan's the incoming Vendor label (Packing/ HU) and all the information of Material, Qty, SKU, Batch (Vendor) ,Lot number , Serial number etc are captured against the PO (in ERP) and post the document. This would generate labels (optional) which normally is Barcoded and would have details like Material Number, Vendor Batch , Batch (internal), Qty, SKU, Palletization info and much important the Move Order info ( Source & Destination Bin) etc.

Now with SAP the company needs us to map a similar functionality.

1) Company do not want to go with HU mgt.

2) They are largely to use the T code MIGO and not inbound deliveries.

My Question to the group is as below.

1) Is there a possibility to update the Batch (Internal or Vendor) info using RF scanners if I use Inbound delivery.

2) Option to update the serial number ( T code LM80 option we already have tested and it is working with delivery this stops at IM level) however the need is to have this Serial Number info carried all along in warehouse (traceable) wherever we move the material.

3) If Organization does not go with Inbound Delivery what would be best way to post a GR via RF (custom built T code attached to RF). Should we use BAPI if so what BAPI is best fit.

4) Use of RF in internal warehouse material handling e.g. Bin to Bin transfer ( without using SAP front (Mvt 999) end to create a TO)

Thanks in advance


Accepted Solutions (1)

Accepted Solutions (1)

mihailo_sundic
Active Contributor
0 Kudos

1) Agree with Santhosh on this
2) -II-
3) If you go for inbound posting through MIGO with ref.to PO, you need to create RF transaction that will use "BAPI_GOODSMVT_CREATE" for mv.type 101, with reference on PO.

4) Partially agree, use L_TO_CREATE_SINGLE, if you have storage unit management, you will only need to scan storage unit and afterwards scan the destination storage bin. If not, you will need to specify material, batch, source storage type and bin.

Answers (1)

Answers (1)

0 Kudos

1) you need to create custom RF Tcode where you can design a screen to enter the batch and update it.
2) Serial number is at IM level, if you want to trace it at the WM level then you need to go for custom program.( In standard it is not possible to track serial number at bin level)

3) try doing research on LM71, LM72, LM73, LM74. LM76.

4) There is not standard RF tcode to create TO, you need develop a custom Tcode.
    You need to sit with business to design the screens of this Tcode( mandatory field would be material, source storage, bin, destination storage, bin, SUT, )
   you can call function module L_TO_CREATE_SINGLE)