Solution : https://service.sap.com/sap/support/notes/1265171 (SAP Service marketplace login required)
Summary :
After upgrading to a Unicode system, some variants in KE1x transactions (e.g., KE1A, KE1B, KE28) cannot be used, causing a short dump MESSAGE_TYPE_X. This issue arises from incorrect conversions involving eastern Asian characters. To resolve, implement the provided report ZRKECOVAFIX to convert these variants correctly. It's critical to run the report in a test environment first. Once variants are successfully converted, do not rerun the report as it may lead to inconsistencies. Ensure to follow specific instructions regarding the use of language and code page settings in the report parameters.
Key words :
exporting langu = p_langu struc = <ls_wert> importing cont = ls_cova_new-srtfd, exporting langu = p_langu cont = ls_cova-srtfd importing struc = <ls_wert>, p_langu languagep_codep code pagep_test test run &--------------------------------------------------------------------- & report zrkecovafix & &--------------------------------------------------------------------- &, code page tablels_codep-langu = p_langu, p_test type cepltest default 'x', ls_cova_new-srtfd = <ls_wert>, short dump message_type_x occurs, parameter p_langu resp, elseif ls_cova-srtfd, conversion objectl_ref_cont = cl_nls_struc_container=>create
Related Notes :
1319517 | Unicode Collection Note |