<?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: dynamically extending the script form pages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-extending-the-script-form-pages/m-p/2879866#M676331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sapscript will automatically do this - Have a FIRST page with relevant details and a MAIN window for first n records, then configure a NEXT page with less details and larger MAIN window for continuation of records.  Can also configure a LAST page if you wish with extra details for end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just need to link them - either in the sapscript page setup (ie NEXT follows FIRST, and NEXT follows NEXT also) or in a command in the main window to switch to LAST page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A number of standard SAP forms ar set up this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2007 09:29:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-21T09:29:34Z</dc:date>
    <item>
      <title>dynamically extending the script form pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-extending-the-script-form-pages/m-p/2879863#M676328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;end user gives ranges of records to be displayed&lt;/P&gt;&lt;P&gt;i have to design a script form which has main window in which records are displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i make main window extend dynamically into new pages with respect to the range given by end user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please some one help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 07:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-extending-the-script-form-pages/m-p/2879863#M676328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T07:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically extending the script form pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-extending-the-script-form-pages/m-p/2879864#M676329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link,this might help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/Sap_script" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/Sap_script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 07:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-extending-the-script-form-pages/m-p/2879864#M676329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T07:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically extending the script form pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-extending-the-script-form-pages/m-p/2879865#M676330</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;You can use PROTECT and ENDPROTECT command to dynamically extend the script pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All what you need to do is enter the display fields between protect and endprotect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;PROTECT.&lt;/P&gt;&lt;P&gt;&amp;amp;W_VBELN&amp;amp;....&lt;/P&gt;&lt;P&gt;................&lt;/P&gt;&lt;P&gt;ENDPROTECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dilli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 07:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-extending-the-script-form-pages/m-p/2879865#M676330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T07:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically extending the script form pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-extending-the-script-form-pages/m-p/2879866#M676331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sapscript will automatically do this - Have a FIRST page with relevant details and a MAIN window for first n records, then configure a NEXT page with less details and larger MAIN window for continuation of records.  Can also configure a LAST page if you wish with extra details for end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just need to link them - either in the sapscript page setup (ie NEXT follows FIRST, and NEXT follows NEXT also) or in a command in the main window to switch to LAST page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A number of standard SAP forms ar set up this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-extending-the-script-form-pages/m-p/2879866#M676331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:29:34Z</dc:date>
    </item>
  </channel>
</rss>

