<?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: Alignment in Smart Forms- Label in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-in-smart-forms-label/m-p/1937711#M387663</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;How you are printing the labels?&lt;/P&gt;&lt;P&gt;By putting windows on the main window.....&lt;/P&gt;&lt;P&gt;Try to use tempelates for printing the labels, it is an useful tool and provides alignment too.&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>Mon, 12 Feb 2007 17:25:52 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2007-02-12T17:25:52Z</dc:date>
    <item>
      <title>Alignment in Smart Forms- Label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-in-smart-forms-label/m-p/1937709#M387661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data in an internal table. I have to print a label. In the print preview I am able to see the data like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLANT               : 0120          BATCH             9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATERIAL       : 100628&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATERIAL DESC: Part 1 LIQUIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RELEASE/LOT : 04000000000971     DATE      12/20/2002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUANTITY          :                   1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need the alignment like this for any data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;PLANT                 : 0120                     BATCH             9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATERIAL           : 100628&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATERIAL DESC : Part 1 LIQUIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RELEASE/LOT     : 04000000000971    DATE      12/20/2002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUANTITY           : 1&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the quantity field I need to condense that and can anyone explain me in detail&lt;/P&gt;&lt;P&gt;hw to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to print for many records. Some fields may have data. some time space. .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my smartform I have aligned it properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time. waiting for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 16:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-in-smart-forms-label/m-p/1937709#M387661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T16:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment in Smart Forms- Label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-in-smart-forms-label/m-p/1937710#M387662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry Guys...The alignment I did was not posted properly. Hope u understand..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 16:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-in-smart-forms-label/m-p/1937710#M387662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T16:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment in Smart Forms- Label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-in-smart-forms-label/m-p/1937711#M387663</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;How you are printing the labels?&lt;/P&gt;&lt;P&gt;By putting windows on the main window.....&lt;/P&gt;&lt;P&gt;Try to use tempelates for printing the labels, it is an useful tool and provides alignment too.&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>Mon, 12 Feb 2007 17:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-in-smart-forms-label/m-p/1937711#M387663</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-02-12T17:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment in Smart Forms- Label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-in-smart-forms-label/m-p/1937712#M387664</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;Amit thanks for u r reply. In Template can we design like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material..........xxxxxxxxxxx.................Batch.............XXXXXXXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have any tutorial Please let me knw...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have solved this problem...using the tabs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 05:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-in-smart-forms-label/m-p/1937712#M387664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T05:05:23Z</dc:date>
    </item>
  </channel>
</rss>

