Skip to Content
2
Former Member
Apr 10, 2015 at 11:45 PM

Generating QR code for invoice format

2130 Views

Hello

I hope some one can help me. i'm doing a format for invoice with crstale reports, the format is fine, but once mounted in sap, see that by scanning the QR invoice the string you want to show does incomplete and i not can find the way for solution. According to official newspaper and specifications, the code should be the following form :

My code is it :

"http://qrcode.kaywa.com/img.php?s=6&d= + ?re= + " & {OADM.TaxIdNum} & " + rr= + " & {OINV.LicTradNum} & " + "&"tt= + " & ToText({OINV.DocTotal},"0.000000",6) & " + "&"id= + " & {OINV.EDocNum}

The string you expect to see when scanning my QR is

? Re = BAS041007PM8 & rr = PDP860925BY4 & tt = 1415.200000 & id = 5877F23C-06F3-4870-9F48-2E2A8BAC6ED6

However what is showing me is this chain, which is only a fragment

?re=BAS041007PM8

Greetings

Attachments

1.png (48.8 kB)
2.png (16.5 kB)