0% found this document useful (0 votes)
54 views

Barcode Generation in Adobe Forms

Uploaded by

EmilS
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

Barcode Generation in Adobe Forms

Uploaded by

EmilS
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Barcode Generation in Adobe Forms

Here In this example, barcode generated is a combination of Personnel Number and Trip Number.
Go to Transaction SFP.
Select Interface, give the Interface Name and click on Interface.

Give the Interface name and Click on Save.

Add parameters GV_PERNR and GV_REINR under Import.

Save and Activate the Interface.


Select Form, give the Form name and click on Create.

Give the Form name and Click on Save.

Drag and Drop the GV_PERNR and GV_REINR Values from Interface on the left side to Context on the
right side.

Go to Layout Tab.
Go to Palettes -> Library.
Under Barcodes, select the type of Barcode I have selected Code 128.
Place it in the Form. Adjust the size of the barcode as required.
Drag and drop GV_PERNR and GV_REINR in the form.
For Barcode, maintain the Data length as 18 (Personnel number 8 & Trip Number - 10)

Barcode value is combination of Personnel Number and Trip Number. Form Calc Language is used to
generate the Barcode Number so the Value is selected as Calculated-Read Only

Form Calc Code is written to generate Barcode. It is written under Initialize Event.

Save and Activate the Form.


Execute the Form.

Input:
Provide the inputs Personnel Number 00000001 & Trip Number - 0000001234
Click on Execute.

Enter the Output Device and Click on Print Preview.

Output:
Barcode is generated which is a combination of Personnel Number and Trip Number.

You might also like