<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: smartform barcode printing problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550994#M249961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With barcode, obviously the value to be printed will be printed in an unkown format as the barcodes are used for that purpose only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barcode is basically used as an identifier to uniquely identify the object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the reason you are getting an unkown value when using barcode font.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write to me if you have still any doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Sep 2006 15:58:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-04T15:58:28Z</dc:date>
    <item>
      <title>smartform barcode printing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550991#M249958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am trying to print barcode with smartforms&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;i've created the necessary barcode character format.and assign it.but the problem is.smartforms always prints a default value even if i dont send any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the problem?thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 07:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550991#M249958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: smartform barcode printing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550992#M249959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Details information about SAP Barcodes &lt;/P&gt;&lt;P&gt;A barcode solution consists of the following: &lt;/P&gt;&lt;P&gt;- a barcode printer &lt;/P&gt;&lt;P&gt;- a barcode reader &lt;/P&gt;&lt;P&gt;- a mobile data collection application/program &lt;/P&gt;&lt;P&gt;A barcode label is a special symbology to represent human readable information such as a material number or batch number &lt;/P&gt;&lt;P&gt;in machine readable format. &lt;/P&gt;&lt;P&gt;There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols. &lt;/P&gt;&lt;P&gt;You can print barcodes from SAP by modifying an existing output form. &lt;/P&gt;&lt;P&gt;Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.  &lt;/P&gt;&lt;P&gt;Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies. &lt;/P&gt;&lt;P&gt;The next part of the equation can be a bit tricky as you will need to get a printer to print that barcode font. Regular laser printers does not normally print barcode fonts, only specialized industrial printers that is specifically designed to support that protocol and that uses specialized label media and heat transfer (resin) ribbon to create the sharp image required for barcodes. &lt;/P&gt;&lt;P&gt;Not to fear though, there are two ways to get around this: &lt;/P&gt;&lt;P&gt;- You can have your IT department do some research -  &lt;/P&gt;&lt;P&gt;most laser printers can accept a font cartridge/dimm chip (similar to computer memory), called a BarDIMM that will allow a laser printer to support the printing of barcodes. &lt;/P&gt;&lt;P&gt;- Secondly, you can buy software that you can upload in your SAP print Server that will convert the barcode symbology as an image that will print on a regular laser printer. I found that this option results in less sharper barcodes. This option is really if you need to convert a large quantity of printers (&amp;gt;10) to support barcodes.  &lt;/P&gt;&lt;P&gt;- Thirdly, you can buy a third party software like Barcode.dll and install on your frontend PC connected to the laser printer. &lt;/P&gt;&lt;P&gt;Now you have a barcode printed - what next? &lt;/P&gt;&lt;P&gt;Well there are two options, depending on your business requirements: &lt;/P&gt;&lt;P&gt;- You can use an existing SAP transaction on a regular workstation and get a barcode wedge reader to hook up between the keyboard and the PC. These wedge readers comes in a wand or scanner format. There are even wireless wedge scanners available that allows you to roam a few yards from the workstation to scan a label. This approach is mostly used where you want to prevent human errors in typing in long material, batch or serial numbers in receiving or issuing of material. The problem is that it's just replacing the keyboard input and you are basically locked down in one location and have to bring all the material to that location to process. &lt;/P&gt;&lt;P&gt;- Another solution is to use SAPConsole transactions &lt;/P&gt;&lt;P&gt;or write your own ABAP Dialog programs that will fit onto a barcode enabled wireless handheld terminal and that will follow the business logic as executed on the shop floor.  &lt;/P&gt;&lt;P&gt;These programs are highly complex exercises in industrial engineering and ergonomics because of the limited screen sizes and limited ability to accept keyboard input. The user is instructed step-by-step and only scan and push F-keys to interact with the SAP system. Scan, scan, beep, beep, enter - highly automated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barcode Standard &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; To Create a Bar code prefix:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)	Go to T-code - SPAD -&amp;gt; Full Administration -&amp;gt; Click on Device Type -&amp;gt; Double click the device for which you wish to create the print control -&amp;gt; Click on Print Control tab -&amp;gt;Click on change mode -&amp;gt; Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -&amp;gt; save you changes , it will ask for request -&amp;gt; create request and save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 07:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550992#M249959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T07:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: smartform barcode printing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550993#M249960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've created Bar code prefix.but my problem is different.smartforms print an unknown value.i can not assign any value.whatever i assign,it always prints that unknown value.my question is about to get rid of the unwanted value?.by the way smartform prints the value with noemal font not barcode font.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 14:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550993#M249960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T14:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: smartform barcode printing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550994#M249961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With barcode, obviously the value to be printed will be printed in an unkown format as the barcodes are used for that purpose only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barcode is basically used as an identifier to uniquely identify the object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the reason you are getting an unkown value when using barcode font.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write to me if you have still any doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 15:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550994#M249961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T15:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: smartform barcode printing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550995#M249962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can print Barcodes using Smartforms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: You can use System Barcode CD39_00. Font: Courier Size: 1,0 PT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the preview you will find vertical blocks for the barcode...but when printed on a barcode printing enabled printer, you will find the barcode printed perfectly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check the printer capability to print barcodes, run trxn SO10 and give Text element SAPSCRIPT-BARCODETEST and print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 16:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-barcode-printing-problem/m-p/1550995#M249962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T16:53:10Z</dc:date>
    </item>
  </channel>
</rss>

