Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Barcode Label

anupam_srivastava2
Participant
0 Kudos

Hi All

I want to print label with barcode of width 50mm and height 50mm.

any idea how can I do that.

regards

AJ

5 REPLIES 5

Former Member
0 Kudos

Hi

Refer this link:

<u>http://www.zebra.com/id/zebra/na/en/documentlibrary/whitepapers/sap_smartforms_bus_suite.File.tmp/WP13841L_SAPsmartForms.pdf</u>

Thanks

Vasudha

maciej_domagaa
Contributor
0 Kudos

1. You define your barcode type in SE73 (-> "System bar codes" -> Change).These definitions contain attributes like length and width but they are for information only.

2. Next you assign your barcode type to a device (-> "Printer bar codes" -> Change). In this assignment you put two "print control" names prepared before.

"Print control" is a sequence of binary data recognized by the device. One of the print controls that you specify in assignment "barcode type -> device" is sent to a device before printing the barcode, the other is sent after printing.

The print control sent before printing should contain some device-specific instruction for setting the width and height of the barcode. See your device manual for details.

To prepare a control sequence use transaction SPAD -> DeviceTypes tab -> DeviceTypes button -> choose your device (doubleclick) -> "Print Controls" tab.

good luck

Former Member
0 Kudos

Hi

see this link you will get idea of what is barcodes and use

http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm

Steps to implement bar code in the smart form:

1. Create a Smart Style: Use the transaction code smart style. Give a suitable name .Choose Create.

2. Create a Character Node: In change mode of the Smart Style select the Character Formats Node and choose Create. In the Character format field enter a two-character key. Click Continue.

3. Select desired attributes of Bar Code: Select the desired attributes of the Bar Code on the tab Standard Settings.

4. Choose Activate.

5. Use the Smart style in the Smart form: Assign the character format to the field or character string in the smart form.

6. Activate the smart form.

7. Test the same.

http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm

Reward if usefull

0 Kudos

Hi

I have made a form with the barcode, have connected it to a Zebra printer.

I am having 4.6c SAP version.

but the label is not printing on the zebra printer. the zebra printer is TLP 2844.

Do we require any other setting to print.

cheers

AJ

anupam_srivastava2
Participant
0 Kudos

This message was moderated.