<?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: Debugging - in update task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468488#M220404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I doubt if it could be a authorization issue. May be you can check with the Basis team. There is authorization if the persn can debugg or not and if he can change anything in debugg or not. I have never heard of special authorizations for debugg in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This is something really strange.&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2006 10:00:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-22T10:00:39Z</dc:date>
    <item>
      <title>Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468482#M220398</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;in one of the exits of transaction VA02 (change sales order) during saving,  i have a call of a Z-function module in update task. &lt;/P&gt;&lt;P&gt;When i have reached the call of this function during debugging, i'm setting the update debugging on. After saving, the system says 'Update debugging has been triggered', but i'm not getting a debugging session of the Z-function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i debug the z-function ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 08:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468482#M220398</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2006-08-22T08:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468483#M220399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Once you get the message 'Update debugging has been triggered' then automatically there will be a new session created if you have not opened 6 sessions already. The new session will open up and you can now set a breakpoint in the FM and once you execute it will stop at this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 09:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468483#M220399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T09:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468484#M220400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hans,&lt;/P&gt;&lt;P&gt;1) Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.&lt;/P&gt;&lt;P&gt;Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) call the update module func using CALL FUNCTION func IN UPDATE TASK, a new window is opened in which you can debug this function module in the update session. All the breakpoints that were set in the calling processing unit can also be processed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 09:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468484#M220400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T09:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468485#M220401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i only have open 3 sessions, but still no extra session is opened for update debugging. I'm getting only the message 'Update debugging is triggered'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 09:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468485#M220401</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2006-08-22T09:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468486#M220402</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;Copy and paste the below link, this is a PDF file which explains about the Update task debuging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappro.com/downloads/Settings&amp;amp;SystemAreas.pdf#search=%22ABAP%20%2B%20Debug%20%2B%20function%20module%20in%20Update%20task%22" target="test_blank"&gt;http://www.sappro.com/downloads/Settings&amp;amp;SystemAreas.pdf#search=%22ABAP%20%2B%20Debug%20%2B%20function%20module%20in%20Update%20task%22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 09:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468486#M220402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468487#M220403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx for the link, but i'm doing exactly what is described. During debugging, just before the call of the function (IN UPDATE TASK) i'm putting the Update debugging setting on. After that i'm continuing with the program (F8) and i'm getting the message 'Update debugging has been triggered'. However, i'm not getting an extra screen with the debugging of the called function. I have only 2 or 3 screens open !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions ? &lt;/P&gt;&lt;P&gt;Has it maybe to do with authorisations ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 09:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468487#M220403</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2006-08-22T09:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468488#M220404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I doubt if it could be a authorization issue. May be you can check with the Basis team. There is authorization if the persn can debugg or not and if he can change anything in debugg or not. I have never heard of special authorizations for debugg in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This is something really strange.&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 10:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468488#M220404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T10:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468489#M220405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check in SM58 transaction after update debuggoing is activated ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 10:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468489#M220405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T10:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468490#M220406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One reason of the function not being visible in update debugging is that the function is not registered to be called in the update task. You need to include an COMMIT WORK statement in the program which calls the function in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the following link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbae4135c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbae4135c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;Please reward useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 10:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468490#M220406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T10:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468491#M220407</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;Type /HS and debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 10:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468491#M220407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T10:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468492#M220408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geeta Yash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've tried transaction SM58, but nothing is in it. The Help tells that it is linked to the IN BACKGROUND TASK, and i'm talking about IN UPDATE TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 10:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468492#M220408</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2006-08-22T10:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468493#M220409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like my problem !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to debug an user-exit wich is called in update task by activating the "update debugging" but I on ly get the message 'Update debugging is triggered' and no debug window appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems this problem appeared with a kernel update (production environnement is ok and not patched).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem has been submitted to OSS. I'll inform you when i'll have news&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 14:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468493#M220409</guid>
      <dc:creator>former_member416164</dc:creator>
      <dc:date>2006-08-31T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468494#M220410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;1) Put Update Debugging on.&lt;/P&gt;&lt;P&gt;Apply Break Point at the FM - RV_MESSAGE_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When the Control Reaches RV_MESSAGE_UPDATE, only press F5 or F6.&lt;/P&gt;&lt;P&gt;All the FM's called in Update Task in the Program are called one by one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug till the FM which you are looking comes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 15:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468494#M220410</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2006-08-31T15:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468495#M220411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I beleive we are experiencing very similar issue as you (update window not appearing).  We are on kernel version 640, patch 129 (non-Unicode).  Is this the kernel you are running?  Have you received a response to your OSS message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael Harding&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 12:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468495#M220411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T12:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468496#M220412</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;If you get the message "Update is being triggered' means that the FM has been triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To debug - Press F7 till the time your screen appears -  but before that ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: You have to set an external breakpoint in the FM which has Update Task, Other wise the FM will not appear on F7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Jitesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 05:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468496#M220412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-22T05:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468497#M220413</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 was facing exactly the same issue. We are on SAP ECC 5.0, kernel 640/0025. For me, the solution was to switch to classic debugger before the debugging is started (the new debugger is not working correctly here). So, in ABAP editor, use menu path: Utilities/Settings/Debugging tab/Classic Debugger radio.button Then set the break-point on COMMIT WORK statement and when hit, then switch on update debugging and continue with pressing F6 *you will go through update task administration in few steps) until the body of your update function module is hit - here you should continue with F5 to enter the update function module debugging. Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Nov 2010 08:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-update-task/m-p/1468497#M220413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-07T08:57:38Z</dc:date>
    </item>
  </channel>
</rss>

