<?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: ABAP- DataBase in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-database/m-p/4977944#M1160002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; try to use the switch 'BYPASS BUFFER' of the select (help on the select to know more).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is buffered, the select will read data directly from the database and not from the buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2009 16:48:13 GMT</pubDate>
    <dc:creator>andrea_galluccio2</dc:creator>
    <dc:date>2009-01-14T16:48:13Z</dc:date>
    <item>
      <title>ABAP- DataBase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-database/m-p/4977943#M1160001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am executing below ABAP code in eCATT editor and is fetching WorkItem Id from the table SDOE00D00000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is , when i execute the script for the first time, it gets me the old data and when i execute for the second time, it fetches the latest data from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone kindly help me to resolve my issue ? .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i refresh the table SDOE00D00000 before fetching the content from the table to my work area ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : SDOE00D00000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : It_t1 type table of SDOE00D00000,&lt;/P&gt;&lt;P&gt;WA_T1 like SDOE00D00000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH It_t1 FROM TABLE SDOE00D00000 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM SDOE00D00000 INTO WA_T1 where C1 = V_WORK_ITEM_ID_MAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_T2 = WA_T1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 13:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-database/m-p/4977943#M1160001</guid>
      <dc:creator>harsha_s</dc:creator>
      <dc:date>2009-01-14T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP- DataBase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-database/m-p/4977944#M1160002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; try to use the switch 'BYPASS BUFFER' of the select (help on the select to know more).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is buffered, the select will read data directly from the database and not from the buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 16:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-database/m-p/4977944#M1160002</guid>
      <dc:creator>andrea_galluccio2</dc:creator>
      <dc:date>2009-01-14T16:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP- DataBase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-database/m-p/4977945#M1160003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi harsha,&lt;/P&gt;&lt;P&gt;resetting the RFC is as good as refreshing the table.&lt;/P&gt;&lt;P&gt;SO please use command RESCON before you try to fetch.&lt;/P&gt;&lt;P&gt;RESCON will reset the connection.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 06:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-database/m-p/4977945#M1160003</guid>
      <dc:creator>Vny12</dc:creator>
      <dc:date>2009-01-19T06:00:24Z</dc:date>
    </item>
  </channel>
</rss>

