Start of Content Area

Background documentation SAP JCo Client Programming  Locate the document in its SAP Library structure

 

The following table provides an overview of the main elements of client programming when using SAP JCo as a standalone component:

 

Activity

Section

Creating direct connections or connection pools

Establishing a Connection to an SAP Server

Creating a JCo repository, mapping ABAP and Java data types, accessing tables

The SAP JCo Repository

Access to tables and navigation in tables

Table Manipulation

Generic processing of fields

The Class JCO.Field

Optimizing performance by deactivating non-essential BAPI parameters

Deactivating Parameters

Configuring error handling in SAP JCo

Exception Handling

Synchronizing object access to optimize performance

Synchronization

Quick parameter check using the method writeHTML()

Debugging

 

Additional Information

For an overview of all SAP JCo classes, objects, methods, parameters, and fields, see the Javadocs. These HTML files are available in the docs directory of the SAPJCo installation.

 

End of Content Area