Accessing EIS data using WPAI SDO

The WebSphere Portal Application Integration (WPAI) tools allow users to participate in the process of creating and managing Enterprise Information System (EIS) data objects in a portlet, without requiring extensive programming knowledge.

 

Supported Data Access Methods

Rational Application Developer 6.0 provides a set of tools to insert data objects from either an SAP or Siebel EIS into a Faces portlet.

Interaction with an EIS is based on commands. In SAP there are two ways in which a command is organized: either as a Method in a Business Object (BAPI) or as a Remote Function Call enabled Module (RFM) with no containing Business Object. A Method is roughly equivalent to an RFM. To use the SAP BAPI interface, choose a Business Object and then select a Method (BAPI). To use the SAP RFM interface, choose the method directly or through a group name. In Siebel, interaction with the Siebel EIS is through commands that create, retrieve update and delete business component instances. You can create commands by choosing a Business Object and Business Components that belong to the Business Object.

A command is also referred to as a mediator instance. For more information on mediators, refer to Programming model overview.

 

Limitations

 

Limitations in accessing SAP

 

Limitations in accessing Siebel

 

Related concepts

Programming model overview
SAP data access
Siebel data access

 

Related tasks

Setting up SAP development environments
Adding SAP service data objects
Adding Siebel service data objects