cancel
Showing results for 
Search instead for 
Did you mean: 

writing trace to ABAP proxy

Former Member
0 Kudos

Hi Friends,

is there any way to write trace message in ABAP proxy (server proxy).

I have a case where during processing of the inbound proxy i want to populate some information messages as trace, which can then be seen from SXMB_MONI-trace of the message.

I saw that only fault messages can be raised. But how to write a normal trace .

Any help will be useful -& rewarded with points.

thanks

PSD

Accepted Solutions (0)

Answers (1)

Answers (1)

prabhu_s2
Active Contributor
0 Kudos

can ur requimenet be explained much more?

Former Member
0 Kudos

Hi Prabhu,

just as in message mapping we can write a trace in udf , i want to do the same for ABAP inbound proxy message.

So when user logs on to the SAP R/3 system & sees the message trace (in SXMB_MONI), he should be able to see the information messages triggered from within the inbound proxy method (EXECUTE_ASYNCHRONOUS) .

My business requirement is , i am creating a Handling unit using the data in the proxy msg .

So i want to log all the HUs created during the processing of the inbound proxy message in R/3.

So trace in SXMB_MONI should be as follows :

" HU <1> created"

"HU <2> created "

...& so on.

This way the user can see the message trace & figure out all the data that was processed & what was the end result.