cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC->RFC->JDBC Synchronous scenario (Can't see the response message)

Former Member
0 Kudos

Hello Experts,

I tried this step in creating a synchronous scenario by using steps found in this site -> [http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29|http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29] I just changes File to JDBC. But problem is I see the sent XML message in SXMB_MONI but to response message. I also can't see the Sender interface name for the response message when I tried to use F4 in the Interface Name portion.

Do someone encountered this before? Please help

Regards,

Alfred

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

A scenario liek this should always be be done with an async pair of messages.

Use ABAP proxy instead of RFC.

If you use JDBC - RFC - JDBC sync, you risc data loss in case of connection issues.

Former Member
0 Kudos

Hi Alfred,

How many message interfaces you created? And if use BPM for this scenario, What are steps to be used?

Thank you

Sateesh

Former Member
0 Kudos

Hello,

Have created two Message Interfaces one for Outbound and another for inbound. I just followed the steps found in the site I gave for the BPM.

Regards,

Alfred

Former Member
0 Kudos

Hello,

I hope someone could guide me on how to set this up cause I only see the sent message but there's no response message in SXMB_MONI. Note that interface was successful, I just want to see what was sent by the response.

Regards,

Alfred