cancel
Showing results for 
Search instead for 
Did you mean: 

RFC and XI

Former Member
0 Kudos

As I said that we are working on the following scenario:

(Sender) (Receiver)

SAP R/3 <----


XI <----

-


SAP R/3

4.6C RFC Adapter RFC Adapter 4.6C

We solved much of the problem except one: we don?t know how to give the meta data of the called Function Module (present in the Receiver system) in the sender system. I have imported the Function module (present in the Receiver system) into XI (in business scenario, Integration repository and Integration directory) even then I?m getting error: ?JCO Service is unable to locate the Function Module?.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hosahalli,

as i understand you want the meta data of the called rfc-function (receiver) in the sender system. But why do you want that? What do you want to do? Do you just want to call an rfc-function from

the sender in a synchron way? If just calling an rfc-function from the receiver than you don't need to have meta data in the sender system. I have test one such szenario and i don't have to import meta data of the rfc-function from the receiver to the sender. I have an abap report which call an

rfc-function in a synchron way from a receiver and it works.

regards,

Ly-Na Phu

Former Member
0 Kudos

Hi Phu,

I just want to call an RFC-function from the sender in a synchronous way.

I have written a abap report in the sender system.And an excerpt looks as follows:

CALL FUNCTION 'BAPI_XXXXXXXX'

DESTINATION DEST

EXPORTING

XXXXXXXX

XXXXXXXX

I have properly configured the RFC adapter.In the sender system I have created the RFC destination for Receiver.

Even then, when I execute the abap report, its looking for the RFC 'BAPI_XXXXXXXX' in the sender system and gives a dump in the sender system saying that BAPI not found.

Thanks for your help.

-srinivas