CD3VMATRIX SAP (DD Veris Process Control Matrix) Table details

Dictionary Type: Table
Description: DD Veris Process Control Matrix




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




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

CD3VMATRIX is a standard SAP Table which is used to store DD Veris Process Control Matrix data and is available within R/3 SAP systems depending on the version and release level.

The CD3VMATRIX table consists of various fields, each holding specific information or linking keys about DD Veris Process Control Matrix data available in SAP. These include REIHENF (Sequence for veri run), OBJNAME (Name of the object participating in the veri), OBJNAMEADD (Name extension for an object name, e.g. index code), OBJTYP (Type of object participating in the veri).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CD3VMATRIX 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
THEMATopic of veri run CD3THEMACHAR20CD3THEMA
REIHENFSequence for veri run CD3REIHENFNUMC3CD3REIHENF
OBJNAMEName of the object participating in the veri CD3OBJNAMECHAR30Assigned to domainAS4TAB
OBJNAMEADDName extension for an object name, e.g. index code CD3OBJNAMACHAR30TABNAME
OBJTYPType of object participating in the veri CD3OBJTYPCHAR4CD3OBJTYP
GET_STATUSStatus A, M or R (report) for GET CD3STATUSGCHAR1CD3STATUSG
NEW_NAMEName for renaming the object CD3NEWNAMECHAR30Assigned to domainAS4TAB
PUT_STATUSStatus A or N for PUT CD3STATUSPCHAR1CHAR1
DO_ACTFlag whether to activate. X: activate CD3DO_ACTCHAR1DDFLAG
ACT_PARAMActivation parameter CD3ACTCTRLCHAR10CHAR10
DO_CHECKFlag whether to check return code of last action CD3DO_CHECCHAR1DDCHKFLAG
DO_CNV CD3DO_CNVCHAR1DDFLAG
CNV_PARAM CD3CNVCTRLCHAR10CHAR10
DO_CHK_CNVFlag whether to check return code of last action CD3DO_CHECCHAR1DDCHKFLAG
DO_CHANGECode whether to modify (partly dependent on topic) CD3DO_CHANCHAR1CHAR1
DO_ELSECode for any actions, depending on the topic CD3DOCODECHAR1CHAR1
IMSGList of expected messages CD3IMSGLSTCHAR60CHAR60
EMSGMessages, which the veri run indicated to be invalid CD3EMSGLSTCHAR30CHAR30
KOMMENTARComment on an entry in the veri control table CD3COMMENTCHAR80CD3COMMENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CD3VMATRIX
INTO CORRESPONDING FIELDS OF WA_CD3VMATRIX
WHERE...

How to access SAP table CD3VMATRIX

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