Symptom
Odata request fails with ST22 dump:
Category ABAP programming error
Runtime Errors CONVT_CODEPAGE
Except. CX_SY_CONVERSION_CODEPAGE
ABAP Program /IWBEP/CL_MGW_REMOTE_HANDLER==CP
Application Component OPU-BSE-SDE
| Excerpt from the source buffer from the first character that could not |
| be converted, displayed in hexadecimal form (with the ASCII characters |
| in brackets): |
| 3D D8 (=.) |
|Chain of Exception Objects |
----------------------------------------------------------------------------------------------------
|Attrib. Name |Value |
----------------------------------------------------------------------------------------------------
|Level 1 Class CX_XSLT_SERIALIZATION_ERROR |
|Program /IWBEP/CL_MGW_REMOTE_HANDLER==CP Include /IWBEP/CL_MGW_REMOTE_HANDLER==CM00A Line 136 |
|Short Te Error occurred during serialization |
|Long Text |
|An error occurred during serialization. If the attribute 'PREVIOUS' does not contain any |
|null reference, the exception object for the error is stored there.. |
----------------------------------------------------------------------------------------------------
|ABAP_POSITION |ENTITYSET[2353]-DOCUMENTITEMTEXT |
|CLASSNAME |CX_SY_CONVERSION_CODEPAGE |
|IS_RESUMABLE | |
|KERNEL_ERRID |XML_NOT_SUPPORTED |
----------------------------------------------------------------------------------------------------
|Level 2 Class CX_SY_CONVERSION_CODEPAGE |
|Program /IWBEP/CL_MGW_REMOTE_HANDLER==CP Include /IWBEP/CL_MGW_REMOTE_HANDLER==CM00A Line 136 |
|Short Te No character set conversions possible for one or more characters. Section from the source|
| buffer from the first character that could not be converted: "". |
|Long Text |
|During the character set conversion, either a character is revealed which cannot be |
|represented in one of the code pages, or it is determined that this conversion is not su |
|pported. |
----------------------------------------------------------------------------------------------------
|IS_RESUMABLE | |
|KERNEL_ERRID |CONVT_CODEPAGE |
|SOURCE_EXTRACT |3DD8 |
|SOURCE_EXTRACT_TEXT | |
abap code line:
| 135| " Prepare Response |
|>>>>>| CALL TRANSFORMATION id |
| 137| SOURCE backend_version = ms_backend_version |
| 138| entityset = <ls_data> |
| 139| deleted_entityset = <ls_deleted> |
| 140| perf_data = lt_hub_perf_data |
| 141| response_context = ls_response_context |
| 142| inline_info = lt_inline_info |
| 143| headers = lt_custom_header |
| 144| message_header = ls_message_container-message_header |
| 145| message_details = ls_message_container-message_details |
| 146| OPTIONS value_handling = 'move' |
| 147| RESULT XML lo_xml_writer. |
Read more...
Environment
SAP Gateway
Product
Keywords
CONVT_CODEPAGE, CX_SY_CONVERSION_CODEPAGE, /IWBEP/CL_MGW_REMOTE_HANDLER==CP, CALL TRANSFORMATION id , KBA , OPU-BSE-SDE , SAP Data Enablement , BC-I18 , Internationalization (I18N) , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview