cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Inbound message does not call generated method

Former Member
0 Kudos

Hi,

we tried to generate a ABAP Proxy for a customer demo. It just should retrieve some data and write them to a database table.

the generation and activation of the proxy was without errors. If we call the check function the method works fine.

But if we receive data from XI via the regarding interface it looks as if the execute-method of the generated class is not called. We can see the message in SXMB_Moni, but nothing is written to the db table.

Does someone have any idea?

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi Peter,

There will be some error in the Proxy Side.

Check this in Transaction Code-SXMB_MONI of Application System(R/3 etc) not in the XI system.

There may be some communication(http etc) issues.

Also check this -

/people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy

Hope this helps to findout what is the error.

Regards,

Moorthy

Answers (0)