cancel
Showing results for 
Search instead for 
Did you mean: 

cmp connection over XI with jdbc adapter to sap r/3

Former Member
0 Kudos

Hi,

hope the subject is possible!

Is there some documentation which describe a successful appilication, that can get data from sap, and can write it back?

Thanks

PPeter

Message was edited by: Péter Papp

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can go through the following steps to perform an RFC call to SAP system

Steps:

<b>Design time:</b>1) Import the RFC into design time.

2) perfrom the required message mapping between source message and RFC .

3) perfrom the imterface mapping.

<b>

Configuration time :</b>

1) Create a sender agreement, receiver determination, interface determination and interface mapping, and receiver agreement.

In receiver agreement, use an RFC adapter ( receiver channel ) and provide the necessary parameters to connect to sAP system.

Links of help:

http://help.sap.com/saphelp_nw04/helpdata/en/25/76cd3bae738826e10000000a11402f/content.htm

hope this helps you,

Cheers,

Siva Maranani.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

U can refer to the <b>"How to validate the connection between SAP R/3 and SAP XI when using Remote Function Calls?" </b> by sridhar rajan Natrajan in XI articles section, to get an idea of an RFC implementation which uses both sender and receiver RFC adapters.

The request is posted from one SAP system and XI routs the messge to another SAP system which uses an RFC adapter to process teh request and send back the data to the calling SAP system.

This provides u a comprehensive solution of RFC's.

Cheers,

Siva Maranani.