Show TOC Anfang des Inhaltsbereichs

Objektdokumentation RfcGetFieldValue   Dokument im Navigationsbaum lokalisieren

Use

Gets the value of the given field of the structure data object.

Structure

RFC_RC SAP_API RfcGetFieldValue(RFC_STRUCTURE_HANDLE structureHandle, SAP_UC const* fieldName, void *value, unsigned length);

 

structureHandle : handle to the structure data object.

fieldName:        field name;

value:            buffer for receiving the result;

length:           size of the buffer in bytes. 

 

 

 

Ende des Inhaltsbereichs