2010 Jun 16 8:58 AM
I am facing issue with using GUI_UPLOAD in new ECC 6.0 environment. The FM works fine in 4.7.
Issue:
Teh file is built in excel and saved as tab delimited, but one of the data cells has newline character and hereby when I upload the file, the system put the record after new line character as a seperate record.
Input file records:
col1 col2 col3
"dat11dat12" dat2 dat3
Output:
col1#col2#col3
"dat11
dat12"#dat2#dat3
There is a newline character in the first column betweeb dat11 and dat12.
How do I resolve this issue without code change because newline character is part of data.
The FM GUI_UPLOAD works fine in 4.7 system. Looks like this FM has undergone changes between two environments.
Thanks
AKJ
Edited by: Amit Jain on Jun 16, 2010 1:28 PM
2010 Jun 16 12:16 PM
Check
Note 1464980 - GUI_UPLOAD: Line break LF was accepted
Markus
I am facing issue with using GUI_UPLOAD in new ECC 6.0 environment. The FM works fine in 4.7.
Issue:
Teh file is built in excel and saved as tab delimited, but one of the data cells has newline character and hereby when I upload the file, the system put the record after new line character as a seperate record.
Input file records:
col1 col2 col3
"dat11dat12" dat2 dat3
Output:
col1#col2#col3
"dat11
dat12"#dat2#dat3
There is a newline character in the first column betweeb dat11 and dat12.
How do I resolve this issue without code change because newline character is part of data.
The FM GUI_UPLOAD works fine in 4.7 system. Looks like this FM has undergone changes between two environments.
Thanks
AKJ
Edited by: Amit Jain on Jun 16, 2010 1:28 PM
2010 Jun 16 12:16 PM
Check
Note 1464980 - GUI_UPLOAD: Line break LF was accepted
Markus