GRACCHANGELOG SAP table for – Data Change Log table

Here we would like to draw your attention to GRACCHANGELOG 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). GRACCHANGELOG is a SAP standard transp table used for storing Data Change Log table related data in SAP. It comes under the package GRAC_SUPPERUSER_ACCESS.

SAP GRACCHANGELOG table

Table GRACCHANGELOG technical data

TableGRACCHANGELOG
Data storingData Change Log table
ModuleGRC
Sub ModuleGRC-AC
SAP PackageGRAC_SUPPERUSER_ACCESS
Delivery ClassA – Application table (master and transaction data)
ComponentGRCFND_A
Table CategoryTRANSP

SAP GRACCHANGELOG 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 GRACCHANGELOG 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
  • 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
  • TABNAME : Table Name
    Its a key field. Its data type is CHAR (Character String) with field length 30
  • CHANGE_ID : UUID of the GRC object (char32)
    Its a key field. Its data type is CHAR (Character String) with field length 32
  • FNAME : Field Name
    Its data type is CHAR (Character String) with field length 30
  • FTEXT : Explanatory short text
    Its data type is CHAR (Character String) with field length 60
  • .INCLUDE : Structure to store the Log user and system
  • USERNAME : User ID
    Its data type is CHAR (Character String) with field length 12
  • CONNECTOR : Connector Id
    Its data type is CHAR (Character String) with field length 32
  • ACTION : Action
    Its data type is CHAR (Character String) with field length 50
  • CHANGE_TYPE : Change Type (U, I, E, D)
    Its data type is CHAR (Character String) with field length 1
  • VALUE_OLD : Long Description
    Its data type is CHAR (Character String) with field length 255
  • VALUE_NEW : Long Description
    Its data type is CHAR (Character String) with field length 255
  • ITEM_ID : Item Id
    Its data type is CHAR (Character String) with field length 90