<?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: regarding alignment in the smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725584#M632517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new PARAGRAPH format (ZA) in the Smartforms and define the &lt;/P&gt;&lt;P&gt;TAB settings in it as per the space required between fields &lt;/P&gt;&lt;P&gt;10 CHAr left&lt;/P&gt;&lt;P&gt;20 char left&lt;/P&gt;&lt;P&gt;40 char left&lt;/P&gt;&lt;P&gt;in script write as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZA &amp;amp;ITAB-MATNR&amp;amp;,,&amp;amp;ITAB-POSNR&amp;amp;,,&amp;amp;ITAB-MAKTX&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS WILL ALLIGN THE FIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check 2 to 3 times and change the tab spaces and adjust accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 09:02:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T09:02:20Z</dc:date>
    <item>
      <title>regarding alignment in the smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725583#M632516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               i have developed a smartforms in which i m using the same char format for different variables,,here the column are,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plantid  mat.no. mat.description opening stock recv today         recvtilldate&lt;/P&gt;&lt;P&gt;1000      1000009      iron ore              0.000        178,865.230       178,865.230&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here in smartforms the first four column are coming in the proper and same alignment(towards left just after column line) but the last two column are not coming in this alignment they are coming slight upper towards right ....plz help me so that i will place them in the same alignment....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 08:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725583#M632516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T08:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: regarding alignment in the smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725584#M632517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new PARAGRAPH format (ZA) in the Smartforms and define the &lt;/P&gt;&lt;P&gt;TAB settings in it as per the space required between fields &lt;/P&gt;&lt;P&gt;10 CHAr left&lt;/P&gt;&lt;P&gt;20 char left&lt;/P&gt;&lt;P&gt;40 char left&lt;/P&gt;&lt;P&gt;in script write as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZA &amp;amp;ITAB-MATNR&amp;amp;,,&amp;amp;ITAB-POSNR&amp;amp;,,&amp;amp;ITAB-MAKTX&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS WILL ALLIGN THE FIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check 2 to 3 times and change the tab spaces and adjust accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 09:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725584#M632517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T09:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding alignment in the smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725585#M632518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using tabs to align these columns?  This is not necessary in Smartforms, you can define a table that will put each column in its own cell, similar to a spreadsheet.  This will give you much more reliable alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 09:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725585#M632518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T09:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: regarding alignment in the smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725586#M632519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;adjust the cell width in smartform tbale painter.it 'll be alligned.if it doesnt help lemme kno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 09:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725586#M632519</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-08-29T09:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding alignment in the smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725587#M632520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a tamplate. this is going to help u to solve ur issue.&lt;/P&gt;&lt;P&gt;it will allign evrything properly .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 09:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alignment-in-the-smartforms/m-p/2725587#M632520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T09:16:17Z</dc:date>
    </item>
  </channel>
</rss>

