<?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: Smartforms Table design in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-table-design/m-p/5752288#M1303432</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;1) Create a loop node, then give internal table in loop node that should have all records(1 - 100, A1 - A100, etc). &lt;/P&gt;&lt;P&gt;2) create another internal table and pass only those records you want to display in first page ( for example: 1 - 100).&lt;/P&gt;&lt;P&gt;3) Create table node(if header is same for all pages) and pass the second internal table into table node. &lt;/P&gt;&lt;P&gt;4) Create program lines node and write code so that u have to delete those displayed records from first internal table.&lt;/P&gt;&lt;P&gt;5) Next create a Command node and check goto new page and give same page. And also write condition if first internal table is not initial.&lt;/P&gt;&lt;P&gt;6) At last create a final window, which act as footer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Thilotham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 11:23:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-10T11:23:22Z</dc:date>
    <item>
      <title>Smartforms Table design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-table-design/m-p/5752287#M1303431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirment is In Smartforms first page I want to print&lt;/P&gt;&lt;P&gt;table from 1-100 and in second page i want to &lt;/P&gt;&lt;P&gt;print A1-A100 alphabet&lt;/P&gt;&lt;P&gt;header should be same for each page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Header&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mainbody.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*************************************************&lt;/P&gt;&lt;P&gt;1	11...........91&lt;/P&gt;&lt;P&gt;2	12...........92&lt;/P&gt;&lt;P&gt;3	13...........93&lt;/P&gt;&lt;P&gt;4	14...........94&lt;/P&gt;&lt;P&gt;5	15...........95&lt;/P&gt;&lt;P&gt;		     100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Header&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Main-Body.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;***************************************************&lt;/P&gt;&lt;P&gt;A	-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;A1&lt;/P&gt;&lt;P&gt;B 	-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;B1&lt;/P&gt;&lt;P&gt;C              -&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;C1&lt;/P&gt;&lt;P&gt;D	-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;D1&lt;/P&gt;&lt;P&gt;E	-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;E1&lt;/P&gt;&lt;P&gt;F	-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;F1&lt;/P&gt;&lt;P&gt;G	-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;G1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Footer.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 10:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-table-design/m-p/5752287#M1303431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T10:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Table design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-table-design/m-p/5752288#M1303432</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;1) Create a loop node, then give internal table in loop node that should have all records(1 - 100, A1 - A100, etc). &lt;/P&gt;&lt;P&gt;2) create another internal table and pass only those records you want to display in first page ( for example: 1 - 100).&lt;/P&gt;&lt;P&gt;3) Create table node(if header is same for all pages) and pass the second internal table into table node. &lt;/P&gt;&lt;P&gt;4) Create program lines node and write code so that u have to delete those displayed records from first internal table.&lt;/P&gt;&lt;P&gt;5) Next create a Command node and check goto new page and give same page. And also write condition if first internal table is not initial.&lt;/P&gt;&lt;P&gt;6) At last create a final window, which act as footer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Thilotham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 11:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-table-design/m-p/5752288#M1303432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T11:23:22Z</dc:date>
    </item>
  </channel>
</rss>

