_RFC_ERROR_INFO Struct Reference
[Public API]

List of all members.


Detailed Description

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 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.

Member Data Documentation

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.

Error group.

Definition at line 200 of file sapnwrfc.h.

Error key.

Definition at line 201 of file sapnwrfc.h.

Error message.

Definition at line 202 of file sapnwrfc.h.

ABAP message ID , or class.

Definition at line 203 of file sapnwrfc.h.

ABAP message type, e.g. 'E', 'A' or 'X'.

Definition at line 204 of file sapnwrfc.h.

ABAP message number.

Definition at line 205 of file sapnwrfc.h.

ABAP message details field 1, corresponds to SY-MSGV1.

Definition at line 206 of file sapnwrfc.h.

ABAP message details field 2, corresponds to SY-MSGV2.

Definition at line 207 of file sapnwrfc.h.

ABAP message details field 3, corresponds to SY-MSGV3.

Definition at line 208 of file sapnwrfc.h.

ABAP message details field 4, corresponds to SY-MSGV4.

Definition at line 209 of file sapnwrfc.h.


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

Generated on Tue Feb 22 13:18:17 2011 for SAP by  doxygen 1.5.5