Function sapnwrfc::binding::RfcSetAbapClassException
[−]
[src]
pub unsafe extern "C" fn RfcSetAbapClassException(
funcHandle: RFC_FUNCTION_HANDLE,
excpHandle: RFC_ABAP_OBJECT_HANDLE,
exceptionText: *const SAP_UC,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Sets the ABAP exception object handle to the given function handle.
If an RFC server function wants to throw an ABAP class exception, it calls this function before it returns with RFC_ABAP_CLASS_EXCEPTION. \in funcHandle Function module data container . \in excpHandle Object handle to the class exception to be thrown. \in exceptionText Exception text. \out *errorInfo Should always return successfully. \return RFC_RC