<?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: Spool in Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922533#M59220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the range of customers... simply by looping in the smartform for table data.&lt;/P&gt;&lt;P&gt;Now, I need to reset the pageno for each customer in the smartform. e.g.,say i have 2 customers... 1st customer having 1 page of data and 2nd customer having 2 pages of data. so, i need to display the page no for 1st customer as "page 1 of 1". For second customer, it shud come "page 1 of 2", "page 2 of 2".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2005 11:49:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-08T11:49:06Z</dc:date>
    <item>
      <title>Spool in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922529#M59216</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 want to display the output from smartform in a spool.&lt;/P&gt;&lt;P&gt;Here, iam calling the smartform from a program. So, How can i do this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2005 14:30:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922529#M59216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-03T14:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spool in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922530#M59217</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;SSFCOMPOP-TDNEWID = 'X'.&lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set other fields based on your reqmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the structure to the FM which triggers the SSF as the exporting parameter; output_options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2005 04:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922530#M59217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-04T04:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Spool in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922531#M59218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Murugesh. I got it with output_options....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had one more question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display the range of customers for my smartform. As of now, for only one customer, it is coming properly. How to do for the range.... and how to call the smartform within the range.&lt;/P&gt;&lt;P&gt;Iam trying to call the smartform within a loop by setting no_close and no_open accordingly...&lt;/P&gt;&lt;P&gt;but it is not coming. &lt;/P&gt;&lt;P&gt;only one customer is displaying in the spool repeatedly for no of pages. &lt;/P&gt;&lt;P&gt;Is there any thing to set? pls. let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2005 15:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922531#M59218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-07T15:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Spool in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922532#M59219</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;Your query is not clear for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that you need to display a range of customers as output in one Smartform or you need to trigger form output for every customer? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know your reqmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2005 02:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922532#M59219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-08T02:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Spool in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922533#M59220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the range of customers... simply by looping in the smartform for table data.&lt;/P&gt;&lt;P&gt;Now, I need to reset the pageno for each customer in the smartform. e.g.,say i have 2 customers... 1st customer having 1 page of data and 2nd customer having 2 pages of data. so, i need to display the page no for 1st customer as "page 1 of 1". For second customer, it shud come "page 1 of 2", "page 2 of 2".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2005 11:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922533#M59220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-08T11:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Spool in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922534#M59221</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 understand that you have called the SSF FM by looping in internal table which holds different customer numbers. Please make sure that all the data objects which are used in SSF are reinitialized in every loop pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Page &amp;amp;SFSY-PAGE&amp;amp; of &amp;amp;SFSY-FORMPAGES&amp;amp; &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for page numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2005 13:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922534#M59221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-08T13:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Spool in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922535#M59222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murugesh,&lt;/P&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem here for page display is as follows.&lt;/P&gt;&lt;P&gt;--My output will get many customers. &lt;/P&gt;&lt;P&gt;--Iam displaying open data for each customers.&lt;/P&gt;&lt;P&gt;--The data for 1st customer contains 2 pages of main data&lt;/P&gt;&lt;P&gt;--And the data for 2nd customer contains say 3 pages of main data.&lt;/P&gt;&lt;P&gt;--Here, Iam displaying both customers at a time.&lt;/P&gt;&lt;P&gt;so, the total no. of pages here is 5 pages.&lt;/P&gt;&lt;P&gt;--But, here when iam displaying, i need to get page nos for each customer starting from 1.&lt;/P&gt;&lt;P&gt;i.e., for 1st customer, i need to display "page 1 0f 2", "page 2 of 2"&lt;/P&gt;&lt;P&gt;For 2nd customer immediatly after the 1st customer, it shud display starting from 1. so it is "page 1 of 3", "page 2 of 3", "page 3 of 3".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, iam getting like this. I used page &amp;amp;sysy-page&amp;amp; of &amp;amp;sysy-formpages&amp;amp;&lt;/P&gt;&lt;P&gt;for 1st customer, "page 1 of 5","page 2 of 5"&lt;/P&gt;&lt;P&gt;for 2nd customer, "page 3 of 5", "page 4 of 5","page 5 of 5".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, all the customers will display at a time from the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, you understood.&lt;/P&gt;&lt;P&gt;Please Help me..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2005 16:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922535#M59222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-09T16:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Spool in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922536#M59223</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 propose 2 methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow the following logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a New IntTab with unique Customers.&lt;/P&gt;&lt;P&gt;2. Loop in this New IntTab. &lt;/P&gt;&lt;P&gt;3. Initialize all the Fields/Structures.&lt;/P&gt;&lt;P&gt;4. Get the details of the corresponding Customer.&lt;/P&gt;&lt;P&gt;5. Call the SSF in the Loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would reinitialize the SSF Variable for Page number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.or.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that the PAGE numbers are written in separate window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need additional global field in SSF to hold the Customer number, and one for Page Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, you initialise with the first customer number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since, this window being called for every page make a comparison of the IntTab Customer Number with the New Field for Customer Number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both does NOT match, you reinitialize the field for Page and if it matches you can increment the Page Number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope either of the above helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 02:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922536#M59223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-10T02:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Spool in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922537#M59224</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;Please close this thread if the problem is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2005 02:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-in-smartform/m-p/922537#M59224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-14T02:21:53Z</dc:date>
    </item>
  </channel>
</rss>

