1) i hav downloaded data from the server X using customised download prg (on basis of RFBIDET0).
2) used CG3Y and downloaded the file to presentation server in txt format .
3) now i have changed the customer number externally in the file.(which is downloaded on presentation server)
4)again uploaded the file using transaction CG3Z onto the application server .
5)using RFBIDE00 upload program i cudnt upload the file on the same server X.
6)i hav created a customised program to upload the file but it gives following covnversion error
*Runtime Errors CONVT_CODEPAGE
Except. CX_SY_CONVERSION_CODEPAGE
Short text
A character set conversion is not possible.
What happened?
At the conversion of a text from codepage '4110' to codepage '4103':
- 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 'ZJPV_SD_CUST_UPLOAD' 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 1. If this number is 0, the second error case, as
mentioned above, has occurred.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_CONVERSION_CODEPAGE', was not
caught and
therefore caused a runtime error.
The reason for the exception is:
Characters are always displayed in only a certain codepage. Many
codepages only define a limited set of characters. If a text from a
codepage should be converted into another codepage, and if this text
contains characters that are not defined in one of the two codepages, a
conversion error occurs.
Moreover, a conversion error can occur if one of the needed codepages
'4110' or '4103' is not known to the system.
If the conversion error occurred at read or write of screen, the file
name was 'F:\usr\sap\put\custup.txt'. (further information about the file: "X
334")*
a) is there any other method to get the details uploaded .
b) or can i overcome this error.