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

abt downloading

Former Member
0 Likes
673

Hii All ,

I am facing problem in downloading of programs in text format from sap editor.

- I know how to download the program in text format , but the problem is that i want to download it in a text file which is inside a folder and the selection screen should take input as

- Programs name in range

- Folder Name

I mean how can any text file can automatically be created in a folder and downloading can be done as soon as download button is pressed.

Hii All ,

I am facing problem in downloading of programs in text format from sap editor.

- I know how to download the program in text format , but the problem is that i want to download it in a text file which is inside a folder and the selection screen should take input as

- Programs name in range

- Folder Name

I mean how can any text file can automatically be created in a folder and downloading can be done as soon as download button is pressed.

4 REPLIES 4
Read only

Former Member
0 Likes
613

Use the GUI_DOWNLOAD function module to download to a text file.

Read only

0 Likes
613

i know GUI_DOWNLOAD but how text file will be created automatically inside a folder.

Read only

0 Likes
613

You can set a default value for the path parameter. And the path can be passed to the FM. Also check the link I sent earlier

Read only

former_member189629
Active Contributor
0 Likes
613

Hi CD,

This requirement sounds really interesting. You would have to use relevant FMs to save the code as text format and the FM GUI_DOWNLOAD to download it to the specified location.

Check out the link below, it contains code to download programs into html format.

http://www.geocities.com/rmtiwari/Resources/Utilities/WebViewer.html

Reward if helpful

Karthik