‎2009 Oct 12 10:55 AM
Hi All,
How to read current line number in function module sourrce code?
regards,
Anuj
‎2009 Oct 12 11:00 AM
Dont Understand your question.
If you mean you want to read the current line of the source code within the abap editor, you can do so if you have ecc 6.00 and if you are using the new and not the classic editor.
‎2009 Oct 12 11:07 AM
Hi Sameer,
Actually i'm doing dump tracing/analysis.
so that i hve to show the last line number in my output(which i'm getting by diff manner) after that dump/terminations occured.
hope u inderstand it.
regards,
‎2009 Oct 12 12:15 PM
‎2009 Oct 13 4:53 PM
Hi,
The line number would be visible on the status bar as well as the left side of the code if you are using the new abap editor.
Thanks,
harini
‎2009 Oct 13 6:43 PM
If you have new editor you would be able to see the line number.
Or in the Dump screen - there is a button called Debugger - click that you would be able to see the code where dump has occured.. you would be able to find the line number from there.
To get the new editor with line number , you need to change the settingsin SE38.
Regards
Vivek
‎2009 Oct 13 4:28 PM
Hi Anuj Jain,
In Active Status Bar you can see the line number and column. Example: Li 20, Co 17 . Ln 1 - Ln 28 of 28 lines.
Regards,
José