SAP NetWeaver RFC SDK 7.50
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
_RFC_EXCEPTION_DESC Struct Reference

Structure for reading (RfcGetExceptionDescByIndex() or RfcGetExceptionDescByName()) or defining (RfcAddException()) the properties of an exception key in a function module. More...

Public Attributes

SAP_UC key [128]
 Exception key. More...
 
SAP_UC message [512]
 Error message (exception text as defined in SE37) More...
 

Detailed Description

Structure for reading (RfcGetExceptionDescByIndex() or RfcGetExceptionDescByName()) or defining (RfcAddException()) the properties of an exception key in a function module.

Definition at line 584 of file sapnwrfc.h.

Member Data Documentation

SAP_UC _RFC_EXCEPTION_DESC::key[128]

Exception key.

Definition at line 586 of file sapnwrfc.h.

SAP_UC _RFC_EXCEPTION_DESC::message[512]

Error message (exception text as defined in SE37)

Definition at line 587 of file sapnwrfc.h.


The documentation for this struct was generated from the following file: