cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic QR code generate in abap

Hi, I have a new requirement to generate dynamic QR code based on invoice amount & invoice number. can anyone able to help me? Thanks!

iftah_peretz
Active Contributor

Hi,

Welcome to the SAP Community and thank you for coming for answers! Nic was able to find the answer to your question, as the same question occurred in the community before. If you haven’t tried this yet, I recommend searching in the community next time before you ask a question again. If you need further assistance feel free to reach out to moderators(at)sap(dot)com.

Best regards,

Iftah,

SAP Community moderator

Accepted Solutions (0)

Answers (4)

Answers (4)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

Have you found this blog?

http://blog.acorel.nl/2016/07/creating-qr-codes-from-abap.html?m=1

It shows how to convert the SmartForm to an Image.

This way you should be able to publish it via OData that can than also be consumed via Office.

Regards,

Andre

0 Kudos

Link is dead now.

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

A simple search for qr code and acorel reveals this blog....

https://www.acorel.nl/2016/07/creating-qr-codes-from-abap/

Hi Iftah and Nic Teunckens , g'd morning! I did search before raise to community. There are only static QR code solutions are there. For my case, dynamic QR code, example for customer needs to use to pay bill based on Invoice amount and Invoice number. can able to help me? Thanks

NTeunckens
Active Contributor

Please do a Search on the Web, this Forum and SAP ONE Support, as there are Blogs and SAP-KBA's that provide a lot of information :

  • SAP-Blog "How to create a QR code and show it in a Smartform" : link
  • SAP-Blog "QR Code or 2D Bar Code in SAP" : link
  • SAP-KBA 2030263 - Support for QR Code 2005 Barcode in SAPscript and Smart Forms : link
  • SAP-KBA 2029824 - Support for QR code and data matrix bar code (ABAP part) : link
  • SAP-KBA 2001392 - Support for Datamatrix ECC200 Barcode in SAPscript and Smart Forms : link
  • ... and more ...
0 Kudos

hi Geert-Jan Klaps, thanks for your effort to provide code for me. But how to download those code into my office environment? Is it for web ide or abap code?