<?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: Catch All Queries Executed on DB Programmatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795460#M1953635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestion but I'm looking for something the runs continuously, not just when a trace is running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Aug 2016 06:46:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-08-21T06:46:53Z</dc:date>
    <item>
      <title>Catch All Queries Executed on DB Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795458#M1953633</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;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to catch all queries (SELECT, INSERT, UPDATE, DELETE) being executed against the data base server from SAP server programmatically, anybody can advise on this?&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, 19 Aug 2016 13:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795458#M1953633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-19T13:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Catch All Queries Executed on DB Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795459#M1953634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could debug what is done during the SQL trace (transaction code ST05), and reproduce it into your program. There are probably many threads which discuss of that (search function module PERFORMANCE_TRACE_ON, PERFORMANCE_TRACE_GET, etc., there are also classes now to read the traces)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2016 21:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795459#M1953634</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-08-20T21:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Catch All Queries Executed on DB Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795460#M1953635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestion but I'm looking for something the runs continuously, not just when a trace is running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 06:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795460#M1953635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-21T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Catch All Queries Executed on DB Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795461#M1953636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No you can't do that, you would put the server down. Can you imagine how many SQL operations per second there are in the system! I can't imagine you have to trace everything, what is your exact requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 06:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795461#M1953636</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-08-21T06:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Catch All Queries Executed on DB Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795462#M1953637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know ST04 is already doing that so why can't we have something similar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 07:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795462#M1953637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-21T07:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Catch All Queries Executed on DB Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795463#M1953638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, if it's a tool in your database system, you should refer to the database editor's documentation or forum, to see where and how this trace is stored (not at the "ABAP side" anyway). If your ST04 tool displays the data, then same remark as above: "You could debug what is done during the [trace display], and reproduce it into your program"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 08:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-all-queries-executed-on-db-programmatically/m-p/11795463#M1953638</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-08-21T08:58:01Z</dc:date>
    </item>
  </channel>
</rss>

