Show TOC

Object documentationstruct RFC_ERROR_INFO Locate this document in the navigation structure

 

 

Structure used by the RFC API to return detailed error information.

Structure

Syntax Syntax

  1. typedef struct _RFC_ERROR_INFO
  2. {
  3.     RFC_RC code;          /* Error code   */
  4.     SAP_UC key[128];      /* Error key or error group in short text */
  5. SAP_UC message[1024]; /* Detailed error message */
  6. }RFC_ERROR_INFO, *P_RFC_ERROR_INFO;
  7.  
End of the code.