<?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: Problem with refresh table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443224#M210601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How have you designed your table control on the screen. Does it have an internal table within it, or is it a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its an internal table within the table control, what I have suggested above should work. If you are using a structure, clear the same and it will work.&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;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2006 10:26:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-03T10:26:55Z</dc:date>
    <item>
      <title>Problem with refresh table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443221#M210598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have z table whice i created with maintenance ( SM 30)&lt;/P&gt;&lt;P&gt;the table is used for select shipment number and after press 'enter' all supply records are insert into the table.&lt;/P&gt;&lt;P&gt;My problem is that the table control is not refreshed right after the user press "ENTER" the user will see the records only if he exit the table control and enter again.&lt;/P&gt;&lt;P&gt;i guess there is a command or somthing that refresh the table control or the screen that hold the table screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope my problem is understood.&lt;/P&gt;&lt;P&gt;thanks in advanced.&lt;/P&gt;&lt;P&gt;gil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 10:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443221#M210598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T10:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with refresh table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443222#M210599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refresh the internal table which is in the table control, after checking that the user has entered a new shipment number (ie, shipment no &amp;lt;&amp;gt; earlier shipment no).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH itab.&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;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 10:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443222#M210599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T10:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with refresh table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443223#M210600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i &lt;/P&gt;&lt;P&gt;REFRESH itab.&lt;/P&gt;&lt;P&gt;what i'm doing is clearing the itab what i want is to refresh the table control so the records will be visible to the user.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 10:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443223#M210600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T10:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with refresh table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443224#M210601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How have you designed your table control on the screen. Does it have an internal table within it, or is it a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its an internal table within the table control, what I have suggested above should work. If you are using a structure, clear the same and it will work.&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;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 10:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443224#M210601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T10:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with refresh table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443225#M210602</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;Declare a PF-Status with PICK as a fn code in your program(In PBO).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write the code in PICK as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope An enter commands triggers an event in this case.&lt;/P&gt;&lt;P&gt;Check if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ND&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 10:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443225#M210602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with refresh table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443226#M210603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The enter command is the the regular enter key that after i insert record i've to press in sm30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't find solution to my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 12:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443226#M210603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with refresh table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443227#M210604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i write this code and now i see the records in the table control:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After i save i don't see those records in the table.&lt;/P&gt;&lt;P&gt;why???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : lv_Tknum like Zplatform-TKNUM,&lt;/P&gt;&lt;P&gt;     izplatform type table of zplatform with header line.&lt;/P&gt;&lt;P&gt;     lv_tknum = Zplatform-TKNUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT *&lt;/P&gt;&lt;P&gt;  INTO CORRESPONDING FIELDS OF table iZplatform&lt;/P&gt;&lt;P&gt;  FROM&lt;/P&gt;&lt;P&gt;  VTTK inner JOIN vttp  ON VTTK&lt;SUB&gt;TKNUM = vttp&lt;/SUB&gt;TKNUM&lt;/P&gt;&lt;P&gt;       inner JOIN likp  ON vttp&lt;SUB&gt;vbeln = likp&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;       inner Join KNA1  ON likp&lt;SUB&gt;kunnr = KNA1&lt;/SUB&gt;kunnr&lt;/P&gt;&lt;P&gt;  WHERE vttk~TKNUM  =  lv_tknum.&lt;/P&gt;&lt;P&gt;  clear zplatform.&lt;/P&gt;&lt;P&gt;  loop at izplatform.&lt;/P&gt;&lt;P&gt;    append izplatform to &amp;lt;b&amp;gt;extract&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i see the records but when i click the SAVE icon the data is not saved.&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gil Hadida&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 07:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-refresh-table-control/m-p/1443227#M210604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T07:15:33Z</dc:date>
    </item>
  </channel>
</rss>

