Uses of Class
com.sap.conn.jco.AbapException

Packages that use AbapException
com.sap.conn.jco Contains the major part of the interfaces and factories an application for JCo is typically dealing with. 
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of AbapException in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return AbapException
 AbapException JCoFunction.getException(java.lang.String key)
          Returns the ABAP exception for the specified key
 AbapException JCoFunctionTemplate.getException(java.lang.String key)
          Returns the ABAP exception for the specified key
 AbapException JCoRequest.getException(java.lang.String key)
          Returns the ABAP exception for the specified key
 AbapException[] JCoFunction.getExceptionList()
          Returns the list of ABAP exceptions that can occur
 AbapException[] JCoFunctionTemplate.getExceptionList()
          Returns the ABAP exception list
 AbapException[] JCoRequest.getExceptionList()
          Returns the ABAP exception list
 

Methods in com.sap.conn.jco with parameters of type AbapException
static JCoFunctionTemplate JCo.createFunctionTemplate(java.lang.String name, JCoListMetaData imports, JCoListMetaData exports, JCoListMetaData changing, JCoListMetaData tables, AbapException[] exceptions)
          This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
static JCoFunctionTemplate JCo.createFunctionTemplate(java.lang.String name, JCoListMetaData imports, JCoListMetaData exports, JCoListMetaData changing, JCoListMetaData tables, AbapException[] exceptions, boolean supportsASXML)
          This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
 

Uses of AbapException in com.sap.conn.jco.server
 

Methods in com.sap.conn.jco.server that throw AbapException
 void JCoServerFunctionHandler.handleRequest(JCoServerContext serverCtx, JCoFunction function)
          The method invoked by the JCo server runtime to dispatch the remote function call.
 void JCoServerRequestHandler.handleRequest(JCoServerContext serverCtx, JCoRequest request, JCoResponse response)
          The method invoked by the JCo server runtime to dispatch the remote function call.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.