Application Development 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: 

SAP Repository Objects.

former_member300258
Participant
0 Kudos
89

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.

3 REPLIES 3

Former Member
0 Kudos
42

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.

0 Kudos
42

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.

0 Kudos
42

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.