Symptom
- CX_INVALID_TRANSFORMATION error message appears in SRT_MONI or SRT_UTIL transactions, or when trying to ping the Web Service Provider,
OR - A DUMP occurs, similar to the following:
Category ABAP Programming Error |
Short text |
No load could be found for transformation "/1BCDWB/XYZ123". |
What happened? |
A load was searched for transformation "/1BCDWB/XYZ123". |
Source Code Extract |
* xml -> data transformation l_data_refs = me->_datarefs_to_res( m_data_refs ).
try. try. lt_old_reader_options = _change_reader_options( reader = reader options = m_reader_o if cl_soap_util=>m_perf_trace_level is not initial. cl_soap_util=>performance_start( action_name = |D-{ m_transformation_deserialize } endif. call transformation (m_transformation_deserialize) parameters (l_ref_params) source xml reader result (l_data_refs) options value_handling = m_opt_value_handling_d. cleanup. if cl_soap_util=>m_perf_trace_level is not initial. cl_soap_util=>performance_end( ). endif. _change_reader_options( reader = reader options = lt_old_reader_options ). endtry. if cl_soap_util=>m_perf_trace_level is not initial. cl_soap_util=>performance_end( ). endif. _change_reader_options( reader = reader options = lt_old_reader_options ). catch cx_xslt_system_error into l_cx_xslt_system_error. cl_soap_util=>init( ). cl_soap_util=>log_create_from_exception( ex_root = l_cx_xslt_system_error add_info = m_transformation_deserialize |
Read more...
Environment
- ABAP Web Services
- SAP NetWeaver
- SAP NetWeaver Application Server for SAP S/4HANA
- ABAP PLATFORM - Application Server ABAP
Product
Keywords
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.