Skip to Content
0
Former Member
Mar 03, 2009 at 04:42 PM

how to capture the line clicked

231 Views

Hello All,

My program finds the wrong naming conventions in the program defined on the selection screen, and outputs all the lines and line no with in the program with incorrect naming conventions.

for eg:

data: begin of lv_output 25

end of lv_output 32

now

when i click on the line it should goto the line clicked in the program defined on the selection screen.

for this

i used event

AT LINE-SELECTION.

CALL FUNCTION 'RS_TOOL_ACCESS'

which is now taking me into the program but not to the line i clicked .

how can i get this?plz advise

Thanks