GRACUSERCONN SAP table for – Table to store connector specific user

Here we would like to draw your attention to GRACUSERCONN 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). GRACUSERCONN is a SAP standard transp table used for storing Table to store connector specific user related data in SAP. It comes under the package GRAC_REPOSITORY.

SAP GRACUSERCONN table

Table GRACUSERCONN technical data

TableGRACUSERCONN
Data storingTable to store connector specific user
ModuleGRC
Sub ModuleGRC-AC
SAP PackageGRAC_REPOSITORY
Delivery ClassA – Application table (master and transaction data)
ComponentGRCFND_A
Table CategoryTRANSP

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

  • MANDT : Client
    Its a key field. Its data type is CLNT (Character with length 3) with field length 3
  • CONNECTOR : Logical Destination (Specified in Function Call)
    Its a key field. Its data type is CHAR (Character String) with field length 32
  • USER_ID : User ID
    Its a key field. Its data type is CHAR (Character String) with field length 50
  • USER_GROUP : User Group
    Its data type is CHAR (Character String) with field length 50
  • USER_TYPE : User Type
    Its data type is CHAR (Character String) with field length 1
  • INACTIVE : Boolean Variable (X=True, -=False, Space=Unknown)
    Its data type is CHAR (Character String) with field length 1
  • EXPIRED : Boolean Variable (X=True, -=False, Space=Unknown)
    Its data type is CHAR (Character String) with field length 1
  • VALID_FROM : Validity Start Date
    Its data type is DATS (Date (Date: YYYYMMDD)) with field length 8
  • VALID_TO : Validity End Date
    Its data type is DATS (Date (Date: YYYYMMDD)) with field length 8
  • STATUS : System Status
    Its data type is CHAR (Character String) with field length 50