0% found this document useful (0 votes)
547 views8 pages

Step by Step To Create Qrcode in Abap Webdynpro

The document provides steps to create QR codes in ABAP Webdynpro: 1. Create a new form interface in transaction SFP to define an attribute to hold input for the QR code. 2. Create a new form template in SFP and drag the interface attribute to bind it to a QR code control. 3. Create a new ABAP webdynpro with a text edit to input text, button to generate the QR code, and interactive form to display it, binding the controls to the context attribute.

Uploaded by

vtheamth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
547 views8 pages

Step by Step To Create Qrcode in Abap Webdynpro

The document provides steps to create QR codes in ABAP Webdynpro: 1. Create a new form interface in transaction SFP to define an attribute to hold input for the QR code. 2. Create a new form template in SFP and drag the interface attribute to bind it to a QR code control. 3. Create a new ABAP webdynpro with a text edit to input text, button to generate the QR code, and interactive form to display it, binding the controls to the context attribute.

Uploaded by

vtheamth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

ABAP Development: Step by step to create

QRCode in ABAP Webdynpro


Posted by Jerry Wang Feb 11, 2014

Step1 Create a new form interface in tcode


SFP on page 1
Step2 Create a new form template in tcode
SFP on page 2
Step3 Create a new ABAP webdynpro on
page 4
Test on page 5
Step1 Create a new form interface in tcode
SFP

Click tab "Interface",add a new attribute QRCODE_INPUT with type string for Form Interface - Import. This
attribute is used to hold the content input by end user which will be used to generate QR code. Activate the
interface.

Generated by Jive on 2015-01-08+01:00


1

ABAP Development: Step by step to create QRCode in ABAP Webdynpro

Step2 Create a new form template in tcode


SFP
Specify the interface you created in step1 as its interface:
In Context tab, drag the attribute QRCODE_INPUT to form Context:

Generated by Jive on 2015-01-08+01:00


2

ABAP Development: Step by step to create QRCode in ABAP Webdynpro

Click tab "Layout", drag a QR Code control from Adobe Form Designer Object Library:
Specify its data binding from context attribute which we drag from form interface in step2:
activate the form template.

Generated by Jive on 2015-01-08+01:00


3

ABAP Development: Step by step to create QRCode in ABAP Webdynpro

Step3 Create a new ABAP webdynpro


It has one text edit which allows end user to input some string which will be used to generate the QR code,
a button to trigger the PDF generation, and an interactive form element to display the rendered PDF with
QRCode.

Select the interactive form element, maintain the template source with ZPF_GRCODE we created in step2,
choose Yes to let framework to generate the necessary context for us:

Generated by Jive on 2015-01-08+01:00


4

ABAP Development: Step by step to create QRCode in ABAP Webdynpro

Bind the text edit to the automatically generated context attribute:

Test
type some test string and click Generate button, the generated QR code is displayed in the interactive form
element.

Generated by Jive on 2015-01-08+01:00


5

ABAP Development: Step by step to create QRCode in ABAP Webdynpro

and I can use the QRCode scanner installed in my cellphone to parse the QRCode successfully.

Generated by Jive on 2015-01-08+01:00


6

ABAP Development: Step by step to create QRCode in ABAP Webdynpro

2558 Views Tags: abap, pdf, scan, interactiveform, qr_code, abap_webdynpo, qrcode, form_template

pavan sai
Aug 22, 2014 8:02 AM
Hi Jerry,
Thanks alot for sharing the tutorial.
I have small doubt can you please share your knowledge.
1. If i created QR code has you mentioned above. Once QR code get generated how do i print the QR code
into "ZPL" printer?? need steps to print the QR code..

Thank You.
Regards,
Pavan.
Jerry Wang in response to Mohamed Riswan Abdul Lathif on page 8
Jun 20, 2014 9:43 AM
Hi Riswan,

Generated by Jive on 2015-01-08+01:00


7

ABAP Development: Step by step to create QRCode in ABAP Webdynpro

there might be some technical limitation on the Adobe QRCode control. As currently the ADS in my server is
down, I could not do more testing on it. I suggest you create an internal ticket to CSS component XX-PARTADB-IFM also write mails to the responsible colleagues there. They have enough expertise to help you.
Best regards,
Jerry
Mohamed Riswan Abdul Lathif
Jun 18, 2014 3:42 PM
Hi Jerry,
This was an awesome tutorial. This helped a lot. Thanks for sharing this. There seems to be a small problem
with this, when I am trying to generate QR codes for URLs which has lengthy strings ( i.e more that 155 chars),
QR code is not generated. Is there a way by which we can resolve this issue?
Regards,
Riswan

Generated by Jive on 2015-01-08+01:00


8

You might also like