<?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 Table update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959470#M1893365</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;I need help in finding the table update am executing rfc after which some table are updated based on the functionality of the RFC now the issue is am not able to find out which table&amp;nbsp;&amp;nbsp; got updated and what are the values got updated into the table somehow am able to find the tables based on the rfc functionality but don't know exactly which table got updated if updated how can i check when it got updated please help with this am totally stuck,&lt;/P&gt;&lt;P&gt;i tried with setting up change log but couldn't able to set it is there any other way through which i can find out exactly which table got updated and when .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;BR /&gt;Anand &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2015 11:51:23 GMT</pubDate>
    <dc:creator>anand_n5</dc:creator>
    <dc:date>2015-03-11T11:51:23Z</dc:date>
    <item>
      <title>Table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959470#M1893365</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;I need help in finding the table update am executing rfc after which some table are updated based on the functionality of the RFC now the issue is am not able to find out which table&amp;nbsp;&amp;nbsp; got updated and what are the values got updated into the table somehow am able to find the tables based on the rfc functionality but don't know exactly which table got updated if updated how can i check when it got updated please help with this am totally stuck,&lt;/P&gt;&lt;P&gt;i tried with setting up change log but couldn't able to set it is there any other way through which i can find out exactly which table got updated and when .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;BR /&gt;Anand &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 11:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959470#M1893365</guid>
      <dc:creator>anand_n5</dc:creator>
      <dc:date>2015-03-11T11:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959471#M1893366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use an SQL Trace. Try transaction ST05 to activate the trace, then run the RFC. Then analyse the update results.&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;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 12:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959471#M1893366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-11T12:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959472#M1893367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use ST05 and check RFC and SQL Trace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 12:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959472#M1893367</guid>
      <dc:creator>former_member183073</dc:creator>
      <dc:date>2015-03-11T12:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959473#M1893368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Start St05 trace buffer before executing you RFC and deactivate after it. Check the Trace log .&lt;/P&gt;&lt;P&gt;You'l definitely find which tables are updated in the log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 12:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959473#M1893368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-11T12:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959474#M1893369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got ur point i checked through the SQL trace i got a list but it's bit messy how can i identify the updated tables in the list there are number of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Anand &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 06:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959474#M1893369</guid>
      <dc:creator>anand_n5</dc:creator>
      <dc:date>2015-03-12T06:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959475#M1893370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the "Statement" Column, search for Insert and Update Statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The volume of output from the trace is unfortunately verbose, as you gain more experience working with it, you'll find it easier to identify the information of more relevance.&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;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 06:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959475#M1893370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-12T06:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959476#M1893371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the information Arden,&lt;/P&gt;&lt;P&gt;I checked through the statement wise like update and insert but i couldn't find any values, is there any way through which we can debug the code and can check which are the tables got updated because the problem here is some tables are not defined in the source code but in background they are getting updated how can i find out this updated tables please help me with this issue.May be am not good debugging could you please help me suggesting any good steps for debugging apart from usual debugging steps and rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 11:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959476#M1893371</guid>
      <dc:creator>anand_n5</dc:creator>
      <dc:date>2015-03-27T11:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959477#M1893372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you&amp;nbsp; had any luck running the ST05 Trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a great tool for the issue you are encountering.&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;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 22:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959477#M1893372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-27T22:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959478#M1893373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mr. Anand a,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can check ST05 to activate the trace, then run the RFC. Then analyze the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Niloy&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/673705" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 18:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update/m-p/10959478#M1893373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-28T18:13:23Z</dc:date>
    </item>
  </channel>
</rss>

