cancel
Showing results for 
Search instead for 
Did you mean: 

REQUEST RESPONSE BEAN SYNC SCENARIO WITHOUT BPM

former_member194741
Participant
0 Kudos

HI,

my case is JDBC-----PI----RFC (SYNC).

  ESR: 2 DT REQ AND RESP, 2 MT , 2 SI, O/B SYN AND I/B ASYNC , OM AND 2 MM(REQ AND RES).

  ID: ALL ID OBJECTS.

I HAD TAKEN DATA FROM DB AND GIVEN A REQ TO RFC AND GOT RESP FROM RFC AND CAME TO PI.

MY ISSUE ; again i want to post the data in to DB.

but in audit log , the msg was deliverd.But in DB i cant able to get the values.

in sxmn_moni 2 msgs successfully processed, but its not reaching DB, FOR THA T  based on doc , i had did the request response bean

so can anybody can help me.

NOTE: i had followed the config based on the below link and i had created 1 receiver channel and Rec agreement also. i had attached my screen shot which i did.

 

http://www.klickklack.wg.am/RFC_Request_Response_without_BPM.doc

  Thanks in advance,

  Karthick

Accepted Solutions (0)

Answers (3)

Answers (3)

Shabarish_Nair
Active Contributor
0 Kudos

Use the lookup in mapping for the RFC in case your requirement is to simple get back a restricted amount of fields with pure selects happening at the application end.

else refer this - http://wiki.sdn.sap.com/wiki/display/HOME/Using+Request+Response+Bean+Module+in+FILE+Adapter

instead of file you will use the JDBC adapter in your case

nabendu_sen
Active Contributor
0 Kudos

Hi Karthick,

Best would be if you change the design of your Interface like below:

Sender (JDBC)  --> RFC Lookup from Message Mapping  --> Receiver JDBC

Receiver JDBC should have below structure provided by SAP:

http://help.sap.com/saphelp_nw04/helpdata/en/4d/8c103e05df2e4b95cbcc68fed61705/frameset.htm

For RFC Standard Lookup please check:

http://scn.sap.com/people/jin.shin/blog/2008/02/15/sap-pi-71-mapping-enhancements-series-graphical-s...

Please check the below thread for the same type of issue:

http://scn.sap.com/thread/3270991

Former Member
0 Kudos

Hi Karthick,

please check your respose message payload contains the Update KEY.

Also please check the Interface mapping Response tab--> Mapping assigned.

Regards,

Prasanth

former_member194741
Participant
0 Kudos

Hi,

No I didnt use that key, so can u brief me in that.

   Karthick