Hello People, this is my first post and my first time to join the forums.. and also my first time to code in ABAP.
Anyways, I was wondering if there is a way to dump the source code definition of any class/interface made in SE24 (Object Builder) onto a Text File; all the methods, attributes etc... of a class/interface. I've used SEO_METHOD_GET_SOURCE but it doesn't work.
Thanks for the help.
Hello,
Welcome to the forums & hope you enjoy being a part of it 😊
I don't think there is any standard tool available for it, but not to worry you've [SAPLink|http://code.google.com/p/saplink/] available at your service.
Install the relevant [plugin|http://code.google.com/p/saplink/wiki/pluginList] to download the source code of the class.
Cheers,
Suhas
Welcome to SCN,
Refer to the methods available in global classes
CL_RECA_RS_SERVICES (for source code),
CL_RECA_RS_CLIF (for interface & implementation details) &
CL_OO_CLASS (For details of attributes & methods).
Search for Wiki/Weblog posts to get more details.
Regards
Vinod Kumar
Add a comment