CNV_20308_DLCOND SAP (Conditions for Download) Table details

Dictionary Type: Table
Description: Conditions for Download




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




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

CNV_20308_DLCOND is a standard SAP Table which is used to store Conditions for Download data and is available within R/3 SAP systems depending on the version and release level.

The CNV_20308_DLCOND table consists of various fields, each holding specific information or linking keys about Conditions for Download data available in SAP. These include DLID (Download ID), CMPVARIANT (Variant for package comparison), PACKID (Package number), TABNAME (Table Name).. 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


SAP CNV_20308_DLCOND 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
DLIDDownload ID CNV_20308_DLIDCHAR5CNV_20308_IDCNV_20308_DLID
CMPVARIANTVariant for package comparison CNV_20308_CMPVARIANTCHAR15CNV_20308_CMPVARIANT
PACKIDPackage number CNV_20308_PACKIDCHAR5CNV_20308_IDCNV_20308_PACKID
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
LFDConsecutive number: CNV_20308_LFDNUMC6CNV_20308_LFD
CONDLine of a WHERE Condition CNV_20308_CONDITIONCHAR72CNV_20308_CONDITION

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_20308_DLCOND
INTO CORRESPONDING FIELDS OF WA_CNV_20308_DLCOND
WHERE...

How to access SAP table CNV_20308_DLCOND

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