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

How to copy many source code in one time

0 Likes
3,431

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

10 REPLIES 10
Read only

former_member751591
Participant
0 Likes
3,069

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.

Read only

FredericGirod
Active Contributor
3,069

Maybe if you give more information about How you backup ?

Read only

matt
Active Contributor
3,069

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/

Read only

3,069

abapGit is the way to go

Read only

0 Likes
3,069

Is SAPlink alive today

Read only

matt
Active Contributor
0 Likes
3,069

I think it morphed into ABAPGit, didn't it? Or parts of it are in there?

Read only

former_member736527
Active Participant
0 Likes
3,069

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.

Read only

Sandra_Rossi
Active Contributor
0 Likes
3,069

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?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,069

Why copy your programs, isn't version management enough?

Read only

former_member39056
Participant
0 Likes
3,069

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.