<?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: table control itab memory refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518704#M1424792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you press push button , just refresh the internal table having records for second table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as per you , your population of records from first to second table control is working fine , so issue should  be resolved by this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jan 2010 09:08:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-02T09:08:15Z</dc:date>
    <item>
      <title>table control itab memory refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518703#M1424791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;                   I have a table control with records. If I select some of the records and press a push button, I should show the selected records in another tablecontrol in other screen.  It is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, for example there are 10 records in table control, If I select 5 records and press pushbutton it is showing selected 5 records in other tabcontrol. If I go back and again select more than 5 records , It is showing only five records, rest of the records are ignoring. &lt;/P&gt;&lt;P&gt;Please help me solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali Krishna Tatoju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2010 09:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518703#M1424791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-02T09:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: table control itab memory refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518704#M1424792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you press push button , just refresh the internal table having records for second table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as per you , your population of records from first to second table control is working fine , so issue should  be resolved by this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2010 09:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518704#M1424792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-02T09:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: table control itab memory refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518705#M1424793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Thanks for your reply. I have tried in your way. But i didnt got the solution.&lt;/P&gt;&lt;P&gt;Please consider this.&lt;/P&gt;&lt;P&gt;Here, at the first execution if we select 5 records, I think i is allocating the memory for 5 records, then if i select more than 5 records, say for example 7 records, it is showing only 5 records ( previous memory space is carrying forward).  &lt;/P&gt;&lt;P&gt;I think we need to free memory of the internal table of the tabcontrol. &lt;/P&gt;&lt;P&gt;for this i have used  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                FREE itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then calling the screen in which my second table control is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But got no solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to tackle this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2010 09:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518705#M1424793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-02T09:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: table control itab memory refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518706#M1424794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;After selecting row from first table control, and before appending the selected rows to second internal table refresh second table

" Refresh second_tab.
refresh second_tab.
loop at first_tab where mark = 'X'.
move-corresponding first_tab to second_tab.
append second_tab.
endloop.

now in PBO of second Screen
module status_100.
loop at second_tab with control tc.

endloop.

in program.
module status_100.
Describe table second_tab lines tc2-lines. " This will give you scroll so that you can see 7 rows by scrolling.
endmodule.
By the way similar post is there by Bikas_hyd&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2010 09:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518706#M1424794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-02T09:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: table control itab memory refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518707#M1424795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramchander,&lt;/P&gt;&lt;P&gt;                             Thanks alot.     Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Murali Krishna tatoju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2010 10:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518707#M1424795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-02T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: table control itab memory refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518708#M1424796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Free ITAB will not be required you can just use REFRESH itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Understand the flow of executino and your logic also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First , PBO of your screen is executed here first table control is filled from an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you select some recored and press a button PAI is executed. Now second internal table or table control is filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you change selection then what should happen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First , all the records from the second internal table should be washed and the again fill this table from first internal table selected records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So , in PAI you need to refresh the table just when your button is pressed and then you need to fill it with selected records from first table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2010 11:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518708#M1424796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-02T11:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: table control itab memory refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518709#M1424797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Harsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             My problem solved, Thanks for your reply.  Can you please suggest me so that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i selected some records and press push button, it is showing all the selected records. When I click back button, the previous tablecontrol with selected records should be refreshed. But Iam getting the records selected. ( The selection should be washed off).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2010 12:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-itab-memory-refresh/m-p/6518709#M1424797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-02T12:30:10Z</dc:date>
    </item>
  </channel>
</rss>

