cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect to website

former_member198275
Active Contributor
0 Kudos

Hi, I am a ABAP consultant. The requirement is that, the client needs data directly comes from some website and save to SAP system. So how to initiate it? How to connect one site through SAP and get the data from that web site? How to download that data to R/3 system..Plz reply ..!!

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member198275
Active Contributor
0 Kudos

thanks

Former Member
0 Kudos

Hi,

If you are receiving the data from Web service means and ther is no extra validations like user authentication or some thing extras

We can use HTTP at sender side.

We can directly communicate with the XI using HTTP protocol.

In this case we dont use Sender CC and Sender Agreemnet.

This will increase the Performance

Now the Scenario will be HTTP--XI--RFC or IDOC or Proxy

Regards

Seshagiri

GabrielSagaya
Active Contributor
0 Kudos

Your scenario is Soap<-XI->RFC

Soap<-XI->IDOC

Soap<-XI->Proxy

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

Former Member
0 Kudos

In this case the Sender Webservice will send the message to SAP XI and then SAP XI will send that message to the SAP R3 System(as RFC call or Idoc or Proxy)

Thanks

Farooq

Former Member
0 Kudos

Hi,

U can go for SOAP-Xi-Server proxy scenario.

Follow below steps:

1) Required a WSDL from the webserver.

2) Import that WSDL in IR external definition.

3) Do the design and configuration.

4) Generate the Server proxy using Tcode SPROXY in R3 using Message interface.

5) Write the code which will update the information in R3.

Refer the below links:

How to use SOAP adapter:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

Server proxy:

ABAP Proxy configuration:

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

Server Proxy -

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

File to Inbound Proxy:

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Debugging Inbound Proxy:

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

chirag