<?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: Module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951106#M391787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its the same concept which is commonly used. &lt;/P&gt;&lt;P&gt;like the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Page Up &lt;/P&gt;&lt;P&gt;Page Down, &lt;/P&gt;&lt;P&gt;First Page &lt;/P&gt;&lt;P&gt;Last Page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, CLSOE the thread if answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2007 08:37:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-02T08:37:06Z</dc:date>
    <item>
      <title>Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951104#M391785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is PAGE DOWN concept in module pool ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 07:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951104#M391785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T07:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951105#M391786</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;Page down means generally after we get output if we have N no. of pages we will use next page. It also will work in the same way in table control. here we need to set the status , we will get the last line as our first line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;madhuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward me if it is useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 08:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951105#M391786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T08:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951106#M391787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its the same concept which is commonly used. &lt;/P&gt;&lt;P&gt;like the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Page Up &lt;/P&gt;&lt;P&gt;Page Down, &lt;/P&gt;&lt;P&gt;First Page &lt;/P&gt;&lt;P&gt;Last Page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, CLSOE the thread if answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 08:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951106#M391787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T08:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951107#M391788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actullay the page down in Module pool is to limit the number of entries per screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say fifteen entries per list now when i do a page down by handling with a code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1..15 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after page down &lt;/P&gt;&lt;P&gt;the list will be a new series in the table control . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the list has to be 16..31 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and again page down 32--47 and so on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally when we do the recording we generally encounter a code like &lt;/P&gt;&lt;P&gt;'p&lt;EM&gt;' , 'p-' , 'p&lt;/EM&gt;+' , 'p--'&lt;/P&gt;&lt;P&gt;for page scrolling options .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the entries are exceeding visible  list in the table we need to handle this by page down options in some cases .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this std program demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this code just see how page control is being handled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 08:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951107#M391788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951108#M391789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Once the last visible row in table control is reached you have to find a OK CODE to create a new page.&lt;/P&gt;&lt;P&gt;If there is a scroll bar besides the table control you can use P+ (means page down) .&lt;/P&gt;&lt;P&gt;If there is no scroll bar then you need to look for the new page button on the tool bar of the transaction and record its OK code.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 08:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1951108#M391789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T08:49:03Z</dc:date>
    </item>
  </channel>
</rss>

