‎2006 Feb 11 12:27 PM
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.
‎2006 Feb 11 12:39 PM
check this , may be helpful
http://www.sap-img.com/abap/download-and-upload-your-abap-program.htm
‎2006 Feb 11 12:40 PM
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
‎2006 Feb 11 12:42 PM
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
‎2006 Feb 11 2:13 PM
Hi Bhavin,
Use program RPUDPSM0.
Also check the url http://www.dalestech.com for different utilities.
Thanks
Lakshman
Message was edited by: Lakshman Tandra