Show TOC Start of Content Area

Background documentation RfcGetInt  Locate the document in its SAP Library structure

Use

Returns the value of the specified field as RFC_INT                   

Supported field types:                                                 

       RFCTYPE_INT                                                            

       RFCTYPE_INT2                                                           

       RFCTYPE_INT1                                                          

       RFCTYPE_BYTE                                                           

       RFCTYPE_CHAR                                                          

       RFCTYPE_NUM                                                           

Structure

RFC_RC SAP_API RfcGetInt      (DATA_CONTAINER_HANDLE dataHandle, SAP_UC const* name, RFC_INT  *value, RFC_ERROR_INFO* info);

End of Content Area