cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Proxy : no trace

Former Member
0 Kudos

Hi experts,

i have designed a file to ABAP proxy scenario.

In sxi_moni in both XI and ECC servers, I have the flag white and black that says the message has been processed successfuly.

The problem is that it is supposed to update a table, but nothing happens, even in the logs.

Is there a way to know why it might not work??

Thanks a lot,

Jamal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What you can do is give an error message after the insert/modify statement in ur proxy method when sy-subrc NE 0, by this the message will get stuck in SM58 if at all the table update statment is getting executed.

Alternatively, you can write some text to a temp file on the app server, so you will know if the proxy method's code is getting executed or not.

regards,

Advait

Answers (3)

Answers (3)

Former Member
0 Kudos

Yes, the payloads contain both the exact message that I tried to send. Everything seems succesful, but it looks like nothing happens.

In SM58, I checked and there are no strucked messages related to my interface

thanks again,

regards,

jamal

Former Member
0 Kudos

did you check the payloads of the message?

Former Member
0 Kudos

Hi,

In the Target system, i.e R3, check the SM58 log to see if there are any calls stuck there, you might get the reason why the table is not upadated.

regards,

Advait