STRUSTCRL SAP (CRLs) Table details

Dictionary Type: Table
Description: CRLs




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




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

STRUSTCRL is a standard SAP Table which is used to store CRLs data and is available within R/3 SAP systems depending on the version and release level.

The STRUSTCRL table consists of various fields, each holding specific information or linking keys about CRLs data available in SAP. These include ISSUERHASH (SHA-1 Issuer Name Checksum), SERIALHASH (SHA-1 Serial number Checksum), ISSUER (Issuer of CRL), SERIAL (Certificate Revocation List Serial Number (Dec)).. 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 STRUSTCRL 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
ISSUERIssuer of CRL CR_ISSUERSTRG0
SERIALCertificate Revocation List Serial Number (Dec) CR_SERIALSTRG0
THIS_UPDATEDate of the last CRL update STRUSTTHISUPDATEDEC15TZNTSTMPS
NEXT_UPDATEDate of the next CRL update STRUSTNEXTUPDATEDEC15TZNTSTMPS
DELTA_CRLDelta CRL STRUSTDELTACRLCHAR1CHAR1_X
BASE_CRL_NUMBERSerial Number of Base CRL of Delta CRL CR_BASE_SERIALSTRG0
UPDATE_BYUser Name (With Change Document) STRUSTSYUNAMECHAR12SYCHAR12
UPDATE_ATDate of last CRL import to the system STRUSTUPDATEATDEC15TZNTSTMPS
CRL Complete CRL (DER encoded)0
STAGINGStaging Value CR_STAGINGCHAR1CR_STAGING

Key field Non-key field



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

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

SELECT SINGLE *
FROM STRUSTCRL
INTO CORRESPONDING FIELDS OF WA_STRUSTCRL
WHERE...

How to access SAP table STRUSTCRL

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