Skip to Content
0
Former Member
Nov 30, 2006 at 08:45 AM

Problem with ...FILE_GET_NAME ??

817 Views

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 ??