<?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: internal table handling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-handling/m-p/3699421#M890789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to make sure that table t_open_summ contains only the data for PO =xxxx matnr=xxx to begin with. I.e. when that table is filled in, just don't put any other data there. Then all the corresponding scrolling code (Page Up/Down) will work as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative, you could create a "clone" of t_open_summ and work with it instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2008 16:30:32 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2008-04-11T16:30:32Z</dc:date>
    <item>
      <title>internal table handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-handling/m-p/3699420#M890788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I have a module program which is allow user to key in multiple PO and material, there is an internal table to store PO,material,open qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use PgUp, PgDown button to let user navigate the entry in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user navigate the data,the record is identify through the following code:&lt;/P&gt;&lt;P&gt;READ TABLE t_open_summ INTO w_open_summ INDEX tap_index_openpo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the user have a new request when they key in PO,material&lt;/P&gt;&lt;P&gt;in the first screen. They want to get only related PO &amp;amp; material&lt;/P&gt;&lt;P&gt;from the internal table above. Not all the data in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know i can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE t_open_summ INTO w_open_summ with key PO =xxxx  matnr=xxx to retrieve the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however to make the PgUp, PgDown button works, i have to use READ TABLE t_open_summ INTO w_open_summ INDEX tap_index_openpo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advise how to use in-coporate both in one statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 10:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-handling/m-p/3699420#M890788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T10:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: internal table handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-handling/m-p/3699421#M890789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to make sure that table t_open_summ contains only the data for PO =xxxx matnr=xxx to begin with. I.e. when that table is filled in, just don't put any other data there. Then all the corresponding scrolling code (Page Up/Down) will work as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative, you could create a "clone" of t_open_summ and work with it instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 16:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-handling/m-p/3699421#M890789</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-04-11T16:30:32Z</dc:date>
    </item>
  </channel>
</rss>

