Application Development and Automation 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: 
Read only

Export ABAP Classes to File

Former Member
0 Likes
1,224

How can I export an ABAP class to file? After exporting how can I import an ABAP class from file?

Thanks

Rene

4 REPLIES 4
Read only

athavanraja
Active Contributor
0 Likes
669

check out these classes

CL_OO_*

Regards

Raja

Read only

0 Likes
669

Hello,

I have the same problem: export and import ABAP classes.

You said to check out the CL_OO_* classes but I did not

find a method to export or import classes to or from file.

I really would be thankful when you could give me a more specific answer.

Regards,

Alex

Read only

0 Likes
669

HI,

I don't know if it also is applicable to classes but for reports one should refer to dynamic program processing -> Insert a Program I guess..

Maybe it's helpfull?

Read only

Former Member
0 Likes
669

I hope this [link|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e66701fc-0d01-0010-9c9a-f8a36c4e87ba] may be helpful.