Function sapnwrfc::binding::RfcAddException
[−]
[src]
pub unsafe extern "C" fn RfcAddException(
funcDesc: RFC_FUNCTION_DESC_HANDLE,
excDesc: *const RFC_EXCEPTION_DESC,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Adds a new ABAP Exception to the function description.
Note: After the function description has been used via RfcCreateFunction() or RfcAddFunctionDesc(), it can no longer be modified!
\in funcDesc The function module's metadata description. \in *excDesc The description of the exception to add. \out *errorInfo Not much that can go wrong here. \return RFC_RC