Function sapnwrfc::binding::RfcCreateClassDesc
[−]
[src]
pub unsafe extern "C" fn RfcCreateClassDesc(
name: *const SAP_UC,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_CLASS_DESC_HANDLE
Creates an empty class description with the given name.
Add attribute descriptions to the new RFC_CLASS_DESC_HANDLE via RfcAddAttribute().\n
After the handle was used for creating a container, any modifications are forbidden.
\in *name The name of the ABAP class. \out *errorInfo Probably not enough memory left?! \return An empty function description that can be used for constructing hard-coded metadata.