<?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: Smart form ; Misalignment. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474973#M1253683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;     First go the domain of that variable you are printing, find out what is the maximum output length&lt;/P&gt;&lt;P&gt;     Accordingly provide the space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaya ramakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2009 07:08:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-17T07:08:46Z</dc:date>
    <item>
      <title>Smart form ; Misalignment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474969#M1253679</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;I have a problem with smart form alignment. A Variable is assigned to a line in the page on the left side and a static text on the right side of the same line. Whenever the value of the variable changes(bigger value) the static text in the right side comes down to the next line .How should I overcome the Problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 05:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474969#M1253679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T05:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Smart form ; Misalignment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474970#M1253680</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;If you know the exact row (position) at which the static text is to appear then instead of using it in the same window as the variable, create a new window which contains only the static text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way the position of your static text will not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474970#M1253680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Smart form ; Misalignment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474971#M1253681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should know the variable size exactly.&lt;/P&gt;&lt;P&gt;Create a new window and place that window exactly where you want to print that page number.&lt;/P&gt;&lt;P&gt;For Example suppose variable size is 10char,&lt;/P&gt;&lt;P&gt;page width is 25 &amp;amp; height is 30,&lt;/P&gt;&lt;P&gt;then in Page window output conitions provide upper margin as 25&lt;/P&gt;&lt;P&gt;                                                                 left margin     as 15&lt;/P&gt;&lt;P&gt;                                                                 height           as  02&lt;/P&gt;&lt;P&gt;                                                                 widht             as 10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474971#M1253681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Smart form ; Misalignment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474972#M1253682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu gopal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the smart style for the paragraph format or character format and assign to the text and display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474972#M1253682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Smart form ; Misalignment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474973#M1253683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;     First go the domain of that variable you are printing, find out what is the maximum output length&lt;/P&gt;&lt;P&gt;     Accordingly provide the space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaya ramakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 07:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474973#M1253683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T07:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Smart form ; Misalignment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474974#M1253684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well thinkin a bit i come to the close that you should have the variable on the left of alignment rightn and the static text on the right as alignment left. your Problem will stop then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your variable has a right alignment it can only grow to the left, means not into the area where your have your tabstop of your static text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 07:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474974#M1253684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T07:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Smart form ; Misalignment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474975#M1253685</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a paragraph format in the smartstyles. In that paragraph format make use of &lt;STRONG&gt;tab&lt;/STRONG&gt; positions as per your requirement which prevents the use of othe window for the same line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 10:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-misalignment/m-p/5474975#M1253685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T10:28:09Z</dc:date>
    </item>
  </channel>
</rss>

