cancel
Showing results for 
Search instead for 
Did you mean: 

Asynch--Synch Scenario

Former Member
0 Kudos

Hi ,

MY Scenario is File-RFC

Request : File1---RFC

Response: RFC---File2.

It is Asynch-synch Scenario. I want to use BPM.

Can any one guide me Asynch-synch bridge for the scenario.

"Points will be awarded"

Regards,'

Jayasimha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This blog may help u in ur scenario.

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

Regards,

VijAYA

Answers (4)

Answers (4)

vijay_kumar133
Active Participant
0 Kudos

Hi,

In this if it is possible use FILE-PROXY and PROXY RES-FILE..

By using this performance will increase.....

If u have to use file-RFC..

then u need to use of BPM...

Regards

Vijay

Former Member
0 Kudos

Hi,

Yes, You have to use BPM for this.There two ways of doing this.

1. Sync-Async bridge.

2. Other way of doing that is:

Your BPM should be like this

RcvFileReq(Asynchronous receive step) -> then Send Sync step which sends the reqquest synchronously to the RFC and gets the resposne(Synchronous send step) -> SendResponsefile(Asynchronous send step) .

In ID you have to create

2 -Data types,2 Message types,Import that RFC,You have to create 5 MI,2 Message Mapping,One Interface mapping

In IR you have to

create 3 Interface and Receiver determinations as follows:

1. File Request to BPM

2. BPM to RFC calls(Here you have to mention the mapping)

3. BPM to file Response

Hope this helps you..

Regards,

Yuga

Former Member
0 Kudos

Hi,

it is possible using BPM.

you need to have 5 message interfaces.

1-outbound async,1-outbound async abstract,

1-inbound async,1-inbound async abstract,

1-synchronous abstract.

refer to arpit seith blog.....

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

and in container define 3 variables which refers to the 3 abstarct interfaces.........

Thanks,

Madhu

Former Member
0 Kudos

HI,

Please refer the step by step guide.

there is a web blog on file to rfc using BPM

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

Also

You will need to create abstract Message Interfaces for every step of your BPM.

The Message Interfaces you use depends on where you are doing your message mapping.

For instance, if the file req to RFC req mapping is done outside the BPM, create the ABS Message Interface for the RFC request message and use it in your Receive Step.

Next, Send Synhronous , you need an ABS message interface for the RFC response and the mapping of the rfc response to the file response if done outside the BPM , will require only 2 ABS message interfaces, one for RFC req and other for RFC response.

There are three message interfaces.

FileInputAsynch_ABS--->FileInput

FileOutputAsynch_ABS--->FileOutput

FileSynch

For RFC no need to create any message interface.

For interface mapping you can use File Synch and RFC name as the interfaces and select the request and response message mappings.

In BPM

Receive step : FileInput (to receive from file)

Send Synchronous: FileSynch (to call RFC)

send: FileOutput (to send to file)

Thanks

swarup

Edited by: Swarup Sawant on Jun 19, 2008 10:41 AM