Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FM GUI_UPLOAD issue in ECC 6.0

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

markus_doehr2
Active Contributor
0 Kudos

Check

Note 1464980 - GUI_UPLOAD: Line break LF was accepted

Markus

1 REPLY 1

markus_doehr2
Active Contributor
0 Kudos

Check

Note 1464980 - GUI_UPLOAD: Line break LF was accepted

Markus