<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684342#M301409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vicky,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;         In the &amp;lt;b&amp;gt;Command&amp;lt;/b&amp;gt; node, &amp;lt;b&amp;gt;Conditions&amp;lt;/b&amp;gt; tab, check the checkbox &amp;lt;b&amp;gt;Not on First Page&amp;lt;/b&amp;gt;. Your problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Mark Points, if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2006 15:39:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-09T15:39:51Z</dc:date>
    <item>
      <title>smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684338#M301405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a smart form and I have only one window which is main window..Now iam passing an internal table which may contain several values and I need to get different prints for each value of the internal table which I pass to smartform.How do I do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 14:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684338#M301405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T14:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684339#M301406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vicky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a bit tricky.&lt;/P&gt;&lt;P&gt;You will have to insert a Loop in the Main Table, inside which you will include &lt;/P&gt;&lt;P&gt;1. a Command Line to take to the Next Page&lt;/P&gt;&lt;P&gt;2. the Table where all the values will be printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to pass the values on which you want the loop to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this willhelp you out, however as I said it is a bit tricky, but I have worked this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 14:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684339#M301406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T14:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684340#M301407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it with the command but iam getting a blank page on the first page and everything is ok after that..I didnt use the table.How do i get this blank page out...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 15:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684340#M301407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684341#M301408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your problem, the command node should be the last node in your loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that I think about it, this will give you a blank page at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to set a flag so that the command node does not get triggered the first time through the loop.&lt;/P&gt;&lt;P&gt;So in the Condition of the Command node you would say IF V_FLAG = 'X'.  Then after the Command node use a Program lines node to set the flag = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matt Nagel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matt Nagel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 15:33:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684341#M301408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T15:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684342#M301409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vicky,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;         In the &amp;lt;b&amp;gt;Command&amp;lt;/b&amp;gt; node, &amp;lt;b&amp;gt;Conditions&amp;lt;/b&amp;gt; tab, check the checkbox &amp;lt;b&amp;gt;Not on First Page&amp;lt;/b&amp;gt;. Your problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Mark Points, if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 15:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684342#M301409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T15:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684343#M301410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Command, General Attributes - mark the "Go to next page" and give the first page against it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in Conditions, give the condition by which you want to execute this command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 15:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1684343#M301410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T15:42:31Z</dc:date>
    </item>
  </channel>
</rss>

