<?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: Error &amp; when loading line reference for &amp; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-loading-line-reference-for/m-p/6465668#M1416282</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;There would be system debugging on in your system. To remove this you can goto SETTINGS -&amp;gt; DISPLAY/CHANGE DEBUGGER SETTINGS.&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;Kritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2011 10:21:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-12T10:21:36Z</dc:date>
    <item>
      <title>Error &amp; when loading line reference for &amp;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-loading-line-reference-for/m-p/6465666#M1416280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made some changes to an ABAP Module-Pool and has transported to Production Server. While in Debugging System is not showing the SAP code, instead it is showing M/C level language and giving the Error Message as follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Error &amp;amp; when loading line reference for &amp;amp;"&lt;/P&gt;&lt;P&gt;Message No. SY307&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how to make the recification and can get ABAP code again in Debugg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, Krishan Raheja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 11:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-loading-line-reference-for/m-p/6465666#M1416280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error &amp; when loading line reference for &amp;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-loading-line-reference-for/m-p/6465667#M1416281</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;Did you ever find out what was causing this? I am experiencing the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 10:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-loading-line-reference-for/m-p/6465667#M1416281</guid>
      <dc:creator>gpeterson</dc:creator>
      <dc:date>2011-07-12T10:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error &amp; when loading line reference for &amp;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-loading-line-reference-for/m-p/6465668#M1416282</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;There would be system debugging on in your system. To remove this you can goto SETTINGS -&amp;gt; DISPLAY/CHANGE DEBUGGER SETTINGS.&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;Kritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 10:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-loading-line-reference-for/m-p/6465668#M1416282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T10:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error &amp; when loading line reference for &amp;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-loading-line-reference-for/m-p/6465669#M1416283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kritesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me describe the issue I am experiencing a bit more clearly. I am debugging a function module which inserts some dynamically generated code into a report and then I call that report. When I use some test data in the debugger to test the function module that creates the dynamic code, inserts it in a report and calls the report it works fine the first time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I go back and change the test data without exiting the test Function Module program I start debugging and at the point where the function module tries to execute the code in the dynamically created report the SY307 error occurs in the debugger and the debugger shows machine code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Grant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 10:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-loading-line-reference-for/m-p/6465669#M1416283</guid>
      <dc:creator>gpeterson</dc:creator>
      <dc:date>2011-07-12T10:41:15Z</dc:date>
    </item>
  </channel>
</rss>

