‎2007 Sep 20 1:42 PM
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.
‎2007 Sep 20 1:49 PM
Hi Srikhar,
Please refer to this thread..Hope thisis useful for you..
Cheers!!
Pankaj Sharma
‎2007 Sep 20 1:49 PM
Hi Srikhar,
Please refer to this thread..Hope thisis useful for you..
Cheers!!
Pankaj Sharma
‎2007 Sep 20 1:50 PM
‎2007 Sep 20 2:30 PM
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