cancel
Showing results for 
Search instead for 
Did you mean: 

Finding message status using message GUID

Former Member
0 Kudos

Hi,

Is there any table or function module to determine the message status based on the message id (GUID). ?

Thanks,

Navneeth K.

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hellom,

Is there any table or function module to determine the message status based on the message id (GUID). ?

You can use the FM RFC_READ_TABLE to read the entries for the tables SXMSPMAST and SXMSPHIST using MSGGUID ID and then retrieve the status using MSGSTATE.

I think the MSGSTATE have the same meaning as the idoc ones.

Hope this helps,

Mark

Answers (1)

Answers (1)

Eoin_Kierans
Product and Topic Expert
Product and Topic Expert
0 Kudos

The message status can be gained from the tabler SXMSPMAST, the field MSGSTATE details the message status. For a description of the meaning of every message status you can check the table SXMSMSTATT.