cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori App - Stock check and Goods Issue via QR code scanner

deepak_d
Explorer
0 Kudos
1,293

Hello SAP Guru's,

My client has two requirements in Fiori App.

1) They want to scan the Bar code on Spare part box via a scanning device in the Fiori app and check the stock.

2) If need be they should be able to post Goods Issue to Cost center or WBS element.

I am an EAM/PM consultant and this is an MM task. My question is can we implement the 2 requirements in one single app or 2 separate apps are needed?

Regards

Deepak Doddagoudar

Accepted Solutions (1)

Accepted Solutions (1)

DominikTylczyn
SAP Champion
SAP Champion
0 Kudos

Hello deepak_d

deepak_dI think it is straightforward to build a simple application / transaction to get data from a barcode, decide if WBS or cost center is needed and get that data from a screen and finally post a goods issue with BAPI_GOODSMVT_CREATE.

If I were you, I wouldn't go with a Fiori app implemented with OData and UI5 components. Instead I would just implement a simple dialog transaction with regular ABAP screens and expose it to mobile devices with either ITS or HTML GUI. That is how standard RF transactions in LE-WM and EWM are implemented.

Best regards

Dominik Tylczynski

deepak_d
Explorer
0 Kudos

Thank you Dominik,

Do you think we can implement this for Material Management (MM)? So far we have seen such implementations in WM/EWM only.

One more important thing is this is for Inventory Management and not for WM.

Regards

Deepak Doddagoudar

DominikTylczyn
SAP Champion
SAP Champion
0 Kudos

Hi deepak_d Yes, of course you can implement RF transactions for IM only, without WM or EWM.

deepak_d
Explorer
0 Kudos
Hello Dominik, Can it be done using a cell phone (mobile device) instead of scanning device?
deepak_d
Explorer
0 Kudos
Also, is autofill is possible in barcode scan with mobile URL ?

Answers (0)