STRUSTCRT SAP (Certificates table with certificate status) Table details

Dictionary Type: Table
Description: Certificates table with certificate status




ABAP Code to SELECT data from STRUSTCRT
Related tables to STRUSTCRT
Access table STRUSTCRT




Table field list including key, data, relationships and ABAP select examples

STRUSTCRT is a standard SAP Table which is used to store Certificates table with certificate status data and is available within R/3 SAP systems depending on the version and release level.

The STRUSTCRT table consists of various fields, each holding specific information or linking keys about Certificates table with certificate status data available in SAP. These include ISSUERHASH (SHA-1 Issuer Name Checksum), SERIALHASH (SHA-1 Serial number Checksum), STAGING (Staging Value), ISSUER (Certificate Issuer Name).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP STRUSTCRT table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
ISSUERHASHSHA-1 Issuer Name Checksum STRUSTISSUERHASHRAW20
SERIALHASHSHA-1 Serial number Checksum STRUSTSERIALHASHRAW20
STAGINGStaging Value CR_STAGINGCHAR1CR_STAGING
ISSUERCertificate Issuer Name CR_CERT_ISSUERSTRG0
SUBJECTCertificate Subject Name CR_SUBJECTSTRG0
SERIALSerial Number of Certificate (Dec) CERTSERIALSTRG0
STATUSRevocation Status of the Certificate CERTSTATUSCHAR9CERTSTATUS
STATUS_SOURCESource CERTSTATUS_SOURCECHAR7CERTSTATUS_SOURCE
STATUS_ISSUER_SHHash of Issuer Name for Certificate Status CR_ISSUERHASHRAW20
STATUS_ISSUERIssuer of CRL CR_ISSUERSTRG0
STATUS_VALIDFROMDate from which the status is valid STRUSTSTATUSVALIDFROMDEC15TZNTSTMPS
STATUS_VALIDTODate until which the status is valid STRUSTSTATUSVALIDTODEC15TZNTSTMPS
STATUS_SET_BYUser Name (With Change Document) STRUSTSYUNAMECHAR12SYCHAR12
STATUS_SET_ATDate on which the status was set STRUSTSTATUSSETATDEC15TZNTSTMPS
CERT_VALIDTODate until which the certificate is valid STRUSTCERTVALIDTODEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table STRUSTCRT using ABAP code

The following ABAP code Example will allow you to do a basic selection on STRUSTCRT to SELECT all data from the table
DATA: WA_STRUSTCRT TYPE STRUSTCRT.

SELECT SINGLE *
FROM STRUSTCRT
INTO CORRESPONDING FIELDS OF WA_STRUSTCRT
WHERE...

How to access SAP table STRUSTCRT

Within an ECC or HANA version of SAP you can also view further information about STRUSTCRT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!