cancel
Showing results for 
Search instead for 
Did you mean: 

Sample SAP program using Method to Call XI

Former Member
0 Kudos

Hi Master,

Can someone guide me how to create ABAP program to Call XI using Method? If possible give me very simple example and i can try it out.

Many thanks and regards

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

<i>Call XI using Method? </i>

Method - Do u mean a function module?

what exactly would u like to call in XI?

Regards,

Prateek

Former Member
0 Kudos

Sorry....SAP ABAP program or RFC FM to call XI.

The scenario like this: SAP data (trigger) --> XI --> Oracle table.

Example: RFC will extract SAP data and export the data to upate oracle table via XI.

or

normal ABAP program extract SAP data and export the table to update oracle table via XI.

Former Member
0 Kudos

Hi,

You can use a ABAP proxy if your SAP Web AS (of R/3) is based on version 6.20 and above. If not you can use RFCs to do the job.

Have a look into <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/">client proxy</a>.

Do a search in sdn with keywords RFC sender. You will get many blogs.

Regards,

Jai Shankar

prateek
Active Contributor
0 Kudos

See this

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

Regards,

Prateek