<?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: Triggerring  SAP Script page dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggerring-sap-script-page-dynamically/m-p/1627047#M280099</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;U can try like this.&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;NEW-PAGE last&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;Please check and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2006 08:47:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T08:47:14Z</dc:date>
    <item>
      <title>Triggerring  SAP Script page dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggerring-sap-script-page-dynamically/m-p/1627044#M280096</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 have 3 pages,and 2 pages has main window.&lt;/P&gt;&lt;P&gt;last page is independent to these 2 pages and it has only one window(not main window)&lt;/P&gt;&lt;P&gt;My question is i need to trigger that last page after 2nd page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did like&lt;/P&gt;&lt;P&gt;IF &amp;amp;NEXTPAGE&amp;amp; EQ 0&lt;/P&gt;&lt;P&gt;&amp;amp;NEWPAGE&amp;amp; = 'LAST'&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have designed two pages which has main windows and in third page I get the terms and conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am printing the Purchase order I have to print last page has terms and conditions. The problem is if i have one line item it should print in first page and then the next page should have terms and conditions and if line items exceeds more than two pages it has to print all line items and then terms and conditions has to print &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be highly appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 07:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggerring-sap-script-page-dynamically/m-p/1627044#M280096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T07:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Triggerring  SAP Script page dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggerring-sap-script-page-dynamically/m-p/1627045#M280097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can handle that via your print pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;print header.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt; print item details.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;print terms&amp;amp;conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you follow the above it would print as you require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 07:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggerring-sap-script-page-dynamically/m-p/1627045#M280097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T07:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Triggerring  SAP Script page dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggerring-sap-script-page-dynamically/m-p/1627046#M280098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i cannot make any changes in the print program. I need to do changes in the SAP SCRIPT form only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggerring-sap-script-page-dynamically/m-p/1627046#M280098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Triggerring  SAP Script page dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggerring-sap-script-page-dynamically/m-p/1627047#M280099</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;U can try like this.&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;NEW-PAGE last&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;Please check and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggerring-sap-script-page-dynamically/m-p/1627047#M280099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:47:14Z</dc:date>
    </item>
  </channel>
</rss>

