<?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: Query on Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306770#M160335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rules for Processing a Form&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The overview below lists the exact rules for processing a form:&lt;/P&gt;&lt;P&gt;1. Processing starts with the start page (the first page in the tree).&lt;/P&gt;&lt;P&gt;2. Processing of a page is executed in the sequence of the assigned windows in the tree.&lt;/P&gt;&lt;P&gt;3. Processing a window means processing the output control of the window (see also Output&lt;/P&gt;&lt;P&gt;Control [Seite 79]).&lt;/P&gt;&lt;P&gt;4. Processing of the main window on a page is finished:&lt;/P&gt;&lt;P&gt;i. If the main window is filled completely on the page and the output control has not yet&lt;/P&gt;&lt;P&gt;been processed to the end or&lt;/P&gt;&lt;P&gt;ii. If the output control has been processed to the end or&lt;/P&gt;&lt;P&gt;iii. If a manual page break (see also Page Sequence and Numbering [Seite 83]) is&lt;/P&gt;&lt;P&gt;reached.&lt;/P&gt;&lt;P&gt;5. Processing of a subwindow is finished:&lt;/P&gt;&lt;P&gt;i. If the subwindow is completely filled on the page or&lt;/P&gt;&lt;P&gt;ii. If the output control has been processed to the end.&lt;/P&gt;&lt;P&gt;6. After all windows of a page are processed, processing of the page is finished.&lt;/P&gt;&lt;P&gt;7. A page break to a new page occurs as soon as the processing of a page is finished and&lt;/P&gt;&lt;P&gt;i. The output control of the main window has not yet been completely processed or&lt;/P&gt;&lt;P&gt;ii. A manual page break was executed in the output control of the main window or&lt;/P&gt;&lt;P&gt;iii. The page does not contain a main window.&lt;/P&gt;&lt;P&gt;8. The new page is the static next page. If a new page is called by a manual page break with&lt;/P&gt;&lt;P&gt;page specification within the main window (dynamic next page), the system processes this&lt;/P&gt;&lt;P&gt;page.&lt;/P&gt;&lt;P&gt;9. Processing of the form ends if the processing of a page is finished and&lt;/P&gt;&lt;P&gt;i. On this page the output control of the main window has been finished and no manual&lt;/P&gt;&lt;P&gt;page break occurred at the end or&lt;/P&gt;&lt;P&gt;ii. On this page the output control of the main window has not been finished but there is&lt;/P&gt;&lt;P&gt;no next page (neither static nor dynamic) or&lt;/P&gt;&lt;P&gt;iii. This page does not contain a main window and no static next page exists.&lt;/P&gt;&lt;P&gt;The manual page break is executed only in the main window, which means that you&lt;/P&gt;&lt;P&gt;can specify it only in the output control of the main window.&lt;/P&gt;&lt;P&gt;For pages without a main window the system goes to the static next page after&lt;/P&gt;&lt;P&gt;processing all windows. If there is no next page, processing stops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2006 12:36:10 GMT</pubDate>
    <dc:creator>vinod_gunaware2</dc:creator>
    <dc:date>2006-05-25T12:36:10Z</dc:date>
    <item>
      <title>Query on Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306768#M160333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a smartform , it has two windows &lt;/P&gt;&lt;P&gt;1) Header Window and 2) the Main Window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is after the loop in the main window prints all the records in the output, one extra page , with the header window details , is getting printed in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem occurs if the last record printed from the loop is at the end of the main window ( which is also the end of page limit ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to stop the flow of processing after the loop completes ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 12:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306768#M160333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T12:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306769#M160334</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;Try removing the header window in the NEXT PAGE.&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;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 12:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306769#M160334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T12:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306770#M160335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rules for Processing a Form&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The overview below lists the exact rules for processing a form:&lt;/P&gt;&lt;P&gt;1. Processing starts with the start page (the first page in the tree).&lt;/P&gt;&lt;P&gt;2. Processing of a page is executed in the sequence of the assigned windows in the tree.&lt;/P&gt;&lt;P&gt;3. Processing a window means processing the output control of the window (see also Output&lt;/P&gt;&lt;P&gt;Control [Seite 79]).&lt;/P&gt;&lt;P&gt;4. Processing of the main window on a page is finished:&lt;/P&gt;&lt;P&gt;i. If the main window is filled completely on the page and the output control has not yet&lt;/P&gt;&lt;P&gt;been processed to the end or&lt;/P&gt;&lt;P&gt;ii. If the output control has been processed to the end or&lt;/P&gt;&lt;P&gt;iii. If a manual page break (see also Page Sequence and Numbering [Seite 83]) is&lt;/P&gt;&lt;P&gt;reached.&lt;/P&gt;&lt;P&gt;5. Processing of a subwindow is finished:&lt;/P&gt;&lt;P&gt;i. If the subwindow is completely filled on the page or&lt;/P&gt;&lt;P&gt;ii. If the output control has been processed to the end.&lt;/P&gt;&lt;P&gt;6. After all windows of a page are processed, processing of the page is finished.&lt;/P&gt;&lt;P&gt;7. A page break to a new page occurs as soon as the processing of a page is finished and&lt;/P&gt;&lt;P&gt;i. The output control of the main window has not yet been completely processed or&lt;/P&gt;&lt;P&gt;ii. A manual page break was executed in the output control of the main window or&lt;/P&gt;&lt;P&gt;iii. The page does not contain a main window.&lt;/P&gt;&lt;P&gt;8. The new page is the static next page. If a new page is called by a manual page break with&lt;/P&gt;&lt;P&gt;page specification within the main window (dynamic next page), the system processes this&lt;/P&gt;&lt;P&gt;page.&lt;/P&gt;&lt;P&gt;9. Processing of the form ends if the processing of a page is finished and&lt;/P&gt;&lt;P&gt;i. On this page the output control of the main window has been finished and no manual&lt;/P&gt;&lt;P&gt;page break occurred at the end or&lt;/P&gt;&lt;P&gt;ii. On this page the output control of the main window has not been finished but there is&lt;/P&gt;&lt;P&gt;no next page (neither static nor dynamic) or&lt;/P&gt;&lt;P&gt;iii. This page does not contain a main window and no static next page exists.&lt;/P&gt;&lt;P&gt;The manual page break is executed only in the main window, which means that you&lt;/P&gt;&lt;P&gt;can specify it only in the output control of the main window.&lt;/P&gt;&lt;P&gt;For pages without a main window the system goes to the static next page after&lt;/P&gt;&lt;P&gt;processing all windows. If there is no next page, processing stops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 12:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306770#M160335</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-05-25T12:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306771#M160336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the good explaination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think my problem is the point no 4&lt;/P&gt;&lt;P&gt;Processing of the main window on a page is finished:&lt;/P&gt;&lt;P&gt;i. If the main window is filled completely on the page and the output control has not yet been processed to the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here the temporary table details that I want to print are done (Before the main window finishes) , but as the output control has not finished processing , the control goes to the next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can we somehow stop the processing of the output control ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ketan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 04:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306771#M160336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T04:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306772#M160337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ketan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if there is not more data left to print, why is it printing a blank page.&lt;/P&gt;&lt;P&gt;Try to check the PAGE PROTECT parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 04:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306772#M160337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T04:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306773#M160338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ketan,&lt;/P&gt;&lt;P&gt;Even if there is a single extra character which cannot fit into the Main window of the first page, the page will overflow to the next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try removing some characters from the last line of the main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 07:24:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-smartforms/m-p/1306773#M160338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T07:24:26Z</dc:date>
    </item>
  </channel>
</rss>

