<?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: Problem in Smartforms output .. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593708#M1861290</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;For 3rd and 4th Column, pass the Quantity or Amount to a Text or String Variable and while printing use the String Variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if necessary do the "Shift left deleting leading spaces" for the String Variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 09:09:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-09-03T09:09:55Z</dc:date>
    <item>
      <title>Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593705#M1861287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Please check the screen shots and help me with solving the issue .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/532582" width="450" /&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/532583" width="450" /&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;The problem is some part of the data it is showing in 1st page and the rest in 2nd page ,this problem is in all the next pages in my form .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;And because of this problem when I am calculating the Sub total it is adding the value in 1st page but showing it in 2nd page.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;kindly help me with a solution to this.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks in Adv,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Abhisek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593705#M1861287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-03T08:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593706#M1861288</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;seems to be here you are displaying data trough table. The problem is space for the 3rd and 4th columns are not enough. Therefore its two lines and 2nd line move to next page. Best thing is when you are wring the cell text don't forget to pass the field length (some times original field length might take more space than you needed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: &amp;amp;wa_itab-vol_natural(15)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593706#M1861288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-03T09:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593707#M1861289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the SAPScript formatting options to output your variables:&lt;/P&gt;&lt;P&gt;(C) - space compression to show number like string in same line like this&lt;SPAN style="text-decoration: underline; font-size: 12pt; color: #000080;"&gt; &lt;STRONG&gt;&amp;amp;wa-credit(C)&amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(T) - omit thousands separator&lt;/P&gt;&lt;P&gt;(.0) - no decimals&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593707#M1861289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-03T09:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593708#M1861290</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;For 3rd and 4th Column, pass the Quantity or Amount to a Text or String Variable and while printing use the String Variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if necessary do the "Shift left deleting leading spaces" for the String Variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593708#M1861290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-03T09:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593709#M1861291</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;Use all the fields like &amp;amp;FIELDNAME(CZ)&amp;amp; and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593709#M1861291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-03T09:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593710#M1861292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to me as if you just have to avoid the page break for this table row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, look at this: &lt;A __default_attr="3600837" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Problem in smartform page break" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ulrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593710#M1861292</guid>
      <dc:creator>former_member201285</dc:creator>
      <dc:date>2014-09-03T09:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593711#M1861293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use 3 and 4&amp;nbsp; the fields like &amp;amp;FIELDNAME(CZ)&amp;amp; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593711#M1861293</guid>
      <dc:creator>former_member249399</dc:creator>
      <dc:date>2014-09-03T09:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593712#M1861294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;create a folder in your smartforms and click page break.&lt;/P&gt;&lt;P&gt;Include your result table(which you have displayed in the screen shot ) inside the folder .&lt;/P&gt;&lt;P&gt;your problem will be solved .&lt;/P&gt;&lt;P&gt;hope it will be helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 10:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593712#M1861294</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2014-09-03T10:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593713#M1861295</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 to take those field values in String or character field. please let me know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Suman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 10:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593713#M1861295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-03T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593714#M1861296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; the issue is solved now ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 14:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593714#M1861296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-03T14:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593715#M1861297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi：&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i want to know how have&amp;nbsp; you solved the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; could you share your revolution？&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 02:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593715#M1861297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-13T02:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593716#M1861298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have tried you idea, but it doesnot work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have ever used (CZ), but i donnot know the(T) and (.0), could you tell me more about this?&lt;/P&gt;&lt;P&gt;thank you ~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 02:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593716#M1861298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-13T02:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593717#M1861299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 陈&lt;/P&gt;&lt;P&gt;Converting quan/curr field to char/text with the following way:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/663820" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Best Rargest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 03:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593717#M1861299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-13T03:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartforms output ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593718#M1861300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i cannot get the curr field without the decimal 0..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 03:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartforms-output/m-p/10593718#M1861300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-13T03:57:46Z</dc:date>
    </item>
  </channel>
</rss>

