GRACCONFIG SAP table for – Configuration Parameter Table

Here we would like to draw your attention to GRACCONFIG 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). GRACCONFIG is a SAP standard transp table used for storing Configuration Parameter Table related data in SAP. It comes under the package GRAC_UTILITIES.

SAP GRACCONFIG table

Table GRACCONFIG technical data

TableGRACCONFIG
Data storingConfiguration Parameter Table
ModuleGRC
Sub ModuleGRC-AC
SAP PackageGRAC_UTILITIES
Delivery ClassS – System table, data changes have the status of program changes
ComponentGRCFND_A
Table CategoryTRANSP

SAP GRACCONFIG 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 GRACCONFIG table.

  • PARAMID : Configuration Parameter ID
    Its a key field. Its data type is NUMC (Character String with Digits Only) with field length 4
  • PARAM_GROUP : Configuration Parameter Group
    Its data type is NUMC (Character String with Digits Only) with field length 2
  • DEFAULT_VALUE : Configuration Value Set
    Its data type is CHAR (Character String) with field length 100
  • MULTIPLE : IS_Multiple: X = Multilple values are allowed
    Its data type is CHAR (Character String) with field length 1
  • HELP_SOURCE : Source for Config Param Help Values
    Its data type is NUMC (Character String with Digits Only) with field length 2
  • HELP_FIELD : Field for Config Param help
    Its data type is CHAR (Character String) with field length 100