...
The sap2java open source project provides a developer-friendly API for working with the Open Enterprise Foundation's SAP Java Connector. The project also includes a useful tool for the automatic generation of Java data object classes from an SAP remote-enabled function (RFC) interface. The iJAG group has modified the sap2java source code to expand its functionality to include handling of more complex RFC interfaces than the original project allowed. The source code requires occasional enhancement as additional SAP data types not currently accommodated are used by SAP RFC developers.
Generate Java Data Object Classes from an SAP Remote-enabled Function Interface
...
Code Block |
---|
target source code directory (wrapped in double-quotes), e.g., "${workspace_loc}/myproject/src"
|
Code Block |
---|
package into which the generated classes will be written, e.g., edu.mit.myproject.proxy
|
Code Block |
---|
name of the RFC for which Java data object classes will be generated, e.g., Z_UT_MY_RFC
|
...
See the iJAG FAQ for instructions on generating Java data object classes for an SAP RFC.
Revision History
(latest on top)
...