
Calling an SAP Function Module from Java
To call an SAP function module from a Java application, you first need SAP JCo (Java Connector); you can download it from SAP’s site, though you need an account to do so. To actually open the connection, use the tip code shown here. Class jcoClass = Class.forName(“com.sap.mw.jco.JCO”, true, this.getClass().getClassLoader());Client client