Uses of Class
org.frankframework.extensions.sap.SapException
Packages that use SapException
Package
Description
-
Uses of SapException in org.frankframework.extensions.sap.jco3
Methods in org.frankframework.extensions.sap.jco3 that throw SapExceptionModifier and TypeMethodDescriptioncom.sap.conn.jco.JCoDestination
SapSenderBase.getDestination
(PipeLineSession session, SapSystemImpl sapSystem) com.sap.conn.jco.JCoFunction
SapSenderImpl.getFunction
(SapSystemImpl sapSystem, ParameterValueList pvl) protected com.sap.conn.jco.JCoFunctionTemplate
SapFunctionFacade.getFunctionTemplate()
com.sap.conn.jco.JCoFunctionTemplate
SapFunctionFacade.getFunctionTemplate
(SapSystemImpl sapSystem, String functionName) SapFunctionFacade.getSapSystem()
SapFunctionFacade.getSapSystem
(String systemName) SapSenderBase.getSystem
(ParameterValueList pvl) SapSenderBase.getTid
(com.sap.conn.jco.JCoDestination destination, SapSystemImpl sapSystem) void
SapFunctionFacade.message2FunctionCall
(com.sap.conn.jco.JCoFunction function, String request, String correlationId, ParameterValueList pvl) void
SapFunctionFacade.message2FunctionResult
(com.sap.conn.jco.JCoFunction function, String result) void
SapFunctionFacade.openFacade()
void
SapSystemImpl.openSystem()
static void
SapSystemImpl.openSystems()
protected static void
SapFunctionFacade.setParameters
(com.sap.conn.jco.JCoParameterList inputOrOutputParameterList, com.sap.conn.jco.JCoParameterList tableParameterList, String message, int fieldIndex) -
Uses of SapException in org.frankframework.extensions.sap.jco3.tx
Methods in org.frankframework.extensions.sap.jco3.tx that throw SapExceptionConstructors in org.frankframework.extensions.sap.jco3.tx with parameters of type SapExceptionModifierConstructorDescriptionSynchedLocalTransactionFailedException
(String msg, SapException cause) Create a new SynchedLocalTransactionFailedException.