CVDDISTSEL SAP (EHS: Fields on the report shipping selection screen) Structure details

Dictionary Type: Structure
Description: EHS: Fields on the report shipping selection screen




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




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

CVDDISTSEL 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 "EHS: Fields on the report shipping selection screen" 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_CVDDISTSEL TYPE CVDDISTSEL.

The CVDDISTSEL table consists of various fields, each holding specific information or linking keys about EHS: Fields on the report shipping selection screen data available in SAP. These include DDOID (Key of Initial Shipping Order), EXTSTAT (Status of a document (language-dependent)), EXTSTATNAM (Description of document status), STATUS (Status of a Shipping Order (Internal)).. 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: Not classified


SAP CVDDISTSEL 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
RECNReport Shipping Order Key CVDEDDOCIDNUMC20ALPHAESDRECN
DDOIDKey of Initial Shipping Order CVDEDDOIDNUMC20ALPHACVDDDDOID
EXTSTATStatus of a document (language-dependent) STABKCHAR2CHAR2
EXTSTATNAMDescription of document status DOSTXCHAR16TEXT16
STATUSStatus of a Shipping Order (Internal) CVDESTATUSCHAR2Assigned to domainDOKST
INITIATORInitiator of a Shipping Order CVDEINITCHAR4TVKOVKORGVKO
VTEXTName VTXTKCHAR20TEXT20
CRDAT_FROMCreated On ESECRDATDATS8DATUM
CRTIM_FROMEntry Time CVDECRTIMTIMS6SYTIME
CRDAT_TOCreated On ESECRDATDATS8DATUM
CRTIM_TOEntry Time CVDECRTIMTIMS6SYTIME
CRNAMCreated By ESECRNAMCHAR12USNAM
SEDATSend date CVDESEDATDATS8DATUM
SETIMSend time CVDESETIMTIMS6SYTIME
DDPIDKey of Shipping Order Package CVDEDDPIDNUMC20ALPHACVDDDDPID
COM_ARTAddresses: Communication type COM_ARTCHAR3COM_ART
COMDESAddresses: Description of communications type COMDESCHAR20TEXT20
REASONTYPReason/Origin Category CVDERETYPCHAR10CVCRTCVDDRETYP
REASONCATReason/Origin Type CVDERECATCHAR10CVCRCATCVDDRECAT
REASONBPRBusiness Process CVDEBPRIDCHAR10CVCBPCVDDBPRID
BPRNAMLanguage-Dependent Business Process Description CVDEBPRNAMCHAR30TEXT30
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
KUNNAME1Name 1 NAME1_GPCHAR35NAME
PARNRNumber of contact person PARNRNUMC10ESD_KNVKPARNRVPA
PARNAME1Name 1 NAME1_GPCHAR35NAME
SOUSERSAP-Office key AD_SO_KEYCHAR10ESD_ADCPOALPHAAD_SO_KEYADDRESS
SOUSERNAMFull Name of Person AD_NAMTEXTCHAR80TEXT80
REPORTRECAddress number AD_ADDRNUMCHAR10ESD_ADRCLALPHAAD_ADDRNUMADR
REPRECNAMName 1 AD_NAME1CHAR40TEXT40
DISTSUBIDShipping Order Specification Key CVDESUBIDCHAR12SPEC1ESDSUBID
SUBIDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATNAMMaterial Description (Short Text) MAKTXCHAR40TEXT40
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LANGUTEXTName of Language SPTXTCHAR16SPTXT16DSB
SBGVIDReport Generation Variant ESELDEPIDCHAR10CHRIDESDLDEPIDES8
SBGVNAMDescription for Validity Area ESERVLNAMCHAR40TEXT40
REPTYPEReport Category ESEREPTYPECHAR10TCGL1ESDREPTYPEES9
REPTNAMDesc. for a Report Category ESEREPTNAMCHAR30TEXT30
COM_GRPCommunication Group CVDECOMGRPCHAR3CVDDCOMGRP
COM_GRPNAMLanguage-dependent label for the communication group CVDECOMNAMCHAR30TEXT30
PDESTSpool Output Device SYPDESTCHAR4Assigned to domainSPDEVRSPOPNAME
PAMSGSpool: Status message (or copy of location) RSPOPMSGCHAR64TEXT64
HPFLGGenerate Cover Sheet for Shipping Order CVDEHPFLGCHAR1CVDDFLAG
ACKFLGGenerate Acknowledgement of Receipt CVDEACKFLGCHAR1CVDDFLAG
OCFLGExecute Output Check CVDEOCFLGCHAR1CVDDFLAG
STARTDATTarget Shipping Date CVDESENDATDATS8DATUM
RESFLGShipping Order is Relevant for Subsequent Shipping CVDERESFLGCHAR1CVDDFLAG
PROCESSCATProcess Type of Report Shipping Order CVDEPROCATCHAR1CVDDPROCAT
STATBUTTONCarrier field for icons ICON_TEXTCHAR132SYCHAR132

Key field Non-key field



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

As CVDDISTSEL 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 CVDDISTSEL as there is no data to select.

How to access SAP table CVDDISTSEL

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