<?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 Displaying field values in a pattern! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-field-values-in-a-pattern/m-p/1373281#M183344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text element in a smartform I am displaying two fields spaced with tabs. Based on the length of the first field value, the second field value is moving forward or backward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First field values are getting aligned properly, but the second field values are not aligned properly. They are messed up a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Material&amp;lt;/u&amp;gt;                  &amp;lt;u&amp;gt;Price&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;fert1                               100&lt;/P&gt;&lt;P&gt;hdswuiow                              78&lt;/P&gt;&lt;P&gt;yhfsdkhf hfhfsdhfs                          200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how the pattern is getting disturbed based on the length of field1, in this case material. I want the values of field2 (price) to be in a proper pattern...like one under other starting at a same position. How should I do that in text elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be solved by creating separate page windows...one for material and other for price...but I dont want to create separate page windows. Is there an alternate solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Naren Somen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 20:16:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-12T20:16:36Z</dc:date>
    <item>
      <title>Displaying field values in a pattern!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-field-values-in-a-pattern/m-p/1373281#M183344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text element in a smartform I am displaying two fields spaced with tabs. Based on the length of the first field value, the second field value is moving forward or backward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First field values are getting aligned properly, but the second field values are not aligned properly. They are messed up a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Material&amp;lt;/u&amp;gt;                  &amp;lt;u&amp;gt;Price&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;fert1                               100&lt;/P&gt;&lt;P&gt;hdswuiow                              78&lt;/P&gt;&lt;P&gt;yhfsdkhf hfhfsdhfs                          200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how the pattern is getting disturbed based on the length of field1, in this case material. I want the values of field2 (price) to be in a proper pattern...like one under other starting at a same position. How should I do that in text elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be solved by creating separate page windows...one for material and other for price...but I dont want to create separate page windows. Is there an alternate solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Naren Somen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 20:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-field-values-in-a-pattern/m-p/1373281#M183344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T20:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying field values in a pattern!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-field-values-in-a-pattern/m-p/1373282#M183345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would use a table node with two columns for this.  Loop through your table and use a text node in each of the columns to output your material and price.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 20:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-field-values-in-a-pattern/m-p/1373282#M183345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T20:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying field values in a pattern!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-field-values-in-a-pattern/m-p/1373283#M183346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that is a good idea. Thanks for the reply. Can you please explain me what is the difference between template and table nodes. Can I use template node instead of table node?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 21:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-field-values-in-a-pattern/m-p/1373283#M183346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T21:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying field values in a pattern!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-field-values-in-a-pattern/m-p/1373284#M183347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks for the solution. I used table nodes and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 22:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-field-values-in-a-pattern/m-p/1373284#M183347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T22:58:45Z</dc:date>
    </item>
  </channel>
</rss>

