<?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 Label In SAPScript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887745#M933902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Labels are the small sticker say the address stickers which you will put on the envelops which carries the mails to customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the lables you need to create as many main windows in one page restricted to 100 main windows. Put your code in the text elements of the main window. You will need to put code only in one window's element. Because the text are attached at the window level, not at the page window level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create labels in SAPSCRIPT, you will have to define multiple MAIN WINDOWS in the Page Window.. try the following steps..&lt;/P&gt;&lt;P&gt;Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.&lt;/P&gt;&lt;P&gt;1. Create a page window and assign it to a page.&lt;/P&gt;&lt;P&gt;2. Choose Edit --&amp;gt; Main windows.&lt;/P&gt;&lt;P&gt;A dialog box appears.&lt;/P&gt;&lt;P&gt;3. Enter values in the fields Area width and Area height in accordance with the input guidelines for main windows.&lt;/P&gt;&lt;P&gt;4. Enter values in the fields Spacing and Number in the Horizontal group if you want to use multiple columns. You can ignore the fields in the Vertical group.&lt;/P&gt;&lt;P&gt;5. Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the Horizontal and Vertical groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Check these links.&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="3251757"&gt;&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="3153319"&gt;&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="2345907"&gt;&lt;/A&gt;&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;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 06:57:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T06:57:32Z</dc:date>
    <item>
      <title>Printing Label In SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887744#M933901</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;&lt;/P&gt;&lt;P&gt;I am facing a problem in Printing a Label in SAPScript.&lt;/P&gt;&lt;P&gt;Kindly find the following code snippet. &lt;/P&gt;&lt;P&gt;Request to give the explaination of the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,37&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FDSHIP FROM:^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,87&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE1&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,137&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE2&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,187&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE3&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,237&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE4&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,287&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE5&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points Assured.&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, 28 May 2008 06:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887744#M933901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Label In SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887745#M933902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Labels are the small sticker say the address stickers which you will put on the envelops which carries the mails to customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the lables you need to create as many main windows in one page restricted to 100 main windows. Put your code in the text elements of the main window. You will need to put code only in one window's element. Because the text are attached at the window level, not at the page window level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create labels in SAPSCRIPT, you will have to define multiple MAIN WINDOWS in the Page Window.. try the following steps..&lt;/P&gt;&lt;P&gt;Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.&lt;/P&gt;&lt;P&gt;1. Create a page window and assign it to a page.&lt;/P&gt;&lt;P&gt;2. Choose Edit --&amp;gt; Main windows.&lt;/P&gt;&lt;P&gt;A dialog box appears.&lt;/P&gt;&lt;P&gt;3. Enter values in the fields Area width and Area height in accordance with the input guidelines for main windows.&lt;/P&gt;&lt;P&gt;4. Enter values in the fields Spacing and Number in the Horizontal group if you want to use multiple columns. You can ignore the fields in the Vertical group.&lt;/P&gt;&lt;P&gt;5. Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the Horizontal and Vertical groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Check these links.&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="3251757"&gt;&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="3153319"&gt;&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="2345907"&gt;&lt;/A&gt;&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;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887745#M933902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Label In SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887746#M933903</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;Are you using Barone software to print labels?&lt;/P&gt;&lt;P&gt;You have to check the lines SHIP_POINT-LINE1/SHIP_POINT-LINE2/SHIP_POINT-LINE3/SHIP_POINT-LINE4/SHIP_POINT-LINE5. These have to be replaced by internal table fields coming from your print program inorder to display the text on the label.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,37&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FDSHIP FROM:^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,87&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE1&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,137&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE2&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,187&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE3&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,237&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE4&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;FO40,287&lt;/SUP&gt;A0N,30,35&lt;SUP&gt;FR&lt;/SUP&gt;FD&amp;amp;SHIP_POINT-LINE5&amp;amp;^FS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this. Hope it will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887746#M933903</guid>
      <dc:creator>ritesh_dugad2</dc:creator>
      <dc:date>2008-05-28T08:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Label In SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887747#M933904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved.&lt;/P&gt;&lt;P&gt;Points awarded.&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>Tue, 03 Jun 2008 05:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887747#M933904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T05:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Label In SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887748#M933905</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 Let me know how did You that???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 06:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-label-in-sapscript/m-p/3887748#M933905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T06:18:40Z</dc:date>
    </item>
  </channel>
</rss>

