/VIRSA/ZSODTCC1 SAP (Restricted SOD at Tcode Level) Table details

Dictionary Type: Table
Description: Restricted SOD at Tcode Level




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




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

/VIRSA/ZSODTCC1 is a standard SAP Table which is used to store Restricted SOD at Tcode Level data and is available within R/3 SAP systems depending on the version and release level.

The /VIRSA/ZSODTCC1 table consists of various fields, each holding specific information or linking keys about Restricted SOD at Tcode Level data available in SAP. These include ZVIRSODID (Risk Id), ZVIRJOBFUNC1 (Job Function), ZVIRJOBFUNC2 (Job Function), ZVIRJOBFUNC3 (Job Function).. 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/ZSODTCC1T


SAP /VIRSA/ZSODTCC1 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
ZVIRSODIDRisk Id /VIRSA/ZVIRSODIDCHAR7/VIRSA/ZVIRCHAR7
ZVIRJOBFUNC1Job Function /VIRSA/ZVIRJOBFUNCCHAR40CHAR40
ZVIRJOBFUNC2Job Function /VIRSA/ZVIRJOBFUNCCHAR40CHAR40
ZVIRJOBFUNC3Job Function /VIRSA/ZVIRJOBFUNCCHAR40CHAR40
ZVIRJOBFUNC4Job Function /VIRSA/ZVIRJOBFUNCCHAR40CHAR40
ZVIRJOBFUNC5Job Function /VIRSA/ZVIRJOBFUNCCHAR40CHAR40
ZVIRJF1TCODEJob Function Transaction /VIRSA/ZVIRJFTCODECHAR120CHAR120
ZVIRJF2TCODEJob Function Transaction /VIRSA/ZVIRJFTCODECHAR120CHAR120
ZVIRJF3TCODEJob Function Transaction /VIRSA/ZVIRJFTCODECHAR120CHAR120
ZVIRJF4TCODEJob Function Transaction /VIRSA/ZVIRJFTCODECHAR120CHAR120
ZVIRJF5TCODEJob Function Transaction /VIRSA/ZVIRJFTCODECHAR120CHAR120
ZVIRRISKSTAT1Risk Statement /VIRSA/ZVIRRISKSTATCHAR120CHAR120
ZVIRRISKSTAT2Risk Statement /VIRSA/ZVIRRISKSTATCHAR120CHAR120
ZVIRRISKSTAT3Risk Statement /VIRSA/ZVIRRISKSTATCHAR120CHAR120
ZVIRCOMMENTS1Comments /VIRSA/ZVIRCOMMENTSCHAR120CHAR120
ZVIRCOMMENTS2Comments /VIRSA/ZVIRCOMMENTSCHAR120CHAR120
ZVIRCOMMENTS3Comments /VIRSA/ZVIRCOMMENTSCHAR120CHAR120
ZVIRPRIORITYRisk Level /VIRSA/ZVIRPRIORITYNUMC1RISK1/VIRSA/ZVIRPRIORITY
ZVIRSTATUSRecord status /VIRSA/ZVIRSTATUSNUMC1STAT1/VIRSA/ZVIRSTATUS

Key field Non-key field



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

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

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

How to access SAP table /VIRSA/ZSODTCC1

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