<?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: printing barcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-barcode/m-p/2445240#M547624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: DEFINE &amp;amp;XDIM&amp;amp; = 2
/: DEFINE &amp;amp;YDIM&amp;amp; = 3
/: DEFINE &amp;amp;MODHEIGHT&amp;amp; = 3
* &amp;lt;FS&amp;gt;&amp;lt;32&amp;gt;
/: PRINT-CONTROL SESCP
= (s1p&amp;amp;XDIM&amp;amp;,&amp;amp;YDIM&amp;amp;,&amp;amp;MODHEIGHT&amp;amp;,0s24850T
= &amp;amp;BARCODEFIELD1&amp;amp;&amp;amp;BARCODEFIELD2&amp;amp;
/: PRINT-CONTROL SBS01
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regular text continues here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the code mentioned above the content of the fields BARCODEFIELD1 and BARCODEFIELD2 is output as PDF417 bar code. HPLJ4/HPLJ5/HPLJ4000 must be used as a device type. The character format FS activates in this case the smallest possible font (without modification point 6) when using the modification mentioned above (point 2).&lt;/P&gt;&lt;P&gt;In this case, the complete printer command for PDF417,&lt;/P&gt;&lt;P&gt;ESC(s1p2,3,3,0s24850T&lt;/P&gt;&lt;P&gt;may alternatively be stored in a privately defined print control ZPDF4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the SAP device type needs to be copied to Zxxxxx and modified accordingly. The example would then read:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* &amp;lt;FS&amp;gt;&amp;lt;32&amp;gt;
/: PRINT-CONTROL ZPDF4
= &amp;amp;BARCODEFIELD1&amp;amp;&amp;amp;BARCODEFIELD2&amp;amp;
/: PRINT-CONTROL SBS01&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regular text continues here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the meaning of the individual parameters of the PCL-5 printer commands for PDF417 in the documentation for jetmobile BarSimm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of the BARCODEFIELD1, BARCODEFIELD2 fields are output as a PDF417 bar code when you use the aforementioned coding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A modified copy Zxxxx of HPLJ4/HPLJ5/HPLJ4000 must be used as a device type. In this case, character format FS activates the smallest possible font (without modification point 6, otherwise 2).&lt;/P&gt;&lt;P&gt;The print control ZPDF4 must be defined in the copy Zxxxx of the SAP device type as follows (hexadecimal notation):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jun 2007 11:00:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-30T11:00:40Z</dc:date>
    <item>
      <title>printing barcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-barcode/m-p/2445239#M547623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all ,&lt;/P&gt;&lt;P&gt; i have a problem printing barcode in my sap script.can anyone help me out in this issue. i have checked it in se 73 and i have tried priinting sample barcode its printing. but when i assign barcode from character format by assigning it in character format and the format i used for barcode printing is c128a. but still i am not able to view the barcode on priview as well as on my output.please help me out on this issue . i am working on ecc 6.0 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 10:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-barcode/m-p/2445239#M547623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-30T10:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: printing barcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-barcode/m-p/2445240#M547624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: DEFINE &amp;amp;XDIM&amp;amp; = 2
/: DEFINE &amp;amp;YDIM&amp;amp; = 3
/: DEFINE &amp;amp;MODHEIGHT&amp;amp; = 3
* &amp;lt;FS&amp;gt;&amp;lt;32&amp;gt;
/: PRINT-CONTROL SESCP
= (s1p&amp;amp;XDIM&amp;amp;,&amp;amp;YDIM&amp;amp;,&amp;amp;MODHEIGHT&amp;amp;,0s24850T
= &amp;amp;BARCODEFIELD1&amp;amp;&amp;amp;BARCODEFIELD2&amp;amp;
/: PRINT-CONTROL SBS01
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regular text continues here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the code mentioned above the content of the fields BARCODEFIELD1 and BARCODEFIELD2 is output as PDF417 bar code. HPLJ4/HPLJ5/HPLJ4000 must be used as a device type. The character format FS activates in this case the smallest possible font (without modification point 6) when using the modification mentioned above (point 2).&lt;/P&gt;&lt;P&gt;In this case, the complete printer command for PDF417,&lt;/P&gt;&lt;P&gt;ESC(s1p2,3,3,0s24850T&lt;/P&gt;&lt;P&gt;may alternatively be stored in a privately defined print control ZPDF4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the SAP device type needs to be copied to Zxxxxx and modified accordingly. The example would then read:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* &amp;lt;FS&amp;gt;&amp;lt;32&amp;gt;
/: PRINT-CONTROL ZPDF4
= &amp;amp;BARCODEFIELD1&amp;amp;&amp;amp;BARCODEFIELD2&amp;amp;
/: PRINT-CONTROL SBS01&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regular text continues here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the meaning of the individual parameters of the PCL-5 printer commands for PDF417 in the documentation for jetmobile BarSimm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of the BARCODEFIELD1, BARCODEFIELD2 fields are output as a PDF417 bar code when you use the aforementioned coding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A modified copy Zxxxx of HPLJ4/HPLJ5/HPLJ4000 must be used as a device type. In this case, character format FS activates the smallest possible font (without modification point 6, otherwise 2).&lt;/P&gt;&lt;P&gt;The print control ZPDF4 must be defined in the copy Zxxxx of the SAP device type as follows (hexadecimal notation):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 11:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-barcode/m-p/2445240#M547624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-30T11:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: printing barcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-barcode/m-p/2445241#M547625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this link might help you -&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="2872169"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 11:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-barcode/m-p/2445241#M547625</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-06-30T11:02:04Z</dc:date>
    </item>
  </channel>
</rss>

