Show TOC Start of Content Area

Background documentation Components and Deployment Scenarios  Locate the document in its SAP Library structure

Components for XML Archiving

The following components are the principal constituents of the XML archiving technology:

      XML Data Archiving Service (XML DAS): An AS Java application, which processes the incoming archiving requests and manages the archives.

      XML Archive API for ABAP: An API for accessing the XML DAS from ABAP archiving objects. (Not discussed in this guide).

      XML Archive API for Java: An API for accessing the XML DAS from within the AS Java. It is provided in the form of a Java EE Library.

      GUIs:

       The XML DAS Administration is available as a browser application.

       For the XML DAS Connector for ABAP, the local archiving administration is provided by transaction SARA.

       The Java Archiving Cockpit (available as of SAP NetWeaver 7.1).

Deployment Scenarios

The XML-based archiving technology offers various deployment scenarios. Understanding these scenarios is essential for an appropriate configuration. The two most common ones are listed in the next sections.

Same System Deployment

In this scenario both the XML DAS Connector for Java and the XML DAS are running on the same host. It is most often used in local test or development environments.

This graphic is explained in the accompanying text

Distributed Systems Deployment

Here the XML DAS runs on a different host than the XML DAS Connector for Java. The scenario is most often used in production environments. It allows for cross-system archiving.

This graphic is explained in the accompanying text

End of Content Area