Function sapnwrfc::binding::RfcAddFunctionDesc [] [src]

pub unsafe extern "C" fn RfcAddFunctionDesc(
    repositoryID: *const SAP_UC,
    funcDesc: RFC_FUNCTION_DESC_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
[]

Adds a function description to the cache for the specified R/3 System.

This API should be used with care and is only for special scenarios, e.g. if you want to write an RFC server that offers function modules, which do not exist in the R/3 system's DDIC. If repositoryID is NULL, the description is added to the "default repository".

\in *repositoryID System ID of R/3 System, to whose cache you want to add the function description, or NULL for the default repository. \in funcDesc The function description. \out *errorInfo Not much that can go wrong here. \return RFC_RC