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 197 of file sapnwrfc.h.
Public Attributes | |
| RFC_RC | code |
| Error code. Should be the same as the API returns if the API has return type RFC_RC. | |
| RFC_ERROR_GROUP | group |
| Error group. | |
| SAP_UC | key [128] |
| Error key. | |
| SAP_UC | message [512] |
| Error message. | |
| SAP_UC | abapMsgClass [20+1] |
| ABAP message ID , or class. | |
| SAP_UC | abapMsgType [1+1] |
| ABAP message type, e.g. 'E', 'A' or 'X'. | |
| RFC_NUM | abapMsgNumber [3+1] |
| ABAP message number. | |
| SAP_UC | abapMsgV1 [50+1] |
| ABAP message details field 1, corresponds to SY-MSGV1. | |
| SAP_UC | abapMsgV2 [50+1] |
| ABAP message details field 2, corresponds to SY-MSGV2. | |
| SAP_UC | abapMsgV3 [50+1] |
| ABAP message details field 3, corresponds to SY-MSGV3. | |
| SAP_UC | abapMsgV4 [50+1] |
| ABAP message details field 4, corresponds to SY-MSGV4. | |
Error code. Should be the same as the API returns if the API has return type RFC_RC.
Definition at line 199 of file sapnwrfc.h.
1.5.5