Hi experts,
I've been searching through the forum but I didn't find anything that solves my issue..The user needs to print a QR code in the back of the delivery's smartform (VL0xN). This QR code must contains some data of all the positions in the delivery, so it can be very big. SAP only allows 255 characters. so the QR code is wrong generated. I splitted my string into different token (255 characters each) and then, in the text element I did like this:
<QR>&gv_qr1&&gv_qr2&&gv_qr3&</>
I sabe and activate the smartform but then I go to chect the text and it appears as follows:
<QR>&GV_QR1&</><QR>&GV_QR2&</>><QR>&GV_QR3&</>
And when I print the delivery, there are 3 QR Code instead of 1.
Has anybody faced the same problem?
Thanks!
Maria