cancel
Showing results for 
Search instead for 
Did you mean: 

Backup

balaji_viswanath
Participant
0 Kudos

Hi,

I want to download all my SAP Z programs to my harddisk, how to do it?

Usually how you use to take backup of your ABAP programs?

Regards,

Balaji. V

Accepted Solutions (0)

Answers (1)

Answers (1)

FredericGirod
Active Contributor
0 Kudos

Hi

I use this program :

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

Frédéric.

Please close message if you have your answer.

ssimsekler
Active Contributor
0 Kudos

Hi Balaji

You can write your own program by using;

- <b>TADIR</b> to select Z* program names

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

- The FM <b>"GUI_DOWNLOAD"</b> to write the internal table to a text file at your frontend.

*--Serdar