Hi all,
sometimes it happens that "where used" is not helping. you might need to find where a certain string or piece of code is used.
Then you can use this:
RS_ABAP_SOURCE_SCAN
it acts just like grep in unix... it traverses all programs and includes and lists what it finds.
Pretty handy also.
Enjoy abapers