SAP2Java 1.0.3 API

com.sap.bapi.mapper
Class SAP2Java

java.lang.Object
  |
  +--com.sap.bapi.mapper.SAP2Java

public class SAP2Java
extends java.lang.Object

This class is used to generate the java objects from R3 function module.


Constructor Summary
SAP2Java(java.lang.String host, java.lang.String sys, java.lang.String user, java.lang.String pass)
          Method SAP2Java.
 
Method Summary
 com.sap.mw.jco.JCO.Function createFunction(java.lang.String name)
          Method createFunction.
 void execute(java.lang.String function)
          Method execute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAP2Java

public SAP2Java(java.lang.String host,
                java.lang.String sys,
                java.lang.String user,
                java.lang.String pass)
         throws BAPIException
Method SAP2Java.

Parameters:
host -
sys -
user -
pass -
Throws:
BAPIException
Method Detail

execute

public void execute(java.lang.String function)
             throws BAPIException
Method execute.

Parameters:
function -
Throws:
BAPIException

createFunction

public com.sap.mw.jco.JCO.Function createFunction(java.lang.String name)
                                           throws BAPIException
Method createFunction.

Parameters:
name -
Returns:
Function
Throws:
BAPIException

SAP2Java 1.0.3 API

This is a partial documentation. Send comments to-- sid_bhat@hotmail.com