Skip Headers
Oracle® Application Server Adapter for SAP R/3 User's Guide
10g Release 2 (10.1.2)
Part No. B14061-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

1 Introduction to Oracle Application Server Adapter for SAP R/3

Oracle Application Server connects to an SAP system through the Oracle Application Server Adapter for SAP R/3 (OracleAS Adapter for SAP). The OracleAS Adapter for SAP provides connectivity and executes interactions on an SAP system. This chapter discusses the following topics:

Adapter Features

The OracleAS Adapter for SAP provides a means to exchange real-time business data between SAP systems and other application, database, or external business partner systems. The adapter enables external applications for inbound and outbound processing with SAP. The OracleAS Adapter for SAP can be deployed as a JCA 1.0 resource adapter. This deployment is referred to as the OracleAS Adapter JCA. It can also be deployed as a Web services servlet and as such is referred to as the Oracle Application Server Adapter Business Services Engine (BSE).

The adapter uses XML messages to enable non-SAP applications to communicate and exchange transactions with SAP using services and events.

To support event functionality, two features are implemented:

The OracleAS Adapter for SAP provides:

SAP Certification

SAP has certified the OracleAS Adapter for SAP for use with all versions of SAP, including mySAP.com solutions.The adapter provides state-of-the-art middleware solutions for SAP Basis and SAP Web application server-based systems. This adapter has achieved three interface certifications that promote cost-effective and low-risk solutions.

  • CA-ALE (Certified Adapter - Application Link Enabling) certification. Enhances electronic data interchange (EDI) subsystem interface with SAP Basis and SAP Web Application Server. Using direct program-to-program remote communication and transformation from non-SAP systems to SAP solution-based systems, Oracle Application Server Adapter for SAP R/3 expedites the conversion, import, and export of critical intermediate documents (IDocs).

  • CA-AMS (Andrew Message System) certification. Rapidly bridges SAP Basis and SAP Web Application Server data exchange with other applications through pure message delivery. As an ALE (Application Link Enabling) Message Handler, the adapter sends IDoc messages without a requirement for conversion from one or more SAP solution-based systems.

  • CA-XML (Extensible Markup Language) certification. Eases the communication between external middleware with SAP Basis and SAP Web Application Server over the Internet using XML, HTTP, or HTTPS. The adapter immediately transfers SAP solution specifications into XML for straight transfer into application subsystem repositories. The CA-XML-certified adapter directly receives and converts messages to be pulled or pushed into XML formats to or from SAP solution-based systems over the Internet.

Supported Platforms

The following SAP platforms are supported by the OracleAS Adapter for SAP:

  • SAP Web Application Server Version 6.2 and higher

  • SAP R/3 4.0 and higher

  • SAP Enterprise R/3 4.7

  • All or portions of: MySAP.com technology solutions (SAP BW, SAP APO, SAP CRM, SAP SRM, SAP EBP, SAP SEM, SAP WP, SAP KW)


Note:

Release versions may vary by product component. In addition, SAP functions may vary by SAP product version and support package.

The OracleAS Adapter for SAP is supported on the following operating systems:

  • Windows 2000/2003/XP

  • Solaris Version 2.8, 2.9, and higher

  • Linux x86 Redhat Advanced Server Version 2.1 and higher, Suse Version 8.1 and higher, United Linux Version 1.0 and higher

  • IBM AIX Version 5.1 and higher

  • HP-UX Version 11i and higher

  • HP Tru64 Version 5.1a and higher

SAP Concepts

The OracleAS Adapter for SAP is designed to provide standard access to SAP business objects such as Remote Function Call (RFC) modules, BAPIs (Business Application Programming Interfaces), and IDocs (Intermediate Documents) that are used to support existing business processes. The business objects and methods are available to the adapter as requests of SAP and to the event adapter when SAP invokes its remote requests. These objects work in the following ways:

Integration with SAP

You can use the OracleAS Adapter for SAP to invoke an SAP business process, such as add/update account, or you can use the adapter as part of an integration effort to connect SAP and non-SAP systems.BAPI and RFC are called synchronously by the adapter and always return data (either technical error information or a well-formed response document). IDocs are processed asynchronously.The adapter is bidirectional and can process an event in SAP by receiving RFC and IDocs directly from SAP. The SAP system can be configured to send an IDoc or RFC out to a logical system when a certain event occurs, in this case, to the adapter. The output sent by SAP can be in any of the following forms:

For request processing, the OracleAS Adapter for SAP can send requests to SAP using the BAPI, RFC, or IDoc interfaces.The adapter integrates your SAP IDocs, RFC, and BAPI with mission-critical SAP system applications and other enterprise applications. The benefits of the adapter include:

Adapter Architecture

The OracleAS Adapter for SAP works in conjunction with the following components:

Application Explorer (used to configure SAP connections and create Web services and events) can be configured to work in a Web services environment in conjunction with the Business Services Engine or with the Enterprise Connector for J2EE Connector Architecture (JCA). When working in a JCA environment, the connector uses the Common Client Interface (CCI) to provide integration services using adapters instead of Web services.

Oracle Application Server Adapter Business Services Engine Architecture

Figure 1-1 shows the generic architecture for the Oracle Application Server Adapter Business Services Engine (BSE) for packaged applications. The OracleAS Adapter Application Explorer works in conjunction with the Oracle Application Server Adapter Business Services Engine (BSE), as deployed to the OC4J (Oracle Containers for J2EE) container of the Oracle Application Server.

Application Explorer, a design-time tool deployed along with BSE, is used to configure adapter connections, browse EIS objects, configure services, and configure listeners to listen for EIS events. Metadata created while you perform these operations are stored in the repository by BSE.

BSE uses SOAP as a protocol for consuming requests from clients, interacting with the EIS, and sending responses from the EIS back to clients.

BSE uses RMI as a protocol to send the events received from the EIS (SAP) application to OracleAS Integration InterConnect. BSE supports both a file-based and an Oracle database repository. The BSE repository stores the EIS connection information and the WSDL for adapter services. A single instance of BSE can connect to multiple EIS applications.

Figure 1-1 Oracle Application Server Adapter Business Services Architecture

Adapter Business Services Architecture
Description of the illustration xipsa002.gif

Oracle Application Server Adapter Generic JCA Architecture

Figure 1-2 shows the generic architecture for the OracleAS Adapter JCA for packaged applications. This is a pure JCA 1.0 Resource Adapter deployed in managed mode in the OC4J container of the Oracle Application Server. It is a universal adapter. One adapter can connect to many EIS applications.

The OracleAS Adapter JCA repository contains the list of EIS connection names and the associated connection parameters. The repository can be a file system or an Oracle database. It is deployed as a RAR file and has an associated deployment descriptor called ra.xml. You can create multiple connector factories by editing the OC4J-ra.xml file.

Figure 1-2 Oracle Application Server Adapter Generic JCA Architecture

Generic JCA architecture
Description of the illustration xipsa003.gif


See Also: