cancel
Showing results for 
Search instead for 
Did you mean: 

Write messages from ABAP Proxy

Former Member
0 Kudos

Hi ,

I have an inbound abap proxy to create business partners in CRM . I have created a rfc to post data in CRM . I am calling the rfc from proxy. RFC has a table which contains all types of messages after executing the FM e.g Business partner 00000010 is created . I need to know how can I collect the messages & display in some log ? Is it possible to do so ?

Regards

Yogesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

To log the messages, you can write them to a database or to a file from the ABAP proxy.

Or, do you mean log them to SXMB_MONI? If so, then you can send those messages as part of the response message. Then, in your message mapping, you can write a simple user-function to write them to the SXMB_MONI's log.

Regards,

Bill

Former Member
0 Kudos

How can I make these messages as a part of my response message ? For the proxy , I generated there is only one parameter 'Input' . Is there anything I am missing .

Regards

Yogesh

henrique_pinto
Active Contributor
0 Kudos

U generated the proxy from an asynchronous interface.

In order to get response message, u'll need to define a synchronous message interface.

Regards,

Henrique.