cancel
Showing results for 
Search instead for 
Did you mean: 

INTERFACE_REGISTRATION_ERROR when testing an proxy with Transaction SPROXY

Former Member
0 Kudos

I've made several proxys that are working fine.

But today with a new one i receive an error when testing.

I've deleted the proxy and reegenertaed it nothing helps.

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

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

- <asx:values>

<ERROR href="#o50" />

</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="o50">

- <CX_ROOT>

<TEXTID>392B46E58AC0F445B64639726E2A3D85</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>184</PROGID>

<CONTID>726</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_XMS_SYSTEM_ERROR>

<ID>INTERFACE_REGISTRATION_ERROR</ID>

<P1>ifmmessif</P1>

<P2>Deliverys_to_create_in_sap_IB</P2>

<P3>http://rehau.com/xi/T0037_dlvy_crt_transflow_sap</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 (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've Found it it was the file SPROXREG.

We copied the interface and here it seems that there is a problem with the IFR_OPERATION.

In XI it was the old name but Abap look with the new one and found no record.

We renamed the Operation in XI and regenerated everything and now it works.