Hello,
Greetings!
Please help me with this Error while trying to transfer data to application server.
My data contains this characters "*".
OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE.
Transfer <data> to p_file.
CLOSE DATASET p_file.
<data> contains "*" characters.
At the conversion of a text from codepage '4103' to codepage '1100':
- a character was found that cannot be displayed in one of the two
codepages;
- or it was detected that this conversion is not supported
The running ABAP program 'ZRPPO_TEST' had to be terminated as
the conversion
would have produced incorrect data.
The number of characters that could not be displayed (and therefore not
be converted), is 2. If this number is 0, the second error case, as
mentioned above, has occurred.
Thanks.
Regards,