<?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: Checking the contents of update function module log table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-the-contents-of-update-function-module-log-table/m-p/8094500#M1615772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Once the update is complete the entries will be removed from SM13 (Unless there is a failure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if there is option to view records in SM13 for which update is complete (No authorization to change settings in SM13). &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This behaviour is governed by the profile param [rdisp/vb_delete_after_execution|http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86f935cd11d3acb00000e83539c3/content.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jul 2011 15:36:37 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2011-07-24T15:36:37Z</dc:date>
    <item>
      <title>Checking the contents of update function module log table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-the-contents-of-update-function-module-log-table/m-p/8094498#M1615770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created several CALL FUNCTION ... IN UPDATE TASK lines and is curious about the contents of the update function module log table. How can I see its contents?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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;Haris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 13:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-the-contents-of-update-function-module-log-table/m-p/8094498#M1615770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-24T13:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Checking the contents of update function module log table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-the-contents-of-update-function-module-log-table/m-p/8094499#M1615771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use transaction SM13. This gives all the details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; To view the details in SM13 switch on Update debugging before you call your update function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In debugger Settings --&amp;gt; Display / change Debugger settings --&amp;gt; Use the check box "Update Debugging" --&amp;gt; Press save button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; So after COMMIT WORK statement, debugging will start with the update function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; During this time check the entries in SM13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Once the update is complete the entries will be removed from SM13 (Unless there is a failure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am not sure if there is option to view records in SM13 for which update is complete (No authorization to change settings in SM13). So i cannot check this&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajvansh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajvansh Ravi on Jul 24, 2011 3:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 13:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-the-contents-of-update-function-module-log-table/m-p/8094499#M1615771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-24T13:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Checking the contents of update function module log table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-the-contents-of-update-function-module-log-table/m-p/8094500#M1615772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Once the update is complete the entries will be removed from SM13 (Unless there is a failure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if there is option to view records in SM13 for which update is complete (No authorization to change settings in SM13). &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This behaviour is governed by the profile param [rdisp/vb_delete_after_execution|http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86f935cd11d3acb00000e83539c3/content.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 15:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-the-contents-of-update-function-module-log-table/m-p/8094500#M1615772</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-07-24T15:36:37Z</dc:date>
    </item>
  </channel>
</rss>

