<?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: multiple pages in smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869507#M673242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do u want the same page format for all than u can define next page as page1.It will automaticaly shift the values to adjusted pages.&lt;/P&gt;&lt;P&gt;U need to specify loop at ur internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other case plz specify more clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2007 05:01:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-21T05:01:02Z</dc:date>
    <item>
      <title>multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869504#M673239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;i hav a following prob&lt;/P&gt;&lt;P&gt;i m printing data of one internal table in my smartform&lt;/P&gt;&lt;P&gt;and this internal table contains only one record&lt;/P&gt;&lt;P&gt;now i want to know, if there are 10 different record in my smartform&lt;/P&gt;&lt;P&gt;how can i print these 10 records on diferent 10 pages...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz hlep&lt;/P&gt;&lt;P&gt;any help wil b rewarded.&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 04:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869504#M673239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T04:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869505#M673240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to page which contains ur internal table...in da  general attributes tab give same page name as next page..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 04:54:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869505#M673240</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-09-21T04:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869506#M673241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for instance if ur page is PAGE1 in the next page textbox select PAGE1 as next page also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if dis helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 04:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869506#M673241</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-09-21T04:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869507#M673242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do u want the same page format for all than u can define next page as page1.It will automaticaly shift the values to adjusted pages.&lt;/P&gt;&lt;P&gt;U need to specify loop at ur internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other case plz specify more clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 05:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869507#M673242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T05:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869508#M673243</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;make changes in your driver programme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : wa type i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    AT FIRST.&lt;/P&gt;&lt;P&gt;      CONTROL_PARAMETERS-NO_CLOSE = 'X'.&lt;/P&gt;&lt;P&gt;    ENDAT.&lt;/P&gt;&lt;P&gt;    AT LAST.&lt;/P&gt;&lt;P&gt;      CONTROL_PARAMETERS-NO_CLOSE = SPACE.&lt;/P&gt;&lt;P&gt;    ENDAT.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;assign record in wa&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call smartforms using this fuction   CALL FUNCTION FUNC_MODULE_NAME&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;and pass wa to print data in main window&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CONTROL_PARAMETERS-NO_OPEN = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;       MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this. if you have 10 records your smartform will print 10 page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 05:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869508#M673243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T05:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869509#M673244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOOK suppose i have following GR number in my internal table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10001&lt;/P&gt;&lt;P&gt;10001&lt;/P&gt;&lt;P&gt;10002&lt;/P&gt;&lt;P&gt;10003&lt;/P&gt;&lt;P&gt;10003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for 10001 i want it on the first page&lt;/P&gt;&lt;P&gt;for 1002 i want it on next page&lt;/P&gt;&lt;P&gt;for 1003 i want it on next page&lt;/P&gt;&lt;P&gt;like when GR changes then it should go to next page&lt;/P&gt;&lt;P&gt;and i want all the format which i hav on first page&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 05:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869509#M673244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T05:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869510#M673245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;follow these steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Double click on ur table node&lt;/P&gt;&lt;P&gt;2.Click on the 'Data' tab&lt;/P&gt;&lt;P&gt;3.provide the name of the GR field of ur internal table in the Sort Criteria box&lt;/P&gt;&lt;P&gt;4. Choose the Sort criteria  radio buttons(Ascending/Descending) and select the check box "Event on sort begin", with this setting an additional Event will be inserted under the Table node&lt;/P&gt;&lt;P&gt;5.Now right click on the additional event created and choose Create-&amp;gt;Flow Logic -&amp;gt;Command(a Command node will be created under the Event node)&lt;/P&gt;&lt;P&gt;6.In the Command node created in step 5, check the "Go to new page" and select a page of ur choice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 05:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869510#M673245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T05:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869511#M673246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Regarding your query. You have to do the following steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. for the PAGE: enter the same page name as NEXT PAGE.&lt;/P&gt;&lt;P&gt;2. In the window where you are printing the table data, add a command node and enter the page name for NEXT PAGE. Here you can give any conditions you intend to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARDS IF HELPFUL!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 05:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869511#M673246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T05:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869512#M673247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI RAJESH&lt;/P&gt;&lt;P&gt;i tried ur idea&lt;/P&gt;&lt;P&gt;but it leads to a run time error&lt;/P&gt;&lt;P&gt;with following msg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The following syntax error was found in the program /1BCDWB/SAPLSF00000040 :&lt;/P&gt;&lt;P&gt; "A line of "ITAB" and "%SE3-ACT" are not mutually convertible. In a Uni"&lt;/P&gt;&lt;P&gt; "code program "ITAB" must have the same structure layout as "%SE3-ACT" "&lt;/P&gt;&lt;P&gt; "independent of the length of a . Unicode character. Unicode character."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 05:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869512#M673247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T05:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869513#M673248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz help its urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 08:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869513#M673248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T08:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869514#M673249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help me ppl i need this very urgently&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869514#M673249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869515#M673250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;DId u try the method I told you .. it worked for me.. shud definitely it shud work for u as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leme know if it doesnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARDS IF HELPFUL!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869515#M673250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869516#M673251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i tried&lt;/P&gt;&lt;P&gt;but dont know wat condition shud i give&lt;/P&gt;&lt;P&gt;i tried to give some condtions but it is not happning&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869516#M673251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869517#M673252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;k do i thing&lt;/P&gt;&lt;P&gt;...add  a program lines to increment a count...within the table ...&lt;/P&gt;&lt;P&gt;after the text of the table.. add the command line and in the command line check for the counter.. if it is less than the DBcount of the table...and add the name of the next page IN THE NEXT PAGE TAB OF THE COMMAND LINE..this will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.. leme know if it doesnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARDS IF HELPFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:38:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869517#M673252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869518#M673253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look i did this thing&lt;/P&gt;&lt;P&gt;i write a prog lines in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ind is a global variable wid value 1.&lt;/P&gt;&lt;P&gt;now i wrote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table itab index ind.&lt;/P&gt;&lt;P&gt;mblnr1 = itab-mblnr1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ind = ind + 1.&lt;/P&gt;&lt;P&gt;read table itab index ind.&lt;/P&gt;&lt;P&gt;mblnr2 = itab-mblnr1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i compare these two fileds in the COMMAND Condtion&lt;/P&gt;&lt;P&gt;if mblnr1 &amp;lt;&amp;gt; mblnr2&lt;/P&gt;&lt;P&gt;it gives some pages&lt;/P&gt;&lt;P&gt;but output is not ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869518#M673253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869519#M673254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try the Coutner thign it defiitely is working good for me...:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can catch me at basavraj02@gmail.com.. incase of any issues..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869519#M673254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pages in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869520#M673255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u explain how???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 11:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-pages-in-smartform/m-p/2869520#M673255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T11:12:46Z</dc:date>
    </item>
  </channel>
</rss>

