CVDIDRZAO SAP (DDS: structure of order-specific data) Structure details

Dictionary Type: Structure
Description: DDS: structure of order-specific data




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




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

CVDIDRZAO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "DDS: structure of order-specific data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CVDIDRZAO TYPE CVDIDRZAO.

The CVDIDRZAO table consists of various fields, each holding specific information or linking keys about DDS: structure of order-specific data data available in SAP. These include ASS_ID (Recipient list ID), CR_UTC (Time when created (time stamp)), CR_USER (Created by), CH_UTC (Time of change (time stamp)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CVDIDRZAO structure 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
ASS_IDRecipient list ID CVDIASSIDCHAR20ALPHACVDIASSIDCI1CVI
CR_UTCTime when created (time stamp) CVICRUTCDEC15TZNTSTMPS
CR_USERCreated by CVDICRUSERCHAR12USNAM
CH_UTCTime of change (time stamp) CVICHUTCDEC15TZNTSTMPS
CH_USERLast Changed By CVDICHUSERCHAR12USNAM
F_SYNCDistribute immediately CVIFSYNCCHAR1XFELD
F_CONTROLIndicator: check output CVDIFPCONTCHAR1XFELD
F_COVERIndicator: send cover sheet CVDIFCPCHAR1XFELD
F_RECEIPTIndicator: send confirmation of receipt CVDIFRECCHAR1XFELD
INITIATORInitiator for document distribution CVDIINITCHAR20CVDIINIT
SENDDATEDistribution date (planned value) CVDISDATEDATS8DATUM
STATUSInitial status CVDIISTATCHAR2CVDISTAT
REF_ASS_IDRecipient list to be copied for document distribution CVDIREFIDCHAR20ALPHACVDIASSIDCVI
F_ONE_DOCIndicator: one document contained in recipient list CVDIFONEDCHAR1XFELD
REASONBPRContext for document distribution CVDIBPRIDCHAR10Assigned to domainCVDIBPRID
USE_RELATIONSIndicator: use recipient lists CVIUSERELCHAR1CHAR01
DISP_OFFTPType of distribution point for documents CVDIDISPTPCHAR2CVIDISPTP
DISP_OFFDistribution point for document distribution CVDIDISPCHAR12CHAR12
F_STANDARDIndicator: standard recipient list CVISTANDARDCHAR1CHAR01
F_NO_RELIndicator: ignore recipient lists CVINORELCHAR1CHAR01
RETURN_DATEReturn date CVI_RETURN_DATEDATS8DATE
DESCRIPT1Distribution order description CVIDESCRIPTCHAR70CVDIDESC
DESCRIPT2Distribution order description CVIDESCRIPTCHAR70CVDIDESC
DESCRIPT3Distribution order description CVIDESCRIPTCHAR70CVDIDESC
DESCRIPT4Distribution order description CVIDESCRIPTCHAR70CVDIDESC

Key field Non-key field



How do I retrieve data from SAP structure CVDIDRZAO using ABAP code?

As CVDIDRZAO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CVDIDRZAO as there is no data to select.

How to access SAP table CVDIDRZAO

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