Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Panel
titleOn This Page
Table of Contents
indent2em
stylenone
typelist
separatorpipe

Overview

See the iJAG FAQ for instructions on generating Java data object classes for an SAP RFC.

The sap2java open source project provides a developer-friendly API for working with the Open Enterprise Foundation's SAP Java Connector.  This is the code that is executed in the sap2java jar that you will find in your app's WebContent/WEB-INF/lib.

...

Since this change to the data type mapping affected both the wizard and the code accessed in the sap2java jar within your project's WebContent/WEB-INF/lib they have to be in-sync. This means that if an older OAS project needs to have a proxy regenerated because the interface to the RFC has changed or a new RFC has been created for the project, either the project must be upgraded to the latest version of sap2java or, if that is not practical, the proxies must be generated using the version of sap2java that matches the project's sap2java jar.See the iJAG FAQ for instructions on generating Java data object classes for an SAP RFC.

Revision History

(latest on top)

...