Function sapnwrfc::binding::RfcAddClassAttribute
[−]
[src]
pub unsafe extern "C" fn RfcAddClassAttribute(
classDesc: RFC_CLASS_DESC_HANDLE,
attrDesc: *const RFC_CLASS_ATTRIBUTE_DESC,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Adds a new attribute (field, structure, table, method) to the class description.
Note: After the function description has been used via RfcCreateAbapObject() or RfcAddClassDesc(), it can no longer be modified!
\in classDesc The class description. \in *attrDesc Metadata description of the new class attribute. \out *errorInfo More details in case something goes wrong. \return RFC_RC