STRUSTCRT - Certificates table with certificate status
Certificates table with certificate status information is stored in SAP table STRUSTCRT.
It is part of development package STRUST in software component BC-SEC-SSF. This development package consists of objects that can be grouped under "PKI Management".
It is part of development package STRUST in software component BC-SEC-SSF. This development package consists of objects that can be grouped under "PKI Management".
Fields for table STRUSTCRT
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
MANDT | Client | X | MANDT | CLNT | 3 | * |
ISSUERHASH | SHA-1 Issuer Name Hash | X | STRUSTISSUERHASH | RAW | 20 | |
SERIALHASH | SHA-1 Serial number Checksum | X | STRUSTSERIALHASH | RAW | 20 | |
STAGING | Staging Value | X | CR_STAGING | CHAR | 1 | |
ISSUER | Certificate Issuer Name | CR_CERT_ISSUER | STRG | 8 | ||
SUBJECT | Certificate Subject Name | CR_SUBJECT | STRG | 8 | ||
SERIAL | Serial Number of Certificate (Dec) | CERTSERIAL | STRG | 8 | ||
STATUS | Revocation Status of the Certificate | CERTSTATUS | CHAR | 9 | ||
STATUS_SOURCE | Source | CERTSTATUS_SOURCE | CHAR | 7 | ||
STATUS_ISSUER_SH | Hash of Issuer Name for Certificate Status | CR_ISSUERHASH | RAW | 20 | ||
STATUS_ISSUER | Issuer of CRL | CR_ISSUER | STRG | 8 | ||
STATUS_VALIDFROM | Date from which the status is valid | STRUSTSTATUSVALIDFROM | DEC | 8 | ||
STATUS_VALIDTO | Date until which the status is valid | STRUSTSTATUSVALIDTO | DEC | 8 | ||
STATUS_SET_BY | User Name (With Change Document) | STRUSTSYUNAME | CHAR | 12 | ||
STATUS_SET_AT | Date on which the status was set | STRUSTSTATUSSETAT | DEC | 8 | ||
CERT_VALIDTO | Date until which the certificate is valid | STRUSTCERTVALIDTO | DEC | 8 |