/VIRSA/ZCRTRANC1 SAP (Restricted Transactions) Table details

Dictionary Type: Table
Description: Restricted Transactions




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




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

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

The /VIRSA/ZCRTRANC1 table consists of various fields, each holding specific information or linking keys about Restricted Transactions data available in SAP. These include TCODE (Transaction Code), TTEXT (Transaction Text), ZVIRPRIORITY1 (Risk Level), ZVIRTCCONTROL (TCode Control).. 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/CRTRANC1T


SAP /VIRSA/ZCRTRANC1 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
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
TTEXTTransaction Text TTEXT_STCTCHAR36TEXT36
ZVIRPRIORITY1Risk Level /VIRSA/ZVIRPRIORITY1CHAR2CHAR2
ZVIRTCCONTROLTCode Control /VIRSA/ZVIRTCCONTROLCHAR120CHAR120
ZVIROWNERRestriction Requester /VIRSA/ZVIROWNERCHAR20CHAR20
ZVIRREASON1Reason For Restriction /VIRSA/ZVIRREASONCHAR120CHAR120
ZVIRREASON2Reason For Restriction /VIRSA/ZVIRREASONCHAR120CHAR120
ZVIRREASON3Reason For Restriction /VIRSA/ZVIRREASONCHAR120CHAR120
ZVIRREASON4Reason For Restriction /VIRSA/ZVIRREASON2CHAR119CHAR119
ZVIRTEAMUSINGBusiness Units Using the Transaction /VIRSA/ZVIRTEAMUSINGCHAR40CHAR40
ZVIRTEAMLEADProcess Team Lead /VIRSA/ZVIRTEAMLEADCHAR40CHAR40
ZVIRPRIORITYRisk Level /VIRSA/ZVIRPRIORITYNUMC1RISK1/VIRSA/ZVIRPRIORITY
ZVIRSODIDRisk Id /VIRSA/ZVIRSODIDCHAR7/VIRSA/ZVIRCHAR7
ZVIRSTATUSRecord status /VIRSA/ZVIRSTATUSNUMC1STAT1/VIRSA/ZVIRSTATUS
ZVIRCLASS1Basis /VIRSA/ZVIRTCDBASISCHAR1CHAR1
ZVIRCLASS2Confidential /VIRSA/ZVIRTCDCFDLCHAR1CHAR1
ZVIRCLASS3Configuration /VIRSA/ZVIRTCDCONFIGCHAR1CHAR1
ZVIRCLASS4Liability /VIRSA/ZVIRTCDLITYCHAR1CHAR1
ZVIRCLASS5Security /VIRSA/ZVIRTCDSECRCHAR1CHAR1
ZVIRCLASS6Master Data /VIRSA/ZVIRTCDMSTDATACHAR1CHAR1
ZVIRCLASS7Mass Update /VIRSA/ZVIRTCDMSUPDCHAR1CHAR1
ZVIRCLASS8Other /VIRSA/ZVIRTCDOTHERCHAR1CHAR1
ZVIRCLASS9Development /VIRSA/ZVIRTCDDEVCHAR1CHAR1
ZVIRCLASS10Change Control /VIRSA/ZVIRTCDCHGCTRLCHAR1CHAR1
ZVIRCLASS11Data Integrity /VIRSA/ZVIRTCDDATAINTCHAR1CHAR1

Key field Non-key field



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

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

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

How to access SAP table /VIRSA/ZCRTRANC1

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