cancel
Showing results for 
Search instead for 
Did you mean: 

PI to ECC via ABAP Proxy - Outbound Queue for HTTP

suwandi_cahyadi
Contributor
0 Kudos

Dear Experts,

Is there any Outbound Queue for HTTP?

I've a interface scenario where the receiver is SAP ECC and the receiver adapter XI ABAP proxy. As I see in the communication channel the transport protocol used is HTTP. So I think could there be an outbound queue to manage HTTP connection when PI send the data to SAP ECC?

Just like when we are sending IDocs to ECC via tRFC, we could check if the IDoc has really been sent to ECC by checking in tcode SM58 (Outbound tRFC).

In case for ABAP Proxy via HTTP, is there any similar connection to SM58 (IDoc via tRFC)?

Thank you,

Suwandi C.

Accepted Solutions (1)

Accepted Solutions (1)

former_member220103
Active Participant
0 Kudos

Hi,

Yes. Proxy messages are using the qRFC Queue and you can monitor the queues in SMQ1/SMQ2.

Thanks,

Kanda

Answers (2)

Answers (2)

suwandi_cahyadi
Contributor
0 Kudos

Hi Kandasami,

Thank you for the reply. I will check for it.

Hi Jens,

Yes, I mean somewhere after the SXMB_MONI in PI and before SXMB_MONI in ECC, is there any queue in between those two?

Thank you,

Suwandi C.

JaySchwendemann
Active Contributor
JaySchwendemann
Active Contributor
0 Kudos

I'm not completely shure If I get you right, but if you want to monitor PI (assuming a dual stack system here), you may use SXMB_MONI and Runtime Workbench.

If it's an receiver proxy scenario, you can also use SXMB_MONI within ECC to track down any errors if message already reached ECC and could not be processed (e.g. because record is locked, etc)

Cheers

Jens