‎2009 Jan 21 10:33 AM
Hi Experts,
Is there any function module to see if a keyword exists in a report?
Thanks!
‎2009 Jan 21 10:34 AM
‎2009 Jan 21 10:37 AM
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.
‎2009 Jan 21 10:39 AM
Hi Augusta
There is no FM for the above mentioned purpose but a report program
RPR_ABAP_SOURCE_SCAN.
Hope this helps.
Regards
Harsh
‎2009 Jan 21 10:43 AM
Ok, thanks for the prompt reply, but is there a way to see if "sort" is used before "read" statement?
Not manually ofcourse.
‎2009 Jan 21 10:49 AM
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
‎2009 Jan 21 10:57 AM
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????
‎2009 Jan 21 12:03 PM
Please close the thread if your issue is resolved.
Regards
Harsh
‎2009 Jan 21 12:15 PM