|
SAP NetWeaver RFC SDK 7.50
|
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... | |
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.
| 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.