Skip to Content
0
Former Member
Sep 07, 2007 at 06:03 AM

File type in Session Method

20 Views

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