Uses of Class
com.sap.conn.jco.AbapException
Packages that use AbapException
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of AbapException in com.sap.conn.jco
Methods in com.sap.conn.jco that return AbapExceptionModifier and TypeMethodDescriptionJCoFunction.getException
(String key) Returns the ABAP exception for the specified key.JCoFunctionTemplate.getException
(String key) Returns the ABAP exception for the specified key.JCoRequest.getException
(String key) Returns the ABAP exception for the specified key.JCoFunction.getExceptionList()
Returns the list of defined ABAP exceptions that can occur.JCoFunctionTemplate.getExceptionList()
Returns the ABAP exception list.JCoRequest.getExceptionList()
Returns the ABAP exception list.Methods in com.sap.conn.jco with parameters of type AbapExceptionModifier and TypeMethodDescriptionstatic JCoFunctionTemplate
JCo.createFunctionTemplate
(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
(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 AbapExceptionModifier and TypeMethodDescriptionvoid
JCoServerFunctionHandler.handleRequest
(JCoServerContext serverCtx, JCoFunction function) The method invoked by the JCo server runtime to dispatch the remote function call.