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

How to read current line number in function module sourrce code?

Former Member
0 Likes
1,298

Hi All,

How to read current line number in function module sourrce code?

regards,

Anuj

6 REPLIES 6
Read only

Former Member
0 Likes
929

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.

Read only

Former Member
0 Likes
929

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,

Read only

Former Member
0 Likes
929

anyone?

Read only

0 Likes
929

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

Read only

0 Likes
929

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

Read only

Former Member
0 Likes
929

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é