Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: Configuring the Inbound SAP BAPI Adapter Properties
 

Classic Java CAPS

Configuring JMS Clients

Configuring Java CAPS for SSL Support

Configuring Java CAPS Business Processes

Configuring Environment Components for the Sun Business Process Manager

Configuring Sun Master Indexes (Repository)

Configuring Java CAPS Project Components for Application Adapters

Configuring Java CAPS Adapter Connectivity Map Properties

Using the Properties Editor

Configuring the Adapter Connectivity Map Properties

Configuring Oracle Applications Adapter Connectivity Map Properties

Properties in the Outbound Oracle Applications Adapter

Configuring PeopleSoft Adapter Connectivity Map Properties

PeopleSoft Adapter Connectivity Map Properties

Selecting PeopleSoft HTTP Client or PeopleSoft HTTP Server as the External Application

Configuring SAP BAPI Adapter Connectivity Map Properties

Configuring the Inbound SAP BAPI Adapter Properties

Configuring the Outbound SAP BAPI Adapter Properties

Configuring Siebel EAI Adapter Connectivity Map Properties

Adapter Connectivity Map Properties

Configuring the Siebel EAI Adapter Connectivity Map Properties

Configuring SWIFT Alliance Gateway Adapter Connectivity Map Properties

SWIFT Alliance Gateway Adapter Connectivity Map Properties

Selecting SWIFT Alliance Gateway as the External Application

WebSphere MQ Adapter Connectivity Map Properties

Inbound WebSphere MQ Adapter Connectivity Map Properties

Outbound WebSphere MQ Adapter XA Connectivity Map Properties

Outbound WebSphere MQ Adapter Connectivity Map Properties

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Project Components for Web Server Adapters

Configuring Java CAPS Environment Components for Application Adapters

Configuring Java CAPS Environment Components for Communications Adapters

Configuring Java CAPS Environment Components for Database Adapters

Configuring Java CAPS Environment Components for Web Server Adapters

Configuring JDBC/ODBC Drivers

Configuring SAP R/3 for the SAP BAPI Adapter

Configuring Secure Network Communications for SAP

Configuring Siebel EAI Workflows

Importing an SNA Custom Handshake Class

Configuring WebLogic for Asynchronous Communication

Configuring Master Index (Repository) Connectivity and Environments

Related Topics for Sun Adapter for Batch/FTP

Java EE Based Components

Broadcasting Master Index Updates to External Systems

Configuring Sun Master Indexes

Configuring the Inbound SAP BAPI Adapter Properties

The Inbound Adapter Properties include parameters required to receive data from SAP R/3 into Java CAPS. The following server connection settings are configured in the Inbound Adapter Properties window.

Server Connection Settings

The following Server Connection Settings are used by the external database.

Inbound Adapter—Server Connection Settings

Name
Description
Required Value
Enable RFC Trace
You enable RFC tracing with the Enable RFC Trace property. The trace file contains RFC API calls, and data sent to and received from the SAP R/3 host. The trace file is rfcnumber.trc.

For example, rfc00310_0156.trc

Yes or No.

The default mode is No; the RFC tracing is disabled.

If the Enable RFC Trace parameter is set to Yes, then it creates both the JCo and RFC Trace logs. Both are created in the same location under:

appserver\domains\domain1\
config

The JCoTrace log provides Java Runtime, version, and path information. It also provides a manifest.

If Enable RFC Trace parameter is set to No, then no trace file is generated.

RFC Trace Level
Trace level specifies the complexity of the information in the trace file. 0 provides minimal trace logging and 5 provides the maximum trace logging of diagnostic information in the trace file.
Integer value from 0 (min) to 5 (max).

The default number is 0.

The Enable RFC Trace level only affects the JCo trace level. It has no effect on the RFC trace level.

Number of RFC Servers to create
Specify the number of RFC servers to create. The created RFC servers facilitate parallel processing when receiving multiple requests from SAP R/3.
A valid integer value.

The default number is 1.

Transaction Mode
Specifies the transaction mode. The transaction mode specifies whether tRFC is enforced. With RFC, transactions have unique TIDs and are processed only once by this Adapter.
A transaction mode of Non-Transactional or Transactional RFC(tRFC).

The default mode is Non-Transactional.

Transaction ID Verification Database
Specifies the location of the Transaction ID Verification database.

Specify the name of the file-based database which persists the TIDs. Provide the path to the database file that records the disposition of all transactions outgoing from this Adapter. The database records whether transactions are:

  • C (committed)

  • U (unprocessed or rolled-back)

  • R (reserved or pending)

A valid path to the database file.

For example, the default location is:

C:\JavaCAPS6\data\SapTRFC.TIDdb