Skip to Content
0
Dec 18, 2020 at 05:51 AM

RBNK_IMPORT_PAYM_STATUS_REPORT error XSLT

464 Views

Hello experts,

There is an error I have identified in XSLT transformation but don't know how to solve it. When executing standard report RBNK_IMPORT_PAYM_STATUS_REPORT I provide all file details in selection screen and the custom transformation we are using (a custom copy of PAIN002_V3_TO_CPON). There is this sentence from class CL_SXMLP_DATA_ST, method IF_SXML_SERIALIZABLE~DESERIALIZE:

call transformation (m_transformation_deserialize)
parameters (l_ref_params)
source xml reader
result (l_data_refs)
options value_handling = m_opt_value_handling_d.

which launches CX_ST_MATCH_ELEMENT exception. The final error shows "System expected the element '{http://sap.com/xi/SA PGlobal20/Global}CollectivePaymentOrderNotificatio n_async'" as image attached.

System expected element

Debugging the XSLT transformation the line which launches the exception is

http://sap.com/xi/SAPGlobal20/Global">

Error line XSLT

Do you know what could be wrong? The element http://sap.com/xi/SAPGlobal20/Global is there

Attachments

edllv.png (50.1 kB)
gczd3.png (6.1 kB)