‎2010 Feb 25 11:51 AM
Hi,
I am facing problem while uploading data with FM GUI UPLOAD in out text file there are 7 row but after the FM GUI UPLOAD there are 14 entries are coming in Internal table and each alternate row is coming as blank with 0000 in some column in internal table first row is proper and second line is blank so on.
what can be the problem .
The program in which we are using this we are using it from last 2 year but we are facing problem today only.
regards,
zafar
‎2010 Feb 25 11:54 AM
hi..
please check the data is properly tab delimited and space is maintained for the field which don't have any value.
Regards,
Lokeswari.
‎2010 Feb 25 11:56 AM
‎2010 Feb 26 4:29 AM
‎2010 Feb 26 6:38 AM
Hi Zafar,
If this program is being used for 2 years and only for your file it is behaving differently then you need to find out the correct format in which the input file should be.
‎2010 Mar 05 9:35 AM
Hi,
The file formate is same as it is from last two years it is automatically generated by one another bar code server and there is no change in the file formate.
So waht can be the problem to check any inconsistancy in system i have develop a samll program fro uploading a text file with same function module , but it is working fine.
regards,
zafar
‎2010 Mar 05 9:39 AM
Sherlock Holmes: if there are really no changes in your system the file must be different from former times. maybe its in unicode now or the creation of the file has changed in particular with cr/lf bytes or whatever.
If the file did not change your system must be different from former times.
‎2010 Mar 05 9:42 AM
Hi Zafar,
A file you are Uploading is txt file or Excel File ??
Edited by: NISHIT JOSHI on Mar 5, 2010 3:13 PM
‎2010 Mar 05 9:47 AM
You need to check the filetype in FM : GUI_UPLOAD and the text file is correctly formated or not
‎2010 Mar 05 10:20 AM
Use the function module FILE_READ_AND_CONVERT_SAP_DATA. It works.
‎2010 Mar 12 4:09 AM