‎2012 Mar 08 3:30 PM
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
‎2012 Mar 08 3:40 PM
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
‎2012 Mar 09 7:15 AM
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
‎2012 Apr 18 4:07 PM
@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?
Never used SAPLink before. Can you tell me the steps involved.
‎2012 Apr 19 7:12 AM
‎2012 Apr 19 2:16 PM
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
‎2012 Apr 19 7:18 AM