Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to export class source code

Former Member
0 Kudos

Dear expoerts,

Is there any way to export all source code of a certain class? Including attributes methods and marco.

Thanks!

Best regards

Fanchest

5 REPLIES 5

Former Member
0 Kudos

Hi,

Check yhe below link:

0 Kudos

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

0 Kudos

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

GauthamV
Active Contributor
0 Kudos

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]

0 Kudos

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