SAP Knowledge Base Article - Preview

3146101 - ESI - Troubleshooting report for CX_INVALID_TRANSFORMATION errors

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
Runtime Errors         TRANSFORMATION_NOT_FOUND
Except.                CX_INVALID_TRANSFORMATION
ABAP Program           CL_SXMLP_DATA_ST==============CP
Application Component  BC-ESI-WS-ABA-RT

Short text
No load could be found for transformation "/1BCDWB/XYZ123".
What happened?

A load was searched for transformation "/1BCDWB/XYZ123".
This action failed.

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

ABAP platform all versions ; SAP NetWeaver all versions ; SAP Web Application Server for SAP S/4HANA all versions

Keywords

Webservice, Web Service, Webservices, Web Services, ESI, DUMP, ST22, ESI_GDPR, CX_INVALID_TRANSFORMATION, No load could be found for transformation, /1BCDWB, call transformation (m_transformation_deserialize), WEBI_CHECK_GEN, check only
, KBA , BC-DWB-PRX , Proxy Generation , BC-ESI-WS-ABA , Web Service and SOAP - ABAP , BC-ESI-WS-ABA-CFG , WebServices ABAP Configuration , BC-ESI-WS-ABA-RT , WebServices ABAP Runtime , BC-ESI-WS-ABA-MON , WebServices ABAP Monitoring , 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.