<?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 second page in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367354#M524284</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 smartform i am having problem in displaying second page in smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  condition : when the internal table is not initial then i have to display data in second page else i should not display the 2nd page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   in 2nd page of smartform i am having main window  how to hide the 2nd page based on contents in internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 06:00:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T06:00:33Z</dc:date>
    <item>
      <title>second page in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367354#M524284</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 smartform i am having problem in displaying second page in smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  condition : when the internal table is not initial then i have to display data in second page else i should not display the 2nd page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   in 2nd page of smartform i am having main window  how to hide the 2nd page based on contents in internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367354#M524284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: second page in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367355#M524285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For the second page u need to create node called ALTERNATIVE.&lt;/P&gt;&lt;P&gt;Under that craete PROGRAM LINES Node.&lt;/P&gt;&lt;P&gt;and in that check  internal table is not initial .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if any issues,&lt;/P&gt;&lt;P&gt;Reward with points if helpful ,&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;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367355#M524285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: second page in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367356#M524286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Place a command line and redirect it to the second page from first page.Once the command line is placed,place the contents which should get displayed in the mainwindow below this command line.Do not place the text that should get printed in the main window inside the main window but below the command line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367356#M524286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: second page in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367357#M524287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My main window is in second page and it should be printed only in second page if the intenal table is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note :   main window is not in first page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   can i copy the main window in first page but main window contents should not be displayed in first page only the contents of mainwindow should be displayed in second page if internal table is not initial how to proceed can anybody help relating this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367357#M524287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: second page in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367358#M524288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nivetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this u no need to do anything extra,&lt;/P&gt;&lt;P&gt;just do this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create one more page,&lt;/P&gt;&lt;P&gt;in this page just copy and paste first page main window and other windows like header, footer and etc....&lt;/P&gt;&lt;P&gt;then in first page &amp;lt;b&amp;gt;general attribute&amp;lt;/b&amp;gt; tab at &amp;lt;b&amp;gt;next page&amp;lt;/b&amp;gt; provide next page name,&lt;/P&gt;&lt;P&gt;then save and activate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then automaticaly it works, &lt;/P&gt;&lt;P&gt;if first page main window gets fill then it automaticaly goes to next page main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367358#M524288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: second page in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367359#M524289</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;within main window write a command for itab where itab is not initial if not initial then trigger the second page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-page-in-smartforms/m-p/2367359#M524289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:39:36Z</dc:date>
    </item>
  </channel>
</rss>

