2010 Jun 01 9:51 AM
Dear Experts,
I need to save the SAP Repository Objects in the local server as a text file.
well...this is the scenario..
I am writing a program for the report generation. so when it is executed, the report will be generated and displayed..and at the same time, the " program " (neither a report nor an output) I' ve written in the ABAP editor must also be saved in the local server as a text file automatically and i dont want to use the "save as local file" icon from the ABAP editor.
Is that possible to make it out by coding or in anyway...pls provide a valuable solution.
Thanks in Advance.
Kalidass.
2010 Jun 01 10:00 AM
Hi,
Program code will not be downloadable insted of you can download program output in the Presentation server.
I hope if your report output is ALV display after calling the ALV function module you can call the gui_download function module
to download the report to presetations server. For this Fillename should not be changed. File name should be constant one.
In the GUI_DOWNLOAD there exist a FILENAME parameters there you can hard code the file path where the report output has to
download. Let me know for further assitance.
2010 Jun 01 10:20 AM
Hi thiru,
I don't want to download the report to the presentation server. I clearly mentioned in my question. I don't want either a generated report nor an output to be downloaded at the presentation server.
I want the program (the coding) to be saved in the presentation server as a text file wen it is executed from the ABAP Editor. B'coz This is my requirement.
Thanks in Advance.
Kalidass.
2010 Jun 01 11:12 AM
Hi,
I don't think so there is no options to download the coding to present server while you are executing program.
Instead of that there is opting to download the coding not in the execution mode. You can download the program using
the menu options Utilities ---> More Utilities ---> Upload/Dwonload -
> Download.