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

To find keyword function module

Former Member
0 Likes
952

Hi Experts,

Is there any function module to see if a keyword exists in a report?

Thanks!

8 REPLIES 8
Read only

GauthamV
Active Contributor
0 Likes
910

use this program.

RPR_ABAP_SOURCE_SCAN

Read only

Former Member
0 Likes
910

Thanks for the quick reply, but i want to find that in the report itself, whether a keyword is used or not.

Hope you got the point i am trying to make.

Read only

Former Member
0 Likes
910

Hi Augusta

There is no FM for the above mentioned purpose but a report program

RPR_ABAP_SOURCE_SCAN.

Hope this helps.

Regards

Harsh

Read only

0 Likes
910

Ok, thanks for the prompt reply, but is there a way to see if "sort" is used before "read" statement?

Not manually ofcourse.

Read only

0 Likes
910

Hi

This program has an option where you can find the string before/after 'x' number of lines.

Please see the selection screen and give '10' as the value in the "Found Location +/- lines".

Hope this helps.

Regards

Harsh

Read only

0 Likes
910

Similar to an EPC error report, I want to find if the report has read with binary search, then the programmer is sorting it or not, any logic????

Read only

Former Member
0 Likes
910

Please close the thread if your issue is resolved.

Regards

Harsh

Read only

0 Likes
910

The issue is not solved yet!