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

How to create /tmp/data/warehouse/DEV/SYS ???

Former Member
0 Likes
618

Hi Experts,

am Extracting the SAP data int text file of Application server-AL11.

So, pls. let me clarify that step wise,

How to create a file in AL11? like /tmp/data/warehouse/EDV/SYS...

thanq.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

You want to create a file in the application server under your given directory?

If that is the case, do an ftp in your abap program so you can connect to the application server and save the internal table using OPEN DATASET command.

Find a FM for FTP. You should be issuing FTP commands here that will be passed to the FM.

3 REPLIES 3
Read only

Former Member
0 Likes
587

You want to create a file in the application server under your given directory?

If that is the case, do an ftp in your abap program so you can connect to the application server and save the internal table using OPEN DATASET command.

Find a FM for FTP. You should be issuing FTP commands here that will be passed to the FM.

Read only

0 Likes
584

thanq,

any idea, Wht is the FTP FM name?

thanq.

Read only

0 Likes
584

Goto SE37. Type in FTP and click the search button. I don't have a working code at hand but you can search the forum for that.