Start of Content Area

RFC_ERROR_INFO  Locate the document in its SAP Library structure

The structure

typedef struct {
char key[33] ;
char status[128];
char message[256];
char intstat[128];
} RFC_ERROR_INFO;

is returned by RfcLastError describing the last RFC error that occurred.

This structure is defined in SAPRFC.H.

Members:

error code to identify the error

state of the RFC connection

text describing the error

internal description of the RFC connection