i had a requirement.
Data delivered by mainframe host are read and processed by the above report.
Inputfile could not be read caused by incorrect character encoding.
Data are stored in EBCDIC on the mainframe host and cannot be delivered using UTF-8, only as ISO8859 15 (Latin 9).
following report needs to be changed:
ZDE_ITELLIUM_EINGANG
These reports read files from the application server or write to it as well as using GUI_UPLOAD or GUI_DOWNLOAD.
In each case an encoding option has to be used.
In this context we need SAP-encoding 1164 which is ISO8859-15 (Latin-9).
Please use SPACE as replacement character in case of conversion errors.
We recommend to add a new Parameter for the encoding on the selection-screen.
what needs to be done in the above case