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: 

Insert new char from SCP

Former Member
0 Kudos
124

Hi Guru

I have a report Abap wich generate a file txt, we're reading of the MD Material and send at external system

for some problem , once can't read the file in UTF-8 or UTF-16 so did send the file in

"ENCODING NO-UNICODE" and it's perfect.

Unfortunately there are any char cirrilic tath generate a "dump" in SAP :

CONVT_CODEPAGE

CX_SY_CONVERSION_CODEPAGE

At the conversion of a text from codepage '4102' to codepage '1100'.

Ok for this moment i have replace the char wrong.

But if i want insert this char in SCP, what is the procedure?

There is another solution?

Please Help me .

Thanks in advanced.

Massimo.

3 REPLIES 3

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos
75

Hi Massimo,

please have a look at

http://help.sap.com/abapdocu_70/en/ABAPOPEN_DATASET_ERROR_HANDLING.htm#!ABAP_ADDITION_2@2@

--> addition 2

This might solve your problem.

Best regards,

Nils Buerckel

SAP AG

0 Kudos
75

Thank. Now i try to applications starting solution.

Massimo.

0 Kudos
75

Very Thanks Nils!

It's ok!