‎2008 Apr 11 6:59 AM
Hi,
Can anybody help in copying the entire class to a text or word file with code and everything
‎2008 Apr 11 7:01 AM
The simplest way is to print the class, then to save the spool file to a flat file.
matt
‎2008 Apr 11 8:20 AM
Hello Gowri
If you have class CL_OO_SOURCE available in your system create an instance of this class (testing framework of SE24) with IMPORTING parameter CLSKEY = <name of your class>.
Its public attribute SOURCE holds the entire coding of the class.
Regards
Uwe
‎2011 Aug 12 6:52 AM
‎2011 Aug 18 10:11 PM
Hi,
if you don't need the documentation.
The easiest I've found is just typing _OUTPUT in the transaction edit control and pressing enter.
This will generate a report with class definition and implementation ready to paste in to any other report and it'll just activate with out any changes.
Regards
Adi