ABAP Program to search specific words(string) in SAP Programs

This utility searches ABAP program source code listings for a particular string within the code or text elements of the program. 
This can be use:
1. To find out which program has generated a particular BDC session(Groupid in SM35), especially when the session name is maintainned in the text elements.
2. To serach administrative information maintened in the control section of program source code, like who created etc.
3. To search a particular piece which might be reusable and not easily comng on top of developers mind as to which program he or she coded it in.
4. Can be used to find out hard codings, especially offsets in date related hard coding which has to be replaced with more generic logic.
5. Can be used as a extended where used list functionality

Continue Reading…

Page 1 of 11