/VIRSA/ZCRAUTHC1 SAP (Restricted Critical Authorizations) Table details

Dictionary Type: Table
Description: Restricted Critical Authorizations




ABAP Code to SELECT data from /VIRSA/ZCRAUTHC1
Related tables to /VIRSA/ZCRAUTHC1
Access table /VIRSA/ZCRAUTHC1




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

/VIRSA/ZCRAUTHC1 is a standard SAP Table which is used to store Restricted Critical Authorizations data and is available within R/3 SAP systems depending on the version and release level.

The /VIRSA/ZCRAUTHC1 table consists of various fields, each holding specific information or linking keys about Restricted Critical Authorizations data available in SAP. These include ZVIRID (Risk Id), OBJECT (Authorization Object), FIELD (Field name for authorizations), VON ('From' value).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = /VIRSA/CRAUTHC1T


SAP /VIRSA/ZCRAUTHC1 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
ZVIRIDRisk Id /VIRSA/ZVIRIDCHAR9/VIRSA/CHAR09
OBJECTAuthorization Object XUOBJECTCHAR10Assigned to domainXUOBJECTXUO
FIELDField name for authorizations /VIRSA/ZVIRFIELDCHAR10XUFIELD
VON'From' value XUVALVONCHAR40XUVALUE
BIS'To' value XUVALBISCHAR40XUVALUE
SEARCHTYPESearch type AND/OR/NOT /VIRSA/ZVIRANDORNOTCHAR3/VIRSA/ZVIRANDORNOT
ZVIRPRIORITYRisk Level /VIRSA/ZVIRPRIORITYNUMC1RISK1/VIRSA/ZVIRPRIORITY
ZVIRSTATUSRecord status /VIRSA/ZVIRSTATUSNUMC1STAT1/VIRSA/ZVIRSTATUS
ZVIROBJDESCAuth Object Description /VIRSA/ZVIROBJDESCCHAR80CHAR80
ZVIROBJOWNRObject Owner /VIRSA/ZVIROBJOWNRCHAR40CHAR40
TEXT0Description /VIRSA/ZVIRTEXT1CHAR120CHAR120
TEXT1Description /VIRSA/ZVIRTEXT1CHAR120CHAR120
TEXT2Description /VIRSA/ZVIRTEXT1CHAR120CHAR120
TEXT3Description /VIRSA/ZVIRTEXT1CHAR120CHAR120
ZVIRPRIORITY1Risk Level /VIRSA/ZVIRPRIORITY1CHAR2CHAR2

Key field Non-key field



How do I retrieve data from SAP table /VIRSA/ZCRAUTHC1 using ABAP code

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

SELECT SINGLE *
FROM /VIRSA/ZCRAUTHC1
INTO CORRESPONDING FIELDS OF WA_/VIRSA/ZCRAUTHC1
WHERE...

How to access SAP table /VIRSA/ZCRAUTHC1

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