<?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>Question Re: Print GS1-128 Bar code using adobe forms in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205630#M4139664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;by default 'Code 128 SSCC' barcode type ignore alphabet. Rather than you can use subset A or B.&lt;BR /&gt;If you should use Code 128 SSCC than you can try to switch the subset to A or B right before the alphabet.&lt;BR /&gt; - place a barcode 'Code 128C' or 'Code 128 SSCC' in your template &lt;BR /&gt;- in the 'initialize' event put [F1] code first. It is start command of EAN128. &lt;BR /&gt;- switch the subset to 'A' with the command [CA] before the alphabet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;this.rawValue = concat("[F1]","01", "17", "21", "[CA]", "U600000626")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Istvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jul 2015 09:32:19 GMT</pubDate>
    <dc:creator>istvan_janosi</dc:creator>
    <dc:date>2015-07-19T09:32:19Z</dc:date>
    <item>
      <title>Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaq-p/11205627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement to print the GS1-128 bar code in labels by using adobe forms.&lt;/P&gt;&lt;P&gt;in the standard adobe library the GS1-128 bar code type is not avaialble.&lt;/P&gt;&lt;P&gt;Is there any possibility to convert the "Code 128 SSCC (Which is available in adobe standard library)"&amp;nbsp; bar code into GS1-128 bar code ?&lt;/P&gt;&lt;P&gt;any&amp;nbsp; help greatly appreciated&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regrards&lt;/P&gt;&lt;P&gt;Krishna Mohan&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #002060;"&gt;+44-7448509565&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 12:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaq-p/11205627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-14T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205628#M4139662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Krishna,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;there are 2 ways to generate GS1-128 (EAN128) barcode:&lt;BR /&gt;- use code128C object and send with [F1] code or&lt;BR /&gt;- use code128SSCC object (not necessary to send [F1] code)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: it does not work with rotated barcode on ZPL!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following note as well: &lt;BR /&gt;995199 - Code 128 barcodes in SAP Interact. Forms: Special Characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Istvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205628#M4139662</guid>
      <dc:creator>istvan_janosi</dc:creator>
      <dc:date>2015-07-15T12:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205629#M4139663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Istvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;i am using CODE 128 SSCC Bar code with appliation identifiers as mentioned below.&lt;/P&gt;&lt;P&gt;I am&amp;nbsp; concatenating the "International Article Number (EAN/UPC) "&amp;nbsp; , "Expiry Date" &amp;amp; "Delivery number" and binded this value to the bar code (Code 128 SSCC).&lt;/P&gt;&lt;P&gt;i am using following application identifiers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;International Article Number (EAN/UPC) =&amp;nbsp; (01).&lt;/P&gt;&lt;P&gt;Expiry Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; (17).&lt;/P&gt;&lt;P&gt;Delivery number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; (21).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Devlivery&amp;nbsp; number contains the alphanumeric value for ex: U600000626 .&lt;/P&gt;&lt;P&gt;when i scan the&amp;nbsp; bar code with Manatee barcode app it is able to display only numeric values . it is not displaying the alphabets .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to display the alphanumeric value when i scan the CODE 128 SSCC Bar code ?&lt;/P&gt;&lt;P&gt;Am i follwing correct way or is there any thing which i have missed ?&lt;/P&gt;&lt;P&gt;Please do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Krishan Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205629#M4139663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-16T20:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205630#M4139664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;by default 'Code 128 SSCC' barcode type ignore alphabet. Rather than you can use subset A or B.&lt;BR /&gt;If you should use Code 128 SSCC than you can try to switch the subset to A or B right before the alphabet.&lt;BR /&gt; - place a barcode 'Code 128C' or 'Code 128 SSCC' in your template &lt;BR /&gt;- in the 'initialize' event put [F1] code first. It is start command of EAN128. &lt;BR /&gt;- switch the subset to 'A' with the command [CA] before the alphabet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;this.rawValue = concat("[F1]","01", "17", "21", "[CA]", "U600000626")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Istvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 09:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205630#M4139664</guid>
      <dc:creator>istvan_janosi</dc:creator>
      <dc:date>2015-07-19T09:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205631#M4139665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Istvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;you mean to say in the initialization event of the bar code field i need to place the value in the below mentioned format right..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$.rawValue = concat("[F1]","(01)", "06564545897352", "(17)", "161231", "(21)", "[CA]", "U600000626")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;"06564545897352"&amp;nbsp; = Global trade identification number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;"161231"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = Expiry date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;"U600000626"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = Delivery number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;or else can i pass the same value from the driver program and binded to the bar code field in the adobe form template ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Can you please check this and provide your valuable inputs on this.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 09:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205631#M4139665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-21T09:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205632#M4139666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;theoretically both scenario should work correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Istvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 10:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205632#M4139666</guid>
      <dc:creator>istvan_janosi</dc:creator>
      <dc:date>2015-07-21T10:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205633#M4139667</link>
      <description>&lt;P&gt;Hello, I try code128sscc but only numbers are displayed, letters missing. What barcode is for EAN128?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/11205633#M4139667</guid>
      <dc:creator>gvallejo</dc:creator>
      <dc:date>2020-03-18T14:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/13735836#M4833770</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;did you solve this?&lt;/P&gt;&lt;P&gt;Im currently facing the same problem.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 07:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/13735836#M4833770</guid>
      <dc:creator>Teaman</dc:creator>
      <dc:date>2024-06-19T07:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/14130918#M4917369</link>
      <description>Hi,</description>
      <pubDate>Wed, 18 Jun 2025 12:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/14130918#M4917369</guid>
      <dc:creator>dominik111</dc:creator>
      <dc:date>2025-06-18T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/14130953#M4917372</link>
      <description>Hi, I solved it this way:</description>
      <pubDate>Wed, 18 Jun 2025 12:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/14130953#M4917372</guid>
      <dc:creator>dominik111</dc:creator>
      <dc:date>2025-06-18T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Print GS1-128 Bar code using adobe forms</title>
      <link>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/14130959#M4917374</link>
      <description>sorry.. the barcode object Code128SSCC is only suitable for die SSCC number. You can use the barcode object CODE128, CODE128C, or CODE128A for variable length / alphanumeric . Just build the barcode without any parenthesis around the AI's and put a [F1] at the beginning. The [F1] marks the Code128 as a GS1-128 for the barcodereader. Example coding AI's 15, 3302, 10: [F1]151603003302079300100331065.</description>
      <pubDate>Wed, 18 Jun 2025 12:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/print-gs1-128-bar-code-using-adobe-forms/qaa-p/14130959#M4917374</guid>
      <dc:creator>dominik111</dc:creator>
      <dc:date>2025-06-18T12:30:16Z</dc:date>
    </item>
  </channel>
</rss>

