2006 Sep 06 11:59 AM
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
2006 Sep 06 12:02 PM
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
2006 Sep 06 12:03 PM
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
2006 Sep 06 12:07 PM
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
2006 Sep 06 12:10 PM
Hi Mon,
You can use program RPUDPSM0 to download all the programs.
Also check the below links.
http://sap.ittoolbox.com/code/archives.asp?d=1623&a=s&i=10
http://sap.ittoolbox.com/code/archives.asp?d=3333&a=s&i=10
http://www.members.tripod.com/abap4/Upload_and_Download_ABAP_Source_Code.html
http://www.geocities.com/rmtiwari/Resources/Utilities/WebViewer.html
http://www.sap-img.com/abap/download-and-upload-your-abap-program.htm
Regards,
Ram
Message was edited by: Ram Mohan Naidu Thammineni
2006 Sep 06 12:06 PM
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.
2006 Sep 06 12:29 PM
In my opinion the most firm method of download/upload programs and all related objects is including them all to transport request.
2006 Sep 06 12:44 PM
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
2006 Sep 06 1:17 PM
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