‎2013 Apr 17 10:37 AM
hi folks
is there any way to read source code of method into a internal table?
Moderator message: FAQ. We do not consider it good style to ask questions before trying to find the solution yourself. Please search in SCN and apply the available information.
Message was edited by: Kesavadas Thekkillath
‎2013 Apr 17 10:56 AM
Hi,
I am not sure what your requirement.
You can use sap documentation for this.
But generally REPOSRC table stores the source code in compressed version ,
also TRDIR,D010SINF view also stores report information.
D010TINF- Stores text elements.
Then Read report statement or RPY_PROGRAM_READ Function module ,You can use in report to read that.
Take a look at this thread also for that.
http://scn.sap.com/thread/25202
Hope it helps a little.
Thanks
Gourav.
‎2013 Apr 17 11:20 AM
Hallo!
FM SEO_METHOD_GET_SOURCE reads source of method.
Packages SEOE and SEOK conteins extensive set of tools and utilities for class manipulation.
Hope this helps.
BACR