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

data save to server

Former Member
0 Likes
567

Hi all experts ,

i have a question that how i can save the internal table data from ECC datebase save to ECC server and in excel file format. urgency! gui_download can save data to local excel file but not to server.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
539

Hi Jun,

Please search on SDN with "File save application server" and you will find a lot of threads.

w_fileloc = '/home/hrdadm/test.txt'.	
OPEN DATASET w_fileloc FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.

watch this thread..

[;

Regards,

Sumit

3 REPLIES 3
Read only

Former Member
0 Likes
540

Hi Jun,

Please search on SDN with "File save application server" and you will find a lot of threads.

w_fileloc = '/home/hrdadm/test.txt'.	
OPEN DATASET w_fileloc FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.

watch this thread..

[;

Regards,

Sumit

Read only

0 Likes
539

thanks sumit. the question is resolved. now i have a doubt that the data file only can save to under the t-code al11 directory?

can the file save to other place ? thanks.

Read only

0 Likes
539

Hi,

The only condition is the directory where you want to save the file should be writable for <SID>ADM user (SAP Servers Operating system user).

You can consult with your BASIS consultant and confirm the directory which has writable permission for <SID>ADM user.

Regards.

Sumit Nene