Hi All,
This is in the session method in the upload function....
I am getting error"""""Unable to interpret "FILE NAME". Possible causes of error: incorrect spelling or comma error.""""" and the code is as follows..
TO UPLOAD FLAT FILE TO INTERNAL TABLE.
CALL FUNCTION 'UPLOAD'
EXPORTING
*CODEPAGE =''
FILENAME = 'E:\RAJASAP\SELECTIONSCREEN.TXT'
FILETYPE ='ASC'
ITEM = ' '
could any one help me in this issue.
Message was edited by:
Rajashekhar Reddy