<?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 stored procedure: 'Edit Source Lookup Path' (and source not found) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653457#M1866482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not able to solve it, but turns out that in my case I could ignore the message since the debugger was running normally in another tab within the interface. If your situation is the same as mine then just look for the debug session in anther tab and you should find it waiting for you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 19:35:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-19T19:35:29Z</dc:date>
    <item>
      <title>Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653446#M1866471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this AMDP generated procedure that I am trying to debug, but for some reason the debugger is not stopping as it is supposed to do despite having followed the instructions provided in &lt;A __default_attr="51790" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Tutorial: How to Debug an ABAP Managed Database Procedure" href="https://community.sap.com/"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, instead I created a catalog procedure (ZTEST2) which I am now attempting to debug as described by Rich Heilmann in this video&amp;nbsp; &lt;A href="http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=OkNpTwDxCAg" title="http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=OkNpTwDxCAg"&gt;SPS7 Catalog Debugging - YouTube&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately also this does not work as expected and the debugger is stoppiingI at the breakpoints, but all I see is the mesage 'Edit Source Lookup Path...' (pls see screenshot below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important to note: procedure ZTEST2 calls the AMDP generated procedure which I am unable to debug in the normal fashion (it is used as a wrapper procedure since there are populated tables as parameters to the AMDP procedure). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe since ZTEST2 calls an AMDP procedure (which is linked to an ABAP class) the debugger is looking for the path to that class somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all the entires offered in the window below to the right (multiple select is possible), but to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/572875" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 23:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653446#M1866471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T23:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653447#M1866472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you verified your Debug Configuration settings in the stored proc? As per the Tutorial, I reckon you'll need to ensure that you have the users set up correctly and appropriate authorizations granted to them. Also, check if the system mentioned under SAP HANA System is as per your system settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653447#M1866472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T04:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653448#M1866473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you reproduce the first screenshot in "How to debug an AMDP", i.e. with the DEBUGUSER can you display the 'create procedure ..." statement of the AMDP. (Maybe some grant is missing here). The problem is not related to ABAP at all, so you may consider to post that "Source not found" problem in the HANA community. (I don't think there is a source file at all for non-catalog procedures. HDB only keeps SQL-create statement.) What's at line 7 of ZTEST2 ? The call of the AMDP ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 09:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653448#M1866473</guid>
      <dc:creator>christian_seitel</dc:creator>
      <dc:date>2014-10-29T09:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653449#M1866474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christian,&lt;/P&gt;&lt;P&gt;attached you find a PPT with screenshots of the 3 procedures (ztest2-&amp;gt;MY_HANA_PROCEDURE-&amp;gt;ztest).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To open please rename &lt;/P&gt;&lt;P&gt;from: Debugging stored procedure.pptx.txt&lt;/P&gt;&lt;P&gt;to:&amp;nbsp;&amp;nbsp;&amp;nbsp; Debugging stored procedure.pptx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your question: "What's at line 7 of ZTEST2 ? The call of the AMDP ?"&lt;/P&gt;&lt;P&gt;Answer: No, the call to the AMDP is on the next line. Line 7 is the statement t_temp = select from "SAPHANAABAP"..... (pls see screenshot)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have x-posted this thread in &lt;SPAN class="j-act-container font-color-meta"&gt;&lt;A _jive_internal="true" class="jivecontainerTT-hover-container font-color-meta" data-objectid="2127" data-objecttype="14" href="https://answers.sap.com/community/hana-in-memory"&gt;SAP HANA and In-Memory Computing &lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="j-act-container font-color-meta"&gt; and&amp;nbsp; &lt;SPAN class="j-act-container font-color-meta"&gt;&lt;A _jive_internal="true" class="jivecontainerTT-hover-container font-color-meta" data-objectid="2407" data-objecttype="14" href="https://answers.sap.com/community/developer-center/hana"&gt;SAP HANA Developer Center&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-act-container font-color-meta"&gt;but received no answers yet (which I reckon is normal since it seems that response time in those communities is slower).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-act-container font-color-meta"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-act-container font-color-meta"&gt;I appreciate your attention to this. Thanx!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653449#M1866474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T10:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653450#M1866475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I oversaw your request for the screenshot, but here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/573477" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 11:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653450#M1866475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T11:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653451#M1866476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shipra,&lt;/P&gt;&lt;P&gt;what is the "Debug Configuration settings in the stored proc" that you are referring to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 11:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653451#M1866476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T11:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653452#M1866477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when I'm trying to get the debugging session for amdp-procedure, I get the same message "Source not found" when debugger stops. Did someone solve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653452#M1866477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-17T12:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653453#M1866478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is the ABAP class contained in the lookup path; when it is working it looks like:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/666281" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653453#M1866478</guid>
      <dc:creator>christian_seitel</dc:creator>
      <dc:date>2015-03-17T13:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653454#M1866479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for a fast reply. I've tried to choose a classname folder from a workspace with a similar directory path, but after choosing a directory window with a message "Source not found" for a second filled with code of a method, but on the next second window become the same as before - "Source not found". May be I need to do something else in eclipse client or in HDB system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dmitry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 15:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653454#M1866479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-17T15:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653455#M1866480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me this looks like a bug which is fixed in more recent versions of ADT (and the manual adjustment would just be a workaround).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653455#M1866480</guid>
      <dc:creator>christian_seitel</dc:creator>
      <dc:date>2015-03-17T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653456#M1866481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Dmitry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you talking about external session debugging (in HANA) of the database procedure corresponding to an AMDP? Depending on the ABAP version, you might as well debug it directly in the ABAP (please post your SAP_BASIS release and the HANA release). &lt;SPAN style="font-size: 10pt;"&gt;Assuming you have something lower than ABAP 7.4 SP8 (and HANA below SPS8), you can only debug it with the "external session debugging" procedure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two possible explanations for your issue:&lt;/P&gt;&lt;P&gt;1. You might lack authorizations (did you follow the procedure explained in &lt;A __default_attr="51790" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Tutorial: How to Debug an ABAP Managed Database Procedure" href="https://community.sap.com/"&gt;&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. As Christian mentioned, it might be an issue with your HANA Studio? From your screenshot I cannot see whether you are using a HANA Studio or an Eclipse installation with the SAP Developer Tools in Eclipse. Please use the latter one, i.e. follow the procedure explained on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tools.hana.ondemand.com"&gt;http://tools.hana.ondemand.com&lt;/A&gt;&lt;SPAN&gt; (preferentially based on Eclipse Luna) and install the HANA and ABAP plugins.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Jasmin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 06:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653456#M1866481</guid>
      <dc:creator>jasmin_gruschke</dc:creator>
      <dc:date>2015-03-18T06:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653457#M1866482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not able to solve it, but turns out that in my case I could ignore the message since the debugger was running normally in another tab within the interface. If your situation is the same as mine then just look for the debug session in anther tab and you should find it waiting for you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 19:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653457#M1866482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-19T19:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653458#M1866483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for your advices, but the only thing that helped me with this is the reinstalling the eclipse. After reinstalling client from kepler to luna - debugger works fine! Thanx for that!&lt;/P&gt;&lt;P&gt;But now after re-installation I'm getting the message for reset Perspective after any changing the perspective view of Eclipse. Did you see it before?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/668423" width="450" /&gt;&lt;/P&gt;&lt;P&gt;When I intalled new version of Eclipse I installed software from tools.hana.ondemand.com/luna, kepler and juno. May it be a reason for a such message at any changing of a perspective?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 06:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-stored-procedure-edit-source-lookup-path-and-source-not-found/m-p/10653458#M1866483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-20T06:42:05Z</dc:date>
    </item>
  </channel>
</rss>

