cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic QR code generate in abap

9,771

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

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 Likes

Link is dead now.

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Likes

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 Likes

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?