cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding RFC call

Former Member
0 Kudos

Hi all,

Here i have a scenario like a file from leagacy System which has a data like company id.This information passed to XI with outbound Synchronously.In BAPI call at IDES, it fetches the information about company details with reference of Company Id provided.So the result is again get back to another file in Legacy System.

I don't want to use BPM here.

So is it possible with sender( legacy System) with synchronous call to RFC?

In Diagramatic representation of my Scenario is:

File(Legacy) <--> XI <----> RFC(R/3).

please comment on this.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

no this is not possible without a BPM

as the file adapter does not support the sync mode

Regards,

michal

Former Member
0 Kudos

hai michal , thank u for giving infomation.

But i should work on this scenario. can i achieve it

atlease through Abap Proxy as outbound synchronous?

if so, please give an example document link or

please give some tips for building my application

specially in configuration part like Interface and

Receiver Determination.

So here i mentioned my example:

Abap Proxy <--> XI <--->RFC

Thank u

Former Member
0 Kudos

Hi ,

you can achieve this using synchronous abap proxies.

Check this blog for reference....

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Activating ABAP proxies:

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

<i>give some tips for building my application

specially in configuration part</i>

You need only one interface determination and one reciever determination between Source and destinations.

Sekhar

Former Member
0 Kudos

ajay, I think your acheive it by using two scenario.

1.Asynchronous

File(Legacy System)>XI>RFC(R/3)

and after the processing this RFC program in R/3 call another senario immediately

2.

RFC(R/3)>XI>File(Legacy)

what do you think of it?

Former Member
0 Kudos

Hi YiNing Mao,

you said that "after the processing this RFC program in R/3 call another senario immediately".

But how does RFC program know when to call another scenario after one is over?

Former Member
0 Kudos

The best approach in your scenario is to go for a BPM. This is a standard asynchronous- synchronous bridge, which cant be done with out a BPM. Have a look into the blog,

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

Rgards,

Jai Shankar.

Answers (0)