cancel
Showing results for 
Search instead for 
Did you mean: 

how many routes shoud i create for synch senario ?

Former Member
0 Kudos

Hello expert!

When i try to create a synch senario with receiver rfc ( file ---> rfc ), how many communication channle i need? shoud i creat a back route for the message get from rfc ?

if i need to create a rfc sender cc to trnsfer the exporting value get from the rfc to send back to the file dir?

i'm really confused about the synch senario, any help is appreciated !

thanks !!

BR,

ShengJun

Accepted Solutions (0)

Answers (4)

Answers (4)

deepak_shah
Contributor
0 Kudos

hi

for File to RFC (request) u need to create following objects

1. sender agreement (channel using file adapter)

2. Receiver determinatin

3.Interface determination

4. Receiver agrrement (rfc adapter channel)

For response message (rfc back to file) following object

. sender agreement (channel using file adapter)

2. Receiver determinatin

3.Interface determination

4. Receiver agrrement (rfc adapter channel)

prateek
Active Contributor
0 Kudos

Three communication channels are required

1. File Sender

2. RFC Receiver

3. File Receiver

if i need to create a rfc sender cc to trnsfer the exporting value get from the rfc to send back to the file dir?

RFC sender cc will not be used

Regards,

Prateek

justin_santhanam
Active Contributor
0 Kudos

Sheng,

Refer my wiki -https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file%28without+bpm%29&

raj.

VijayKonam
Active Contributor
0 Kudos

Hi,

I think you have to go for BPM for this. You have to create

1. File sender

2. File receiver

3. RFC adapter.

for one, you need an outbound async interface. for 2 you need an inbound async interface. for 3 you would use the imported RFC as sync inbound interface. Search for async to sync scenarios in the forum for help.

Without bpm, search the forum with "From SP 19 on XI 3.0 and SP 10 on PI 7.0, a File - RFC - File ( Asynch - Synch ) scenario can be done without a BPM" string.

VJ

VijayKonam
Active Contributor
0 Kudos

Could not get the link...

From SP 19 on XI 3.0 and SP 10 on PI 7.0, a File - RFC - File ( Asynch - Synch ) scenario can be done without a BPM.

Steps:

Integration Repository

The Integration Repository will be similar to any Synchronous Scenario ( say HTTP - RFC ) . 1 Outbound Synch message Interface and 1 Inbound Synch Message Interface.

Integration Directory

This is where a few differences lie, so let me take some time.

1. The Receiver Determination , Interface Determination will be the same as in HTTP - RFC synch scenario. Create the Sender File Adapter, Receiver RFC Adapter and Receiver File Adapter.

2. Sender Agreement will be for the Sender File Adapter. Sender Agreement uses the Synch Outbound Message Interface.

3. Receiver Agreement will be for the Receiver RFC adapter. Receievr Agreement will use the RFC as thge Inbound Message Interface.

4. We need to add a few modules in the Sender File Adapter.

Go to the Modules Tab of the Sender File Adater, and add the following modules in the same sequence,

Number - ModuleName - Type - ModuleKey

1- AF_Modules/RequestResponseBean - Local Enterprise Bean - 1

2- CallSapAdapter-Local Enterprise Bean - 2

3-AF_Modules/ResponseOnewayBean-3

Parameters

ModuleKey - ParameterName - ParameterValue

1 - passThrough - true

3-receiverChannel - Receiver File Adapter Name

3-receiverService - Receiver Business Service/ System

This is from one of the posts the Bhavesh has posted some time back.

VJ