STRUSTCRS SAP (List of sources for issuers in each CRL profile) Table details

Dictionary Type: Table
Description: List of sources for issuers in each CRL profile




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




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

STRUSTCRS is a standard SAP Table which is used to store List of sources for issuers in each CRL profile data and is available within R/3 SAP systems depending on the version and release level.

The STRUSTCRS table consists of various fields, each holding specific information or linking keys about List of sources for issuers in each CRL profile data available in SAP. These include PROFILE (Profile Name), ISSUERHASH (SHA-1 Issuer Name Checksum), ISSUER (Issuer Name (With Change Document)), SOURCE (Source).. 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 STRUSTCRS 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
PROFILEProfile Name CR_PROFILECHAR20
ISSUERHASHSHA-1 Issuer Name Checksum STRUSTISSUERHASHRAW20
ISSUERIssuer Name (With Change Document) STRUSTISSUERSTRG0
SOURCESource CERTSTATUS_SOURCECHAR7CERTSTATUS_SOURCE
URLSource URL for Certificate Status CERTSTATUS_SOURCE_URLSTRG0
WAITTIMEWait Time (s) CR_WAITTIMEINT25
AUTOGETURLAutomatically get url from certificate CRSTATUS_SOURCE_GET_URLCHAR1CHAR1_X
INDIRECTIndirect Source Indicator CERTSTATUS_SOURCE_INDIRECTCHAR1CERT_BOOLEAN
SOURCE_ISSUERIssuer CERTSTATUS_ISSUERSTRG0
SOURCE_ISSUER_HSHA-1 Issuer Name Checksum STRUSTISSUERHASHRAW20

Key field Non-key field



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

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

SELECT SINGLE *
FROM STRUSTCRS
INTO CORRESPONDING FIELDS OF WA_STRUSTCRS
WHERE...

How to access SAP table STRUSTCRS

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