cancel
Showing results for 
Search instead for 
Did you mean: 

qr code creating and reading in sap

Vinay3
Participant
0 Kudos

i had created qr code in sap but problem is, now i want to read qr from my cell and pass the to sap screen directly.... how it can be done ....pls help for the same

Accepted Solutions (0)

Answers (3)

Answers (3)

johna69
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vinay,

When you develop the mobile application you can integrate a scanning library. I am assuming you are creating a native application.

For Android and iOS you can use the ZXing library http://code.google.com/p/zxing/ . There are others too, for iPhone apps and one used by students I teach is ZBar http://zbar.sourceforge.net/iphone/sdkdoc/ . You can see their scanning app in action here:

http://www.sapvirtualevents.com/teched/sessiondetails.aspx?sId=3460

As always check the licenses with the SDKs to ensure they can be used by you.

JohnA

Vinay3
Participant
0 Kudos

Hi John,

The requirement was to generate QR code from sap and and whenever that QR code is scan the related data should come from SAP R/3 and they can use that data and save it....this process was required in tabulate or cell phone...for which i had created qr code from sap and ABAP webdynpro to read data and save it in SAP which is working well.... 

Former Member
0 Kudos

Hello John,

I am working on a similar model where we scan the QR code from the device and pass the input to the application and fetch the data from the SAP back-end system, but instead of native we plan to build hybrid that is HTML5 application, could you suggest something for that as well, I am really new to any kind of coding....but some inputs or guidance in the right direction would be really helpful.

Thanks,

Nitin Jain

jerome_lim
Participant
0 Kudos

hi Nitin,

Please create another post for this question.

I can give you some idea. We've just finished a project of this.

kr

Jerome

Former Member
jerome_lim
Participant
0 Kudos

Hi Vinay,


Could you tell me what is the procedure to create a QR Code in SAP and get it print/print preview?

I'd like to know the procedure.

Thank you.

Kind regards

Benjamin

Vinay3
Participant
0 Kudos

HI Benjamin,

there is qr code doc in sdn... u have to install cute pdf software.....

Kind regards

Vinay

Vinay3
Participant
0 Kudos

HI Benjamin,

there is qr code doc in sdn... u have to install cute pdf software.....

Kind regards

Vinay

0 Kudos

Hi Vinay,

I might be able to help you here, but first I need to know if I understand your concern correctly.

Do you want to be able to scan a QR Code, which shall launch your application directly and also pass some parameters to the application? Also, which device are you trying to do this? Android?

Regards,

Suhas

Vinay3
Participant
0 Kudos

Hi Suhas, thanks for your reply..android well be there...let me explain complete requirement....suppose for example i have sap in my system(android)... Now i scan one qrcode which consist of employee number (for scanning qr code there is app in android)...Now once qr code is scan the employee number retrive now that employee number(parameter) i have to pass to sap system and sap will open the detail of employee and now i can edit that employee detail in sap and save....above is example but similar requirement is there for different module in sap....

thanks

Vinay