The GRCINTMSG table in SAP ERP or S/4HANA stores AM – Execution Message (Temp Storage during execution) data. There are total 11 fields in GRCINTMSG table. The AM – Execution Message (Temp Storage during execution) table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of GRCINTMSG table. It is in GRC Process Control Integration with S/4 (GRCINT_S4_PC) ABAP package and is part of the S/4HANA: Process Control Integration (GRC-INT-SPC) module.
SAP GRCINTMSG Table Fields
Following is the list of fields that are available in SAP GRCINTMSG table. The primary key fields of the table are MANDT (Client), JOBSTEP_ID (AM – Job and Job Step ID), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| JOBSTEP_ID | AM – Job and Job Step ID | GRCINT_JOBSTEP_ID | CHAR (50) | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| TYPE | Message type: S Success, E Error, W Warning, I Info, A Abort | BAPI_MTYPE | CHAR (1) | |
| ID | Message Class | SYMSGID | CHAR (20) | |
| MSG_NUMBER | Message Number | SYMSGNO | NUMC (3) | |
| MESSAGE | Message Text | BAPI_MSG | CHAR (220) | |
| MESSAGE_V1 | Message Variable | SYMSGV | CHAR (50) | |
| MESSAGE_V2 | Message Variable | SYMSGV | CHAR (50) | |
| MESSAGE_V3 | Message Variable | SYMSGV | CHAR (50) | |
| MESSAGE_V4 | Message Variable | SYMSGV | CHAR (50) |


