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

Objects Source Code in 46C

Former Member
0 Likes
1,906

HI,

Is there any code to download the source code of classes/objects in 46c?

Thanks

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
846

Hello Munish

Have another look at

<a href="http://www.xaption.de/downloads/developer/">ZREPTRAN_46C (Download)</a>

The report ZREPTRAN_46C appears to allow downloading of classes on 4.6c releases.

Regards

Uwe

7 REPLIES 7
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
846

Of course, there is SAPlink, but this is for 6.20 and above. Backporting it to 46c was discussed, but would require a whole lot of changes, even down to method call sytnax.

You can manually copy/paste the code of the class by going to "Go To", "Public Section", and coping out the code, you can do the same for Protectd and Private.

I am not aware of another tool which allows for downloading classes in 46c

Regards,

Rich Heilman

Read only

0 Likes
846

Hi Rich,

Thanks for the reply!!!

Where can I find that link?

Regards,

Munish

Read only

0 Likes
846

Just for reference, the community has started working on backporting SAPlink for 4.6c You can check out the discussion here: http://groups.google.com/group/saplink/browse_frm/thread/6cb186842ea54ab2

-ewH

Read only

uwe_schieferstein
Active Contributor
0 Likes
846

Hello Munish

You may have a look at the following link:

<a href="http://wiki.ittoolbox.com/index.php/Code:Download_and_upload_OO_ABAP_class_in_XML_format">Upload/Download ABAP OO classes</a>

Regards

Uwe

Read only

0 Likes
846

Hi Uwe,

Thanks for the reply!!

I tried that code, but it's giving some errors when i try to activate it on 4.6.

Regards,

Munish

Read only

uwe_schieferstein
Active Contributor
0 Likes
847

Hello Munish

Have another look at

<a href="http://www.xaption.de/downloads/developer/">ZREPTRAN_46C (Download)</a>

The report ZREPTRAN_46C appears to allow downloading of classes on 4.6c releases.

Regards

Uwe

Read only

0 Likes
846

Hi Uwe,

Thank you very much!!!

This program does download code for classes.

Regards,

Munish