2009 Jan 06 5:21 AM
Dear expoerts,
Is there any way to export all source code of a certain class? Including attributes methods and marco.
Thanks!
Best regards
Fanchest
2009 Jan 06 5:27 AM
2009 Jan 06 5:36 AM
To make it more precise, I wanna to view and copy all source, not export all source code to another system.
I remember there is a button Source code-based/Form based in se24 class builder, we can switch each other. But now I can not find them in my system
Is there any tricks?
Thanks
2014 Mar 26 5:38 AM
Hi Fanchest,
the the availability of this feature depends on the NW Release you use. It is only available starting with NW 7.2. For an introduction to the tool and how to switch to it check the following blog: .
However, if you are on NW 7.31 already you should consider using ABAP in Eclipse. In AIE the source based view is the default and it offers a myriad of additional features.
Best,
Christian
2009 Jan 06 5:49 AM
Check these.
[download classes|https://forums.sdn.sap.com/click.jspa?searchID=20567784&messageID=3308831]
[export classes|https://forums.sdn.sap.com/click.jspa?searchID=20567784&messageID=146088]
2014 Mar 25 9:53 PM
An easy way to get all of a class's code into one screen for simple cut and past or download is to:
1) retrieve the class in transaction SE24
2) click on the Source Code-Based button
The code will now appear in the ABAP editor including all types, attributes and methods.
-Ken
SAP CLASS CODE DOWNLOAD