hi,
I am using function FILE_GET_NAME to return me the physical path for the supplied Logical Path.
CALL FUNCTION 'FILE_GET_NAME'
EXPORTING
LOGICAL_FILENAME = 'MONTHLY_SALES_FILE'
IMPORTING
FILE_NAME = FILE
Now the function returns a path /tmp/XXXXXXX in FILE,
But when i go and check in AL11 there is no such directory XXXXXXX in /tmp .
DO i need to do something else ??