Function sapnwrfc::binding::RfcAddClassDesc [] [src]

pub unsafe extern "C" fn RfcAddClassDesc(
    repositoryID: *const SAP_UC,
    classDesc: RFC_CLASS_DESC_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Adds a class 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/uses classes, 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 class description, or NULL for the default repository. \in classDesc The class description. \out *errorInfo Not much that can go wrong here. \return RFC_RC