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

Problem in taking Mass Backup

Former Member
0 Likes
596

Hi,

I want the mass backup of abap programs from sap to local disk . Is there any ABAP program present with the system? If yes then i need the name. If no then I want procedure to achieve this task.

Regards,

Bhavin.

4 REPLIES 4
Read only

Former Member
0 Likes
550
Read only

Former Member
0 Likes
550

Hi Bhavin

What does Backup mean for you? Do you want to save your z-programs or all SAP programs?

I don't know if there's an utility to take a backup for only a part of SAP, I know it can takes a backup of system, of course, this activity should be done by your aministrator, why don't you ask it to him?

You can download a program by SE38 or you can also insert all your object in a change request and then save the file of the request.

Max

Read only

Former Member
0 Likes
550

hi Bhavin,

You can write your own program by using;

- TADIR to select Z* program names

- The ABAP statement "READ REPORT <report> ." to read report sources to internal tables

- The FM "GUI_DOWNLOAD" to write the internal table to a text file at your frontend

Checkout the links..,

http://abap4.tripod.com/Upload_and_Download_ABAP_Source_Code.html

Also,

hope it helps..,

regards,

Vinoth

Read only

Lakshmant1
Active Contributor
0 Likes
550

Hi Bhavin,

Use program RPUDPSM0.

Also check the url http://www.dalestech.com for different utilities.

Thanks

Lakshman

Message was edited by: Lakshman Tandra