<?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: smartform output display problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690195#M1102466</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;You are not specifying that how much data you are passing from your driver program....pls write the code in "Program lines" in smart form to calculate..&lt;/P&gt;&lt;P&gt;1 @ 12.0 = 12&lt;/P&gt;&lt;P&gt;2 @ 6.0 = 12&lt;/P&gt;&lt;P&gt;3 @ 3.6 = 10.8&lt;/P&gt;&lt;P&gt;1 @ 100.2 = 100.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then store the 1 @ 12.0 = A   &amp;amp; result 12 = a&lt;/P&gt;&lt;P&gt;                      2 @ 6.0  = B &amp;amp; result 12 = b&lt;/P&gt;&lt;P&gt;                      3 @ 3.6  = C &amp;amp; result 10.8 = c&lt;/P&gt;&lt;P&gt;                   1 @ 100.2 = D &amp;amp; result 100.2 = d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in one text drag &amp;amp; drop A,B,C,D&lt;/P&gt;&lt;P&gt;and in another text&lt;/P&gt;&lt;P&gt;= a&lt;/P&gt;&lt;P&gt;= b&lt;/P&gt;&lt;P&gt;= c&lt;/P&gt;&lt;P&gt;= d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this....i think your problem will be resolved&lt;/P&gt;&lt;P&gt;Arunima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 04:51:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-29T04:51:45Z</dc:date>
    <item>
      <title>smartform output display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690194#M1102465</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 an output like this in my smartform output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 @ 12.0 = 12&lt;/P&gt;&lt;P&gt;2 @ 6.0 = 12&lt;/P&gt;&lt;P&gt;3 @ 3.6 = 10.8&lt;/P&gt;&lt;P&gt;1 @ 100.2 = 100.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i want to change the output like ( all equals in same line) after 1 @ 12.0, 2 @ 6.0, 3 @ 3.6, 1 @ 100.2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= 12&lt;/P&gt;&lt;P&gt;= 12&lt;/P&gt;&lt;P&gt;= 10.8&lt;/P&gt;&lt;P&gt;= 100.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logically i need to handle this...can any body tell how to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: t sree on Oct 28, 2008 6:03 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: t sree on Oct 28, 2008 6:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 23:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690194#M1102465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T23:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: smartform output display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690195#M1102466</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;You are not specifying that how much data you are passing from your driver program....pls write the code in "Program lines" in smart form to calculate..&lt;/P&gt;&lt;P&gt;1 @ 12.0 = 12&lt;/P&gt;&lt;P&gt;2 @ 6.0 = 12&lt;/P&gt;&lt;P&gt;3 @ 3.6 = 10.8&lt;/P&gt;&lt;P&gt;1 @ 100.2 = 100.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then store the 1 @ 12.0 = A   &amp;amp; result 12 = a&lt;/P&gt;&lt;P&gt;                      2 @ 6.0  = B &amp;amp; result 12 = b&lt;/P&gt;&lt;P&gt;                      3 @ 3.6  = C &amp;amp; result 10.8 = c&lt;/P&gt;&lt;P&gt;                   1 @ 100.2 = D &amp;amp; result 100.2 = d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in one text drag &amp;amp; drop A,B,C,D&lt;/P&gt;&lt;P&gt;and in another text&lt;/P&gt;&lt;P&gt;= a&lt;/P&gt;&lt;P&gt;= b&lt;/P&gt;&lt;P&gt;= c&lt;/P&gt;&lt;P&gt;= d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this....i think your problem will be resolved&lt;/P&gt;&lt;P&gt;Arunima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 04:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690195#M1102466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T04:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: smartform output display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690196#M1102467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a T.Code &lt;STRONG&gt;SMARTSTYLES&lt;/STRONG&gt;, in which you can define paragraph and charater formats,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In praragraph formates, there is a window tab called &lt;STRONG&gt;TABS&lt;/STRONG&gt; in that you can define your tabs like the position and its units and then use these smartstyle in the smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you understand, and these may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mukesh kumar on Oct 29, 2008 6:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 05:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690196#M1102467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T05:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: smartform output display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690197#M1102468</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 that there will be only 4 lines, then you can use program lines to code and display as you like by using text nodes.&lt;/P&gt;&lt;P&gt;like...&lt;/P&gt;&lt;P&gt;select the window where u want to display this 4 lines.&lt;/P&gt;&lt;P&gt;right click it and select the flowlogic-&amp;gt;program lines.&lt;/P&gt;&lt;P&gt;in this u have to mention the input parameters and output parameters, hope u know this.&lt;/P&gt;&lt;P&gt;write your logic.&lt;/P&gt;&lt;P&gt;1 @ 12.0 = 12&lt;/P&gt;&lt;P&gt;2 @ 6.0 = 12&lt;/P&gt;&lt;P&gt;3 @ 3.6 = 10.8&lt;/P&gt;&lt;P&gt;1 @ 100.2 = 100.2&lt;/P&gt;&lt;P&gt;take these in 4 other variables.&lt;/P&gt;&lt;P&gt;and select the text nodes where u want to display this values&lt;/P&gt;&lt;P&gt;and pass the variables there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;if you don't know how many lines it may come then you have to use Field symbols.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 05:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690197#M1102468</guid>
      <dc:creator>mahaboob_pathan</dc:creator>
      <dc:date>2008-10-29T05:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: smartform output display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690198#M1102469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tsree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text node 1 @ 12.0, 2 @ 6.0, 3 @ 3.6, 1 @ 100.2 drag &lt;/P&gt;&lt;P&gt;and drop the related fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the same text node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= drag and drop the div1 field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= drag and drop the div2 field .....and so on &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;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 05:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-output-display-problem/m-p/4690198#M1102469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T05:25:07Z</dc:date>
    </item>
  </channel>
</rss>

