Hi,
I used the program RS_ABAP_SOURCE_SCAN to find a particular string that might be present in a report program.
The output shows it is contained in line number 000029 of the abap editor.
How can I access the line number and get it in a local variable? Please help.
Thanks!
READ REPORT '...' INTO itab.
FIND '...' IN itab MATCH LINE mline.
You already have an active moderator alert for this content.
Add comment