Application Development and Automation 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: 
Read only

Regarding uploading the file from Application Server

Former Member
0 Likes
564

I am trying to upload a .csv file to Application Server through CG3Z tcode.

But i am getting dump ad below..

What happened?

While a text was being converted from code page '4102' to '1100', one

the following occurred:

- an character was discovered that could not be represented in one of

the two code pages;

- the system established that this conversion is not supported.

The running ABAP program, 'SAPLC13Z' had to be terminated, since the

conversion could cause incorrect data to be generated.

1 characters could not be represented (and thus could not converted).

If 1 = 0, a second or a different error has occurred.

Please let me know..how can i resolve this??

Thanks

Priyanka

I am trying to upload a .csv file to Application Server through CG3Z tcode.

But i am getting dump ad below..

What happened?

While a text was being converted from code page '4102' to '1100', one

the following occurred:

- an character was discovered that could not be represented in one of

the two code pages;

- the system established that this conversion is not supported.

The running ABAP program, 'SAPLC13Z' had to be terminated, since the

conversion could cause incorrect data to be generated.

1 characters could not be represented (and thus could not converted).

If 1 = 0, a second or a different error has occurred.

Please let me know..how can i resolve this??

Thanks

Priyanka

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
522

Please ignore.

Edited by: Keshav.T on Jan 11, 2010 7:06 PM

Read only

0 Likes
522

Check if your CSV file is UNICODE encoding.

If CG3Z steel not works you can check on OSS SUPPORT if a note solve your problem.