Skip to Content
0
Former Member
Sep 20, 2005 at 08:02 PM

RFC TO RFC SCENARIO

34 Views

HI,

I am relatively new to xi.

I am trying RFC TO RFC SCENARIO.

I want to get data from solution manager's usr02 table and post it to a table in R/3.

I have made a rfc in solutionmanger to read usr02.

besides i have rfc destination(type t) from solutuion manager to XI.

Besides I have a RFC in R/3 which will be used to update the z table and this RFC will gethe response of RFC in solmanager.

I have written an abap code in solutionmanager which goes something like this.

parameter:username like bname.

call function 'ZRFCGETDETAIL'

destination 'XI'

................

SENDER adapter is not getting triggered.

Error sender agreement not found.

besides I have general question

that i have configured a business (web as abap)

and as a service i have already used it in previous scenarioes.And I am developing all the scenarioes under one component of which this system is part of ???? would that

according to my scenario...

what kind of objects should i create in integration repository...

and how many sender agreements ,reciever determination in configuration time I may need to create.