‎2009 Mar 17 3:29 PM
Hello All,
I am using the function module GUI_UPLOAD for uploading a notepad (tab delimitted). My file consists of 3000 records. I have passed the parameters filetype as 'ASC' and separator as 'X'.
When I am trying to upload the file it is taking too much time and results in ABAP dump (Time Out).
I have found that there is one record which is causing the problem. I have removed that record and uploaded. This time it got uploaded fine. But when I compare this record with other records, I didn't find any difference.
The same file is gettng uploaded when I use the FM 'UPLOAD'. But this is taking much time.
Length of the record in the file is 4809. I guess this is not the issue, because I have uploaded files which is having a record length of 7500.
Thanks in Advance,
Kishore.
‎2009 Mar 17 3:35 PM
Hi,
Is the Record which is not getting uploaded has the single inverted Quote in the record content.
Please paste thw error record and any one successful record. That makes easy to understand the problem
‎2009 Mar 17 3:41 PM
Hi Avinash,
Thanks for the quick response. No my record doesn't have single inverted quote. If this is the case it should fail when we upload this single record.
But when I upload the single record, its getting uploaded.
Regards,
Kishore
‎2009 Mar 17 4:38 PM
Hi,
Don't use UPLOAD it is obsolete which is replaced by GUI_UPLOAD.As far as the Dump is considered there can be a minor issue with data format.These are rare issues.
Just check to download using :
CLASS:CL_GUI_FRONTEND_SERVICES
METHOD:GUI_UPLOAD
regards,
Gurpreet