GRACAUDITLOG SAP table for – Security Audit Log table

Here we would like to draw your attention to GRACAUDITLOG table in SAP. As we know it is being mainly used with the SAP GRC-AC (Access Control in GRC) component which is coming under GRC module (Governance, Risk and Compliance). GRACAUDITLOG is a SAP standard transp table used for storing Security Audit Log table related data in SAP. It comes under the package GRAC_SUPPERUSER_ACCESS.

SAP GRACAUDITLOG table

Table GRACAUDITLOG technical data

TableGRACAUDITLOG
Data storingSecurity Audit Log table
ModuleGRC
Sub ModuleGRC-AC
SAP PackageGRAC_SUPPERUSER_ACCESS
Delivery ClassA – Application table (master and transaction data)
ComponentGRCFND_A
Table CategoryTRANSP

SAP GRACAUDITLOG Table Fields

Here is the details of each fields in this SAP table. You can find the discription, data type and assigned lenth of each of the fields in GRACAUDITLOG table.

  • MANDT : Client
    Its a key field. Its data type is CLNT (Character with length 3) with field length 3
  • FFLOG_ID : UUID of the GRC object (char32)
    Its a key field. Its data type is CHAR (Character String) with field length 32
  • AUDITLOG_ID : UUID of the GRC object (char32)
    Its a key field. Its data type is CHAR (Character String) with field length 32
  • .INCLUDE : Structure to store the Log user and system
    Its a key field.
  • USERNAME : User ID
    Its a key field. Its data type is CHAR (Character String) with field length 12
  • CONNECTOR : Connector Id
    Its a key field. Its data type is CHAR (Character String) with field length 32
  • LOG_TIME : Time Stamp
    Its a key field. Its data type is DEC (Packed number (number with fixed number of decimal places)) with field length 15
  • COUNTER : Counter
    Its a key field. Its data type is INT1 (Two-byte integer – Dictionry type INT2) with field length 3
  • TERMINAL : Terminal ID
    Its data type is CHAR (Character String) with field length 20
  • ACTION : Action
    Its data type is CHAR (Character String) with field length 50
  • PROGRAM_ID : Program Descrption
    Its data type is CHAR (Character String) with field length 40
  • LOGTEXT : SecAudit: Text part of displayed Security Audit Log message
    Its data type is CHAR (Character String) with field length 132