Dear colleagues,
seems to be an elementary question, but after an hour of struggeling Im not wiser: how to search for a string in ALL available ABAP source (SAP and custom, all kinds of application's BSP's, WDA's, FPM, reports etc)? At the end Im looking for a pendant to Eclipse search (Ctrl + H).... Thank you,
cheers
I've written a demo for ABAP News for Release 7.50 - SELECT UNION that you can adapt (after getting the names, -> READ REPORT, FIND IN TABLE IGNORING CASE) 😉
Try Search for ABAP Tokens in Search Functions of Code Inspector (Tcode SCI).
Dear Lawrence,
you can try transaction CODE_SCANNER. It is renamed to ABAP search in newer releases. This searches in ABAP Sources only. Probably in generated WD interfaces/classes also. The WD and FPM configurations are however XML files as far as I know,so I do not think, there is any program, which does such kind of search. Regarding BSP, where the controllers are ABAP classes, so you'll find probably what you want. The pages and scripts I do not know, maybe these are stored in MIME repository somewhere.
Regards
Attila
Add a comment