DRZOC SAP (DDS: partial order) Table details

Dictionary Type: Table
Description: DDS: partial order




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




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

DRZOC is a standard SAP Table which is used to store DDS: partial order data and is available within R/3 SAP systems depending on the version and release level.

The DRZOC table consists of various fields, each holding specific information or linking keys about DDS: partial order data available in SAP. These include DDOC_ID (Partial order for document distribution), LOGSYS (Logical system), OBJTYPE (Object type for document distribution), OBJKEY (Object ID).. 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: Can be enhanced (character-type or numeric)


SAP DRZOC 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
DDOC_IDPartial order for document distribution CVIDDOCIDNUMC20CVIDDOCID
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
OBJTYPEObject type for document distribution CVDIOBJTPCHAR10CVDIOBJTP
OBJKEYObject ID CVDIOBJIDCHAR70CVDIOBJIDCVI_OBJ
RECTPType of recipient ID CVDIRECTPCHAR2CVDIRECTP
RECIDRecipient for document distribution CVDIRECNOCHAR70CVDIOBJIDCVI_RECID
COM_TYPEDistribution type CVDICOMTPCHAR3TDICTCVDICOMTP
SEQNOSequence Number CVDILFDNRNUMC3CVIENTRYNO
ORIGINALOriginals CVDIORIGCHAR4CVDIORIG
NUM_COPIESNumber of copies per recipient CVDINUMCOPNUMC4NUMC4
COPY_TYPEType of copy CVDICPTPCHAR3TDICOCVDICPTPCVI_COPY_TYPE
DDM_IDMedium Id for document distribution CVDIDDMCHAR10CVDIDDM
PRINTERPrinter CVIDESTCHAR4Assigned to domainSPDEVRSPOPNAME
STATUSStatus of partial order (internal) CVDISTATCHAR2CVDISTAT
DDI_IDInitial order ID for document distribution CVIDDIIDNUMC20CVIDDIID
DDO_IDDistribution order ID CVDIDDOIDNUMC20CVDIDDOID
DDP_IDDistribution order package ID CVDIDDPIDNUMC20CVDIDDPID
CR_UTCTime when created (time stamp) CVICRUTCDEC15TZNTSTMPS
CR_USERCreated by CVDICRUSERCHAR12USNAM
CH_UTCTime of change (time stamp) CVICHUTCDEC15TZNTSTMPS
CH_USERLast Changed By CVDICHUSERCHAR12USNAM
CONTROL_UTCOutput confirmation time CVICTRLUTCDEC15TZNTSTMPS
CONTROL_USERPerson that entered the output confirmation CVICTRLUSERCHAR12USNAM
RECEIPT_UTCTime-confirmation of receipt CVIRECUTCDEC15TZNTSTMPS
RECEIPT_USERUser who received confirmation of receipt CVIRECUSERCHAR12USNAM
OFF_RECTPRecipient type (SAPoffice) CVDIRTYPECHAR1SO_ESCAPE
APPLICATIONApplication CVIAPPCHAR3CVIAPP
.INCLU--AP 0
PLANNED_DATEDate DATUMDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DRZOC
INTO CORRESPONDING FIELDS OF WA_DRZOC
WHERE...

How to access SAP table DRZOC

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