Show TOC Start of Content Area

Component documentationSAP Enterprise Connector  Locate the document in its SAP Library structure

Use

The SAP Enterprise Connector is a development tool that provides help classes and RFC function module method calls for Java applications. These method calls and help classes are called Java Proxy. The following graphic illustrates the difference between RFC calls with and without Java Proxy. The Java Proxy hides native SAP Java Connector (JCo) calls. This architecture guarantees type-secure data access and increases client application stability.

This graphic is explained in the accompanying text

The Java proxy runtime also makes the handling between single-byte systems and Unicode systems transparent to the user. This means that the user does not have to convert the function parameters between single-byte characters and Unicode characters.

Integration

The SAP Enterprise Connector is integrated into the SAP NetWeaver Developer Studio.

Features

You can:

·        Generate the proxy classes into a jar file or directly into your project.

·        Search for function modules or browse for them in the component hierarchy.

This graphic is explained in the accompanying text

Related Topics

Programming Model

Proxy Generation

Tutorial

End of Content Area