<?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: Barcode Printing from SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491175#M1932089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Masoud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;there are no differences between SmartForms and SAPScripts regarding barcodes. To be more specific: after the corrections of &lt;A href="https://service.sap.com/sap/support/notes/1558595"&gt;SAP Note #1558595 - "SAPscript: New bar code technology for SAPscript"&lt;/A&gt;, there should be no differences between them.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;the SAPSCRIPT-BARCODETEST in transaction SO10 only contains tests for the old barcodes.&lt;BR /&gt;This means: these barcodes will be only printed correctly if there is a barcode printing DIMM/SIMM module installed in your printer. (Or in the case of SAPWIN-like Device Types: when a valid barcode.dll file is used.)&lt;BR /&gt;If none of them are used, usually only plain numbers are visible on the paper.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Laszlo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2016 08:21:48 GMT</pubDate>
    <dc:creator>Laszlo_B</dc:creator>
    <dc:date>2016-02-03T08:21:48Z</dc:date>
    <item>
      <title>Barcode Printing from SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491171#M1932085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I create barcode for SAP scrip from this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A class="jive-link-external-small" href="http://www.saptechnical.com/Tutorials/Smartforms/Barcode/Index.htm" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; background: transparent;"&gt;Demo on bar code printing using SAP Scripts/Smart forms&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;thats work well in smartform ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;but in SAP Script it not work ... and print some think like "0123456789 bC=PSN9,B=65,H=3,A=0,D="&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;please Help me !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 12:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491171#M1932085</guid>
      <dc:creator>masoud_ebrahimzadeh</dc:creator>
      <dc:date>2016-02-01T12:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode Printing from SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491172#M1932086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Sap Scritpt your printer should have the barcode font installed. In the preview in SAP you won't be able to see the barcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 12:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491172#M1932086</guid>
      <dc:creator>LukaszPegiel</dc:creator>
      <dc:date>2016-02-01T12:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode Printing from SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491173#M1932087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Masoud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similar text is stored in SAPWIN-like Device Types for barcode printing.&lt;/P&gt;&lt;P&gt;This means: this text is usually sent from SAPWIN-Device Types to printout (instead of the "new barcode technology", which is explained by the tutorial).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for this text is that SAPWIN-like Device Types can use barcode.dll files for barcode printout (as &lt;A href="http://service.sap.com/sap/support/notes/1557674"&gt;SAP Note #1557674 - "Overview of bar code printing from SAP system"&lt;/A&gt; describes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, simply put: in this case it seems something has been mixed up, as I could not see in the tutorial that the barcode.dll solution should be used.&lt;/P&gt;&lt;P&gt;And at this point a deep analysis in the system is needed to see exactly what went wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Laszlo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 15:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491173#M1932087</guid>
      <dc:creator>Laszlo_B</dc:creator>
      <dc:date>2016-02-01T15:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode Printing from SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491174#M1932088</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;thanks for your Reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is Sapscript Different with Smart forms in use Barcode Format ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I print barcode format in &lt;SPAN style="font-size: 13.3333px;"&gt;Smart forms &lt;/SPAN&gt;...&lt;/P&gt;&lt;P&gt;when I use Trans SO10 and type "sapscript-barcodetest" in textName i can see barcode in preview but when I print that ,Barcode does not display correctly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether the problem is the printer settings ؟&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 06:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491174#M1932088</guid>
      <dc:creator>masoud_ebrahimzadeh</dc:creator>
      <dc:date>2016-02-03T06:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode Printing from SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491175#M1932089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Masoud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;there are no differences between SmartForms and SAPScripts regarding barcodes. To be more specific: after the corrections of &lt;A href="https://service.sap.com/sap/support/notes/1558595"&gt;SAP Note #1558595 - "SAPscript: New bar code technology for SAPscript"&lt;/A&gt;, there should be no differences between them.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;the SAPSCRIPT-BARCODETEST in transaction SO10 only contains tests for the old barcodes.&lt;BR /&gt;This means: these barcodes will be only printed correctly if there is a barcode printing DIMM/SIMM module installed in your printer. (Or in the case of SAPWIN-like Device Types: when a valid barcode.dll file is used.)&lt;BR /&gt;If none of them are used, usually only plain numbers are visible on the paper.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Laszlo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 08:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-printing-from-sap-script/m-p/11491175#M1932089</guid>
      <dc:creator>Laszlo_B</dc:creator>
      <dc:date>2016-02-03T08:21:48Z</dc:date>
    </item>
  </channel>
</rss>

