cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure Integration Directory for ABAP Proxy to PI synchronous?

Former Member
0 Kudos

Hi,

My scenario is the following:

R/3 ABAP proxy sends a syncrhonous request message to PI (mapping is performed to use JDBC datasource to get data) and a response message is sent back to R/3.

How do you configure the integration directory for this scenario? What would the receiver determination and agreement look like when there is no real receiver? Do I need to use BPM?

Any suggestions/help would be greatly appreciated.

Thanks and regards,

Duke

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
baskar_gopalakrishnan2
Active Contributor
0 Kudos

Scenario synchronous Proxy to Jdbc

Answers:

>Do I need to use BPM?

No.Dont need.

>What would the receiver determination and agreement look like when there is no real receiver?

You want response from the jdbc and map the response back to proxy. Do the following

If you create message type say example jdbc request root node is " Statement" and response should be"Statement_response". This we need to do to get response from jdbc.

Integration Directory pretty standard as usual.

1 comm channel for jdbc reciever

1 Reciever determination

1 Interface Determination

1 Sender Agreement

Since u use client proxy , you dont need sender agreement and sender communication channel

Please refer jdbc receiver adapter configuration link

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/4d/8c103e05df2e4b95cbcc68fed61705/content.htm

Hope that helps.