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
681

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
641

Hi Srikhar,

Please refer to this thread..Hope thisis useful for you..

Cheers!!

Pankaj Sharma

3 REPLIES 3
Read only

Former Member
0 Likes
642

Hi Srikhar,

Please refer to this thread..Hope thisis useful for you..

Cheers!!

Pankaj Sharma

Read only

Former Member
0 Likes
641

HI Srikhar,,

This is the linkk

Reward point if usefull..

Cheers!!

Pankaj Sharma

Read only

ferry_lianto
Active Contributor
0 Likes
641

Hi,

Please ask the BASIS folk to create for you.

You can also try FM GUI_CREATE_DIRECTORY.


call function 'GUI_CREATE_DIRECTORY'
     exporting
dirname = '//<ip_address>/qfilesvr400/<host>/usr/sap/TST/SYS/Folder1'
     exceptions
          failed  = 1
          others  = 2.

Regards,

Ferry Lianto