cancel
Showing results for 
Search instead for 
Did you mean: 

What are the Adapters

Former Member
0 Kudos

Hi,

I need to integrate web Portal to SAP and Viceversa,What are the adapters could I use and What are the Scenarios we can get. Could Any one guide me in this.

Regards,

Vijaya Lakshmi.T

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can SOAP adapter for we b service

N for SAP u can use IDOC or RFC or Proxies.

It depends on ur scenario.

this is one link for RFC to SOAP:

http://www.saptechnical.com/Tutorials/XI/RFCtoSOAP/page1.htm

Thanks,

Mahi

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi vijaya

Reg adapters and use cases

Technology and Protocol Adapters

u2022 IDOC - standard SAP interchange document format

u2022 RFC - standard SAP function call

u2022 File/FTP - local and remote file systems incl. FTP servers

u2022 HTTP(S) - servers using the Web protocol

u2022 SOAP - Web services

u2022 JMS - messaging services

u2022 JDBC - relational databases

u2022 SMTP/POP3/IMAP - email servers

u2022 AS1/AS2 - EDI over Internet protocol

u2022 CORBA - legacy object brokers

u2022 TIBCO - TIB/Rendezvous protocol

u2022 EDIFACT/ANSI X.12 over VAN or OFTP - all variations of electronic data interchange (EDI)

u2022 3270/5250 - screen-based IBM mainframe/midrange systems

For your requirement use SOAP adapter for Web services(Web portals) and IDoc (asynchronous interfaces) RFC and Proxies(synchronous interfaces).

Thanks in advance

Sushma

Former Member
0 Kudos

Hi,

Your Scenarios can be while Communicating EP with XI , we can use HTTP as Sender and can directly send the data to Xi with out any adapter in this case.

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1334 [original link is broken] [original link is broken] [original link is broken]

While doing Communication From SAP to EP

Check these

RFC -> XI -> WebService - A Complete Walkthrough (Part 1)

RFC -> XI -> WebService - A Complete Walkthrough (Part 2)

REgards

Seshagiri

Former Member
0 Kudos

hi,

" to integrate web Portal to SAP and Viceversa"

we can go for webservive to rfc, ie input soap adapter whr in you can map webservice.request to rfc.request and rfc.response to webservice.response.

Thanks,

Durga

Former Member
0 Kudos

Hi,

For Integrating Web portal with XI and vice versa : SOAP Adapter

ll rly With R/3 to XI Vive versa : IDOC/RFC/ABAP Proxies.

"Award Points if helpful"

Rgards,

Jayasimha Jangam

Former Member
0 Kudos

Hi,

The Best way to do is to use ABAP proxy .The web portal can be integrated with SAP and the data transfer can be done through proxy.

Thanks

Arijit