cancel
Showing results for 
Search instead for 
Did you mean: 

BPM in RFC to Jdbc

Former Member
0 Kudos

Hi,

Can you send me any RFC to Jdbc sync BPM links?. Also, Can you please tell me how is the design when we use RFC and Message Interfaces involved.

Thanks,

Raj.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi Raj,

<b>Defining Sync/Async Communication</b>

http://help.sap.com/saphelp_nw04/helpdata/en/43/65d4dab39b0398e10000000a1553f6/content.htm

<b>Example: Sync/Async Communication</b>

http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm

<b>RFC</b> Scenario using <b>BPM</b> --Starter Kit

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Walkthrough with <b>BPM</b>

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

FILE to <b>JDBC</b> Adapter using SAP XI 3.0

/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30

Regards,

michal

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi Raj,

If you are using Sync. RFC then BPM steps will be

steps-

1) Receive the message from R/3 - RFC

2) Transformation

3) Send - SYnc to JDBC

4) Get the repsonse

5) send(Sync) the Response back to RFC .

FOr this Transformation, you will be having Request Mapping/Response Mapping.

Hope this helps,

Moorthy

Former Member
0 Kudos

Hi KrishnaMoorthy,

Thanks for the Info. On the BPM part I am not confusing. Before the BPM, I need to create Message Interfaces, that is the part where I dont have fair idea. Can you plz just help me on that part?.

Thanks,

Raj.

moorthy
Active Contributor
0 Kudos

Hi Raj,

As your Sender is RFC, no need to create Message Type and Outbound Interface.

But you need to create Abstract Interfaces, to use in the BPM.

You need to create one Sync/Inbound Interface for JDBC type.

If you are receiving the RFC message directly to BPM, then you need to have Sync,Abstract Interfce

Just have a quick look into this blog-

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Hope this helps,

Regards,

Moorthy