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

CLASS backup

Former Member
0 Likes
1,672

Hi Friends,

How to take a back of all the methods, atrributs and parameters of call into local pc? Basically I am done with my current project so want to copy all my codes to pc that way I can reuse it in future.

Thanks

Nash

6 REPLIES 6
Read only

hendrik_brandes
Contributor
0 Likes
1,084

Hello Nash,

there are several options:

1) Use SAPLink

2) Use the report "SEO_CLASS_OUTPUT"

3) Use the sourcebased editor for classes ( with Release 7.02 ).

Kind regards,

Hendrik

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,084

Well you can have a look at this Wiki's posted by our friend Vinod

[Extracting Implementation details of global Interface using class|http://wiki.sdn.sap.com/wiki/display/ABAP/ExtractingImplementationdetailsofglobalInterfaceusingclass-+CL_RECA_RS_CLIF] - Class CL_RECA_RS_CLIF is used here

[Information of Class Objects using CL_OO_CLASS|http://wiki.sdn.sap.com/wiki/display/ABAP/InformationofClassObjectsusing+CL_OO_CLASS]

[Source code Download and Syntax Check using CL_RECA_RS_SERVICES|http://wiki.sdn.sap.com/wiki/display/ABAP/SourcecodeDownloadandSyntaxCheckusing+CL_RECA_RS_SERVICES] - Have a look at method GET_SOURCE

Read only

0 Likes
1,084

@kesavadas Thekkillath The links are not working. Can you please list out the steps that I need to do to back up if you can?

@Hendrik Brandes

Never used SAPLink before. Can you tell me the steps involved.

Read only

0 Likes
1,084

Hello John,

no problem. The usage of SAPLink is quite simple:

1) Download and Install SAPLink from https://cw.sdn.sap.com/cw/groups/saplink . You have to create a so called installer report "ZSAPLINK_INSTALLER" and install the initial nugget ( nugget is like a XML-based transport). There is a file called README in the installation-package which describes all steps.

2) Start the SAPLink report "ZSAPLINK" with SE38 and export or import your sources. The UI is easy and you should get in very quick. For exporting, you need to create a nugged-file, select all your objects and then export them into this nugget file. But: SAPlink does not support all SAP objects.

Kind regards,

Hendrik

Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Likes
1,084

check this program. I love this program

http://www.dalestech.com/products/massdownload.htm