Show TOC Start of Content Area

Background documentation RfcGetStringLength  Locate the document in its SAP Library structure

Returns the length of the value of a STRING or XSTRING parameter, so an appropriately sized buffer can be allocated before reading the value.

Structure

RFC_RC SAP_API RfcGetStringLength(DATA_CONTAINER_HANDLE dataHandle, SAP_UC const* name, unsigned* stringLength, RFC_ERROR_INFO* info);

End of Content Area