cancel
Showing results for 
Search instead for 
Did you mean: 

INTERFACE_REGISTRATION_ERROR

former_member192818
Active Participant
0 Kudos

Hey guys,

Any answers for this error.

I am using XSLT transformation for mapping. I tested my mapping and the transformed message is the one that is expected by the IDoc.

Thank You.

Sumit.

<?xml version="1.0" encoding="utf-8" ?>

- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

- <asx:values>

<ERROR href="#o77" />

</asx:values>

- <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">

- <cls:CX_XMS_SYSERR_PROXY id="o77">

- <CX_ROOT>

<TEXTID>392B46E58AC0F445B64639726E2A3D85</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>396</PROGID>

<CONTID>699</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_XMS_SYSTEM_ERROR>

<ID>INTERFACE_REGISTRATION_ERROR</ID>

<P1>ifmmessif</P1>

<P2>ZPSCD_ACCOUNT_LOADACCOUNT.ZPSCD_ACCOUNT_LOADACCOUNT01</P2>

<P3>urn:sap-com:document:sap:idoc:messages</P3>

<P4 />

<INFO />

<CATEGORY />

<AREA />

<RETRY />

</CX_XMS_SYSTEM_ERROR>

- <CX_XMS_SYSERR_PROXY>

<CO_AREA_ABAP>ABAP</CO_AREA_ABAP>

</CX_XMS_SYSERR_PROXY>

</cls:CX_XMS_SYSERR_PROXY>

</asx:heap>

</asx:abap>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you by any chance using ABAP Proxies.

cheers

Sameer

former_member192818
Active Participant
0 Kudos

Hey Sameer,

I am not using ABAP Pproxies.

The error comes when I try to test the scenario using the transaction SXI_SUPPORT.

I am sending an IDoc to the sap system. I imported the IDoc structure from the SAP system. I populate the IDoc structure using XSLT transformation from the source message.

Thank You.

Sumit.

Answers (0)