2021 Sep 21 8:46 AM
Hello, I try to backup source code by use function copy in SE38 from program name A to A1 but its can input program name one by one.
I want to input many program name in one time or if another way to backup source.
Please advice me
Thank you
Hello, I try to backup source code by use function copy in SE38 from program name A to A1 but its can input program name one by one.
I want to input many program name in one time or if another way to backup source.
Please advice me
Thank you
2021 Sep 21 8:46 AM
Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with Community Q&A , as it provides tips for preparing questions that draw responses from our members.
For example, you can:
- outline what steps you took to find answers (and why they weren't helpful)
- share screenshots of what you've seen/done
- make sure you've applied the appropriate tags
- use a more descriptive subject line.
The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial Q&A tutorial
Should you wish, you can revise your question by selecting Actions, then Edit.
By adding a picture to your Profile you encourage readers to respond.
2021 Sep 21 8:49 AM
Maybe if you give more information about How you backup ?
2021 Sep 21 9:04 AM
1. Create a Transport of Copies with the objects you wish to backup, release it, and store the files created in the cofiles and data directories of the appserver.
2. Use ABAP Git. https://blogs.sap.com/2017/06/21/abapgit-so-easy/
2021 Sep 21 9:35 AM
2021 Sep 21 3:54 PM
Is SAPlink alive today
2021 Sep 22 5:27 AM
I think it morphed into ABAPGit, didn't it? Or parts of it are in there?
2021 Sep 21 9:07 AM
As far as I know, there is no way you can mass copy programs.
Instead you can create a program which calls the FM RS_COPY_PROGRAM in a loop, and that way you can do mass copy.
2021 Sep 22 3:49 AM
I second Frederic, I don't understand what "backup" means for you. Do you simply mean mass copy or do you really want to backup your source code, and so can you provide details?
2021 Sep 22 8:20 AM
2021 Oct 06 10:47 PM
As Matthew said , TR or ABAPGit best ever way.
However if you are on version < SAP BASIS 702 and want to backup code to local machine, Report REPTRAN is also a good option.