<?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 Labelling in scripts and smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/labelling-in-scripts-and-smartforms/m-p/4037373#M965012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what actually is the concept of labelling in scripts and smartforms?&lt;/P&gt;&lt;P&gt;How to achieve this in scripts and smartforms?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2008 07:20:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-18T07:20:08Z</dc:date>
    <item>
      <title>Labelling in scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/labelling-in-scripts-and-smartforms/m-p/4037373#M965012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what actually is the concept of labelling in scripts and smartforms?&lt;/P&gt;&lt;P&gt;How to achieve this in scripts and smartforms?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 07:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/labelling-in-scripts-and-smartforms/m-p/4037373#M965012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T07:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling in scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/labelling-in-scripts-and-smartforms/m-p/4037374#M965013</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;label is a special symbology to represent human readable information such as a material number or batch number in machine readable format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for labels in scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts/sample-sapscripts-label-printing-program.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/sample-sapscripts-label-printing-program.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you cannot print labels in smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 07:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/labelling-in-scripts-and-smartforms/m-p/4037374#M965013</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-18T07:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling in scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/labelling-in-scripts-and-smartforms/m-p/4037375#M965014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;smart form is gui supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Labels are used in Sap-script and not in SmartForm which are&lt;/P&gt;&lt;P&gt;created in the ScriptEditor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Labels can also get printed in SMART FORMS. We can print &lt;/P&gt;&lt;P&gt;this labels on ZEEBRA printers using smart forms.&lt;/P&gt;&lt;P&gt;For e.g: On shop floor line side users can able to print &lt;/P&gt;&lt;P&gt;labels with PART NO: and PART NAME: so that they can attach &lt;/P&gt;&lt;P&gt;these labels to assembly line body parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following link for sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.sap-img.com/sapscripts/sample-sapscripts-label-printing-program.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/sample-sapscripts-label-printing-program.htm&lt;/A&gt;&lt;/STRONG&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;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 07:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/labelling-in-scripts-and-smartforms/m-p/4037375#M965014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T07:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling in scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/labelling-in-scripts-and-smartforms/m-p/4037376#M965015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is simple, and the same as what you are doing in the SAPSCRIPT. You have to create a Label with the Barcodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 07:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/labelling-in-scripts-and-smartforms/m-p/4037376#M965015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T07:38:33Z</dc:date>
    </item>
  </channel>
</rss>

