cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing serial numbers at receiving with RF transaction

0 Kudos

We have created a custom transaction (ZMB01A) that replicates the MIGO process. We have a new requirement to begin capturing serial numbers at the point of receiving. Since we receipt in purchase orders, LM80 will not work for us. Does anyone have experience creating a MIGO-like RF transaction that captures and stores serial numbers in SAP? I am in need to any programs we could call, any FMs that might be useful.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

check form IM_BUCHEN_INT in program LLCMBF2W.

There's a code example to call function module MB_CREATE_GOODS_MOVEMENT with serial numbers.

Also - as Vijay said - your RF transaction should catch all serial numbers before posting, check them (e.g. for status) and provide it to the IM posting.

Regards,

Matthias

Former Member
0 Kudos

Hi,

In one of my project we have created a custom transaction ZMOBGR for RF transaction which was used for doing GR for P.O's, production orders and outbound deliveries. For serial numbers to update in  SAP we have created a custom table to store them and FM's used for checking the status/pulling of serial numbers is BAPI_EQUI_GETSTATUS and BAPI_EQUI_GETLIST.

Regards

Vijay