<?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: SAP-SCRIPT Changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494257#M229603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My understanding is that you need to print one item per page.&lt;/P&gt;&lt;P&gt;Create a new text element NEW-PAGE in main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After each item print in driver program, call this element which will trigger new page. In this way each item will be displayed in new page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2006 15:09:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-08T15:09:09Z</dc:date>
    <item>
      <title>SAP-SCRIPT Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494256#M229602</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;My requirement is that in a SAP-SCRIPT, I have a list of say 5 items on first page, 10 items on subsequent pages and in the last page , I want to display a single item always along with the footer details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me what piece of code to write and where to write?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 15:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494256#M229602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-SCRIPT Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494257#M229603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My understanding is that you need to print one item per page.&lt;/P&gt;&lt;P&gt;Create a new text element NEW-PAGE in main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After each item print in driver program, call this element which will trigger new page. In this way each item will be displayed in new page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 15:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494257#M229603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T15:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-SCRIPT Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494258#M229604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue NEW-PAGE command from print program using CONTROL_FORM function module after each line in the loop.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add /: NEW-PAGE after the item variables in the sapscript MAIN window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sridhar K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 15:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494258#M229604</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-08T15:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-SCRIPT Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494259#M229605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi subash,&lt;/P&gt;&lt;P&gt;Print Footer notes only on the last page &lt;/P&gt;&lt;P&gt;Command to used in your sapscripts :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: IF &amp;amp;NEXTPAGE&amp;amp; EQ 0  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      whatever footer you want.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: ENDIF  &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;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 15:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494259#M229605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T15:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-SCRIPT Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494260#M229606</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;In the script, declare a text element in the main window and write the record value. and trigger the command NEW PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the driver program, while looping at the internal table, call this text element (declared in the script) for every loop pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 15:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-changes/m-p/1494260#M229606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T15:52:46Z</dc:date>
    </item>
  </channel>
</rss>

