Uses of Enum
com.sap.conn.jco.AbapClassException.Mode
Packages that use AbapClassException.Mode
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of AbapClassException.Mode in com.sap.conn.jco
Methods in com.sap.conn.jco that return AbapClassException.ModeModifier and TypeMethodDescriptionstatic AbapClassException.Mode
Returns the enum constant of this type with the specified name.static AbapClassException.Mode[]
AbapClassException.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sap.conn.jco with parameters of type AbapClassException.ModeModifier and TypeMethodDescriptionvoid
JCoFunction.setAbapClassExceptionMode
(AbapClassException.Mode mode) Sets the mode for ABAP class exceptions.void
JCoRequest.setAbapClassExceptionMode
(AbapClassException.Mode mode) Sets the mode for ABAP class exceptions.