Start of Content Area

RfcSendData  Locate the document in its SAP Library structure

To send the result parameters back to the caller, use this function:

RFC_RC SAP_API RfcSendData(RFC_HANDLE handle,
RFC_PARAMETER * parameters,
RFC_TABLE * tables);

The tables description ( RFC_TABLE) must be the same as in the previous RfcGetData call.

This function is defined in SAPRFC.H.

Return Values:

Function Parameters:

Function parameters:

Rfc connection handle

‘exporting’ parameters

‘tables’ parameters (must be in the same structure as passed to RfcGetData)

Note

RfcRaise should be used instead of RfcSendData if an exception is to be raised.
If RfcRaise is used, then do not send off an additional RfcSendData.