Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error & when loading line reference for &

Former Member
0 Likes
505

Hi Friends,

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.

"Error & when loading line reference for &"

Message No. SY307

Can you please suggest how to make the recification and can get ABAP code again in Debugg.

Rgds, Krishan Raheja

3 REPLIES 3
Read only

gpeterson
Explorer
0 Likes
448

Hi,

Did you ever find out what was causing this? I am experiencing the same issue.

Thanks.

Read only

Former Member
0 Likes
448

Hi,

There would be system debugging on in your system. To remove this you can goto SETTINGS -> DISPLAY/CHANGE DEBUGGER SETTINGS.

Regards,

Kritesh

Read only

gpeterson
Explorer
0 Likes
448

Hi Kritesh,

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.

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.

Regards,

Grant.