Show TOC

Background documentationRFC_ERROR_INFO Locate this document in the navigation structure

 

The structure

Syntax Syntax

  1. typedef struct {
  2. 	char key[33] ;
  3. 	char status[128];
  4. 	char message[256];
  5. 	char intstat[128];
  6. } RFC_ERROR_INFO;
End of the code.

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

This structure is defined in SAPRFC.H.

Members:
  • key[33]

    error code to identify the error

  • status128]

    state of the RFC connection

  • message[256]

    text describing the error

  • intstat[128]

    internal description of the RFC connection