2010 Mar 30 4:53 PM
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.
2010 Mar 31 6:53 AM
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
2010 Mar 31 8:47 AM
Thank. Now i try to applications starting solution.
Massimo.
2010 Mar 31 11:02 AM