Start of Content Area

Component documentationComponents of the SDK  Locate the document in its SAP Library structure

 

Purpose

 

The BI Java SDK includes a set of APIs in Java class libraries, detailed documentation and examples. This section outlines the components and explains where you can find additional information.

 

Features

 

Application Programming Interfaces

 

The following diagram provides a simplified picture of the APIs in the BI Java SDK:

This graphic is explained in the accompanying text

As shown above, the BI Java SDK contains the following APIs:

 

      Relational APIs:

       Relational Metadata API, for accessing relational metadata

       Relational Query API, for creating, processing, and navigating queries against a relational data source

      Common ResultSet API, for accessing and rendering either OLAP or relational result sets

      Connection Interfaces

       

The APIs in the SDK are described in detail in “Chapter 3:  Architecture,” of the Developer’s Guide in the SDK distribution package.

 

Visit the BI Java Connectors page for information about the connectors.

 

Documentation

 

The SDK distribution package provides a complete documentation set. It includes a Developer’s Guide, with step-by-step tutorials, Javadocs including package and overview documentation, and an HTML navigation that brings together the SDK distribution package and the documentation. Launch the package from the index.html file located in the root of the unpackaged distribution archive.

 

Examples

 

SDK examples provide easy-to-use Java servlets which demonstrate many aspects of our query APIs, as well as step-by-step connection instructions. These examples are shown in full in the SDK HTML documentation set and in the Developer’s Guide, which both form part of the distribution package.

 

More Information:

      See the Javadocs in the SDK distribution package for complete API documentation

      See the Developer’s Guide in the SDK distribution package

      This provides the complete SDK documentation set. Start with the index.html file on the top node of the SDK distribution package

      See the BI Java Connectors page for more information about the connectors

 

 

 

End of Content Area