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

Download program

Former Member
0 Likes
1,461

Hi Forum,

I want to download a Abap program and i want to know if there is other way that to not be export to a txt file or the famous copy&paste, because there are a lot of programs with many includes...

Maybe anybody has an application to do it..

Any idea or suggestion¿?

Thanks in advance and regards,

Mon

8 REPLIES 8
Read only

Former Member
0 Likes
1,134

Hi,

Once you goto SE38 and enter into the program, you find in menu options to download the program to .txt file.

Else use program RPUDPSM0 to download all the programs.

Regards,

Ram

Pls reward points if helpful

Message was edited by: Ram Mohan Naidu Thammineni

Read only

Former Member
0 Likes
1,134

there is option to download the program

in se38-.utilities->more utilities ? here u will find options for upload/download.

but u can have to do the same thing for Include program.

Regards

Prabhu

Read only

0 Likes
1,134

Hi guys,

I know that utility (to download like text in a .txt file)..but if the program also have dynpros..is it necesary to copy them¿?

Thanks!!

Regards,

Mon

Read only

Former Member
0 Likes
1,134

hi,

You can use READ REPORT to get the content in program into an internal table, then download internal table using GUI_DOWNLOAD.

Regards,

Sailaja.

Read only

Former Member
0 Likes
1,134

In my opinion the most firm method of download/upload programs and all related objects is including them all to transport request.

Read only

0 Likes
1,134

Hi Evgueny!

But if u want to use that program in another project to modify...My idea is download in a local site and later to upload to re-use it again..

Thanks for ur idea!!

Mon

Read only

Former Member
0 Likes
1,134

Hi Mon,

There's one more ingenious way of downloading programs with a view to re-use them (or their parts) later, I use it quite often and find it very useful.

Setup a 'Generic Text' printer on your local machine and for the time being set this printer as the default printer. Specify the destination, print to file etc. settings for the printer.

Select the program you want to download (in SE38) and select Print, specify the local printer (LOCL). This will send the output to your local printer as a text file. The print dialog will also ask if you want to include the 'includes' as well among other things.

Hope this helps.

Sanjay