<?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: how to print barcode using smartform and sapscript...? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914362#M685986</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;By above mentioned replys you musk have known the procedure to create &lt;/P&gt;&lt;P&gt;barcodes in both sapscrips and smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to add on to this : Sapscripts use Old Technology barcodes which are very much dependant on printer configuration and are also not very much user friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, smartforms can use New technology barcodes which are much easier to use and can be easily tested and also not require printer configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you have a choice between sapscript and smartform..always go for smartform to print barcodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---Still u face any issue regarding barcodeprinting ,please reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;Reward Points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2007 06:22:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-17T06:22:22Z</dc:date>
    <item>
      <title>how to print barcode using smartform and sapscript...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914357#M685981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please explain me in detail how to print barcode through sapscript and smartforms both in detail?...Useful answers will be highly appreciated and rewarded!!!Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 05:56:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914357#M685981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T05:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to print barcode using smartform and sapscript...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914358#M685982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The place where you are using the field value use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;C1&amp;gt; &amp;amp;itab-field&amp;amp; &amp;lt;/C1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the field value in the form of barcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which barcode printer are you using ? Can you download this file and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.servopack.de/Files/HB/ZPLcommands.pdf" target="test_blank"&gt;http://www.servopack.de/Files/HB/ZPLcommands.pdf&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give an idea about barcode commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm" target="test_blank"&gt;http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this link ll be useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;go through these links and cose u r previous threads,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm" target="test_blank"&gt;http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2248542"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detailed 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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 05:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914358#M685982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T05:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to print barcode using smartform and sapscript...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914359#M685983</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;see this link you will get idea of what is barcodes and use &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm" target="test_blank"&gt;http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to implement bar code in the smart form:&lt;/P&gt;&lt;P&gt;1. Create a Smart Style: Use the transaction code smart style. Give a suitable name .Choose Create.&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;3. Select desired attributes of Bar Code: Select the desired attributes of the Bar Code on the tab Standard Settings. &lt;/P&gt;&lt;P&gt;4. Choose Activate. &lt;/P&gt;&lt;P&gt;5. Use the Smart style in the Smart form: Assign the character format to the field or character string in the smart form. &lt;/P&gt;&lt;P&gt;6. Activate the smart form. &lt;/P&gt;&lt;P&gt;7. Test the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 05:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914359#M685983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T05:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to print barcode using smartform and sapscript...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914360#M685984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="155610"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 05:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914360#M685984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T05:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to print barcode using smartform and sapscript...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914361#M685985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hav a pdf document&lt;/P&gt;&lt;P&gt;give me ur id i wil send it to u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 06:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914361#M685985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T06:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to print barcode using smartform and sapscript...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914362#M685986</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;By above mentioned replys you musk have known the procedure to create &lt;/P&gt;&lt;P&gt;barcodes in both sapscrips and smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to add on to this : Sapscripts use Old Technology barcodes which are very much dependant on printer configuration and are also not very much user friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, smartforms can use New technology barcodes which are much easier to use and can be easily tested and also not require printer configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you have a choice between sapscript and smartform..always go for smartform to print barcodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---Still u face any issue regarding barcodeprinting ,please reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;Reward Points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 06:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914362#M685986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T06:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to print barcode using smartform and sapscript...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914363#M685987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please send d pdf to joskash@yahoo.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 08:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914363#M685987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T08:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to print barcode using smartform and sapscript...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914364#M685988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi today i have joind this portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to print barcode using smart form using my hp printer .&lt;/P&gt;&lt;P&gt;but i did not get barcade printed, there are only some numbers being printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i read your answer to this question so please tell me how to print them.&lt;/P&gt;&lt;P&gt;is it require some special settings in SAP or to Printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 12:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914364#M685988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T12:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to print barcode using smartform and sapscript...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914365#M685989</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;Could you please send the pdf document to &lt;/P&gt;&lt;P&gt;akash.sdn@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;akash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 20:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-print-barcode-using-smartform-and-sapscript/m-p/2914365#M685989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T20:51:29Z</dc:date>
    </item>
  </channel>
</rss>

