|
SAP NetWeaver RFC SDK 7.50
|
Used in all functions of the NW RFC library to return detailed information about an error that has just occurred. More...
Public Attributes | |
| RFC_RC | code |
| Error code. Should be the same as the API returns if the API has return type RFC_RC. More... | |
| RFC_ERROR_GROUP | group |
| Error group. More... | |
| SAP_UC | key [128] |
| Error key. More... | |
| SAP_UC | message [512] |
| Error message. More... | |
| SAP_UC | abapMsgClass [20+1] |
| ABAP message ID , or class. More... | |
| SAP_UC | abapMsgType [1+1] |
| ABAP message type, e.g. 'E', 'A' or 'X'. More... | |
| RFC_NUM | abapMsgNumber [3+1] |
| ABAP message number. More... | |
| SAP_UC | abapMsgV1 [50+1] |
| ABAP message details field 1, corresponds to SY-MSGV1. More... | |
| SAP_UC | abapMsgV2 [50+1] |
| ABAP message details field 2, corresponds to SY-MSGV2. More... | |
| SAP_UC | abapMsgV3 [50+1] |
| ABAP message details field 3, corresponds to SY-MSGV3. More... | |
| SAP_UC | abapMsgV4 [50+1] |
| ABAP message details field 4, corresponds to SY-MSGV4. More... | |
Used in all functions of the NW RFC library to return detailed information about an error that has just occurred.
This can be an error that the communication partner sent back to us, an error that occurred in the network layer or operating system, an internal error in the NW RFC library or an error that the application programmer (i.e. you) has committed...
Within a server function implementation, the application programmer (you) can return this structure to the RFC library in order to specify the error type & message that you want to send back to the backend.
Definition at line 209 of file sapnwrfc.h.
| SAP_UC _RFC_ERROR_INFO::abapMsgClass[20+1] |
ABAP message ID , or class.
Definition at line 215 of file sapnwrfc.h.
| RFC_NUM _RFC_ERROR_INFO::abapMsgNumber[3+1] |
ABAP message number.
Definition at line 217 of file sapnwrfc.h.
| SAP_UC _RFC_ERROR_INFO::abapMsgType[1+1] |
ABAP message type, e.g. 'E', 'A' or 'X'.
Definition at line 216 of file sapnwrfc.h.
| SAP_UC _RFC_ERROR_INFO::abapMsgV1[50+1] |
ABAP message details field 1, corresponds to SY-MSGV1.
Definition at line 218 of file sapnwrfc.h.
| SAP_UC _RFC_ERROR_INFO::abapMsgV2[50+1] |
ABAP message details field 2, corresponds to SY-MSGV2.
Definition at line 219 of file sapnwrfc.h.
| SAP_UC _RFC_ERROR_INFO::abapMsgV3[50+1] |
ABAP message details field 3, corresponds to SY-MSGV3.
Definition at line 220 of file sapnwrfc.h.
| SAP_UC _RFC_ERROR_INFO::abapMsgV4[50+1] |
ABAP message details field 4, corresponds to SY-MSGV4.
Definition at line 221 of file sapnwrfc.h.
| RFC_RC _RFC_ERROR_INFO::code |
Error code. Should be the same as the API returns if the API has return type RFC_RC.
Definition at line 211 of file sapnwrfc.h.
| RFC_ERROR_GROUP _RFC_ERROR_INFO::group |
Error group.
Definition at line 212 of file sapnwrfc.h.
| SAP_UC _RFC_ERROR_INFO::key[128] |
Error key.
Definition at line 213 of file sapnwrfc.h.
| SAP_UC _RFC_ERROR_INFO::message[512] |
Error message.
Definition at line 214 of file sapnwrfc.h.