Start of Content Area

RfcRaiseTables   Locate the document in its SAP Library structure

RFC_RC SAP_API RfcRaiseTables(RFC_HANDLE handle,
char * exception,
RFC_TABLE * tables);

This function is used to raise an exception while processing an RFC call if the function module which is called has tables parameters.

This function is defined in SAPRFC.H.

Return Values:

Function Parameters:

Function parameters:

Rfc connection handle

exception to be raised (null-terminated string)

tables parameters as received by RfcGetData

See also RfcRaise.