<?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: refresh sm 30 table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383629#M186975</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;i'm in sm 30.&lt;/P&gt;&lt;P&gt;when user type a shipment number and then press enter there is a query that execute and insert all the records that match to the shipment number to the table,&lt;/P&gt;&lt;P&gt;but the user can see all the records just if he exit and re-enter to the sm 30 --&amp;gt; to the table.&lt;/P&gt;&lt;P&gt;what i need is to refresh the table\screen\or somthing else so the user can see the data .&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 08:55:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T08:55:12Z</dc:date>
    <item>
      <title>refresh sm 30 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383625#M186971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts.&lt;/P&gt;&lt;P&gt;how can i refresh sm30 table or refresh the screen ?&lt;/P&gt;&lt;P&gt;so after i insert some records with code behind 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>Thu, 29 Jun 2006 06:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383625#M186971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T06:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: refresh sm 30 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383626#M186972</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;I thinks you can do using &lt;/P&gt;&lt;P&gt;Event 08: After Correcting the Contents of a Selected Field &lt;/P&gt;&lt;P&gt;In this event you have access to Internal Table EXTRACT which is the data display work table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not intuitive understood what you mean by "records with code behind the records". So I do not know what "refresh sm30 table" hast to do exactly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is your part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 07:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383626#M186972</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-06-29T07:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: refresh sm 30 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383627#M186973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i ment when saying Refresh sm30 table is that after the code behind is finish his job i want to see the data in the table.&lt;/P&gt;&lt;P&gt;now i can see the data just if i exit the transaction and re-enter.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 07:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383627#M186973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T07:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: refresh sm 30 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383628#M186974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your requirement is not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you mean:&lt;/P&gt;&lt;P&gt;1) you're in TA SM30&lt;/P&gt;&lt;P&gt;2) in background is running a job modifying your ztable?&lt;/P&gt;&lt;P&gt;3) After modifying ztable 1) shall be refreshed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383628#M186974</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-06-29T08:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: refresh sm 30 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383629#M186975</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;i'm in sm 30.&lt;/P&gt;&lt;P&gt;when user type a shipment number and then press enter there is a query that execute and insert all the records that match to the shipment number to the table,&lt;/P&gt;&lt;P&gt;but the user can see all the records just if he exit and re-enter to the sm 30 --&amp;gt; to the table.&lt;/P&gt;&lt;P&gt;what i need is to refresh the table\screen\or somthing else so the user can see the data .&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383629#M186975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T08:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: refresh sm 30 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383630#M186976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Unfortunately thats not possible directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. There is no such event which will be triggered&lt;/P&gt;&lt;P&gt;    when that table is updated somewhere in background,&lt;/P&gt;&lt;P&gt;  or some other session,&lt;/P&gt;&lt;P&gt;   and u expect &lt;/P&gt;&lt;P&gt;   your screen to get refreshed !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Even if we do in any case,&lt;/P&gt;&lt;P&gt;   then we have to use timer concept,&lt;/P&gt;&lt;P&gt;   in the coding of the table maintenance function group,&lt;/P&gt;&lt;P&gt;   but such things are not at all advisable.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 09:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383630#M186976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T09:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: refresh sm 30 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383631#M186977</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;  Please check ur table maintenace details like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen Maintenance and authorization group, function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that you need to activate your table.&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;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 09:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383631#M186977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: refresh sm 30 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383632#M186978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sometimes TA '/$SYNC' helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 09:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-sm-30-table/m-p/1383632#M186978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T09:34:39Z</dc:date>
    </item>
  </channel>
</rss>

