STRUSTCRR SAP (Revoked Certificates (Minimum Age)) Table details

Dictionary Type: Table
Description: Revoked Certificates (Minimum Age)




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




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

STRUSTCRR is a standard SAP Table which is used to store Revoked Certificates (Minimum Age) data and is available within R/3 SAP systems depending on the version and release level.

The STRUSTCRR table consists of various fields, each holding specific information or linking keys about Revoked Certificates (Minimum Age) data available in SAP. These include SUBJECTHASH (SHA-1 Subject Name Checksums), ISSUERHASH (SHA-1 Issuer Name Checksum), SUBJECT (Certificate Subject Name), 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP STRUSTCRR 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
SUBJECTHASHSHA-1 Subject Name Checksums STRUSTSUBJECTHASHRAW20
ISSUERHASHSHA-1 Issuer Name Checksum STRUSTISSUERHASHRAW20
SUBJECTCertificate Subject Name CR_CERT_SUBJECTSTRG0
ISSUERCertificate Issuer Name CR_CERT_ISSUERSTRG0
ISSUED_BEFOREThreshold date for certificate validity STRUSTISSUEDBEFOREDEC15TZNTSTMPS
STATUS_SET_BYUser Name (With Change Document) STRUSTSYUNAMECHAR12SYCHAR12
STATUS_SET_ATDate on which the status was set STRUSTSTATUSSETATDEC15TZNTSTMPS
CERT_MAX_VALIDTODate until which the certificate is valid STRUSTCERTVALIDTODEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM STRUSTCRR
INTO CORRESPONDING FIELDS OF WA_STRUSTCRR
WHERE...

How to access SAP table STRUSTCRR

Within an ECC or HANA version of SAP you can also view further information about STRUSTCRR 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!