USRCERTRULE SAP (Active Rules for Rule-Based Certificate Logon) Table details

Dictionary Type: Table
Description: Active Rules for Rule-Based Certificate Logon




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




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

USRCERTRULE is a standard SAP Table which is used to store Active Rules for Rule-Based Certificate Logon data and is available within R/3 SAP systems depending on the version and release level.

The USRCERTRULE table consists of various fields, each holding specific information or linking keys about Active Rules for Rule-Based Certificate Logon data available in SAP. These include CERTINDEX (Index of a Certificate Rule), SUBJECTFH (Hash Value: Subject), ISSUERFH (Hash Value: Issuer), LOGONWITH (Logon Attribute in Certificate Rules).. 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 USRCERTRULE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CERTINDEXIndex of a Certificate Rule CERT_INDEXINT13CERT_INDEX
SUBJECTFHHash Value: Subject CERT_SUBJECTHRAW20SHA1_HASH
ISSUERFHHash Value: Issuer CERT_ISSUERHRAW20SHA1_HASH
LOGONWITHLogon Attribute in Certificate Rules CERT_LOGONWITHCHAR1CERT_LOGONWITH
CERTENTRYEntry in a Certificate CERT_ENTRYCHAR1CERT_ENTRY
CERTATTRIBUTEAttribute in a Certificate Entry CERT_ATTRIBUTECHAR1CERT_ATTRIBUTE
FILTERCASEIgnore Uppercase/Lowercase in Certificate Entries CERT_FILTERCASECHAR1CERT_FILTERCASE
OPTIONSOptions for a Certificate Rule CERT_OPTIONRAW4CERT_OPTION
CHANGEDBYChanged By XUCHANGED_BYCHAR12Assigned to domainXUBNAME
CHANGEDONChanged On XUCHANGED_ONDEC15TZNTSTMPS
SUBJECTFLTSubject Filter CERT_FILTERSTRG0
ISSUERFLTIssuer Filter CERT_FILTER_ISSUERSTRG0
CERTOIDATTRIBUTEObject Identitfier Attribute in Certificate Rule CERT_OID_ATTRIBUTERSTR0
SUBJECTCLFLTList with Filter Entries in RAW CERT_ENTRY_LISTRSTR0
ISSUERCLFLTList with Filter Entries in RAW CERT_ENTRY_LISTRSTR0

Key field Non-key field



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

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

SELECT SINGLE *
FROM USRCERTRULE
INTO CORRESPONDING FIELDS OF WA_USRCERTRULE
WHERE...

How to access SAP table USRCERTRULE

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