CNV_20308_DFDATA SAP (Log for Deviations) Table details

Dictionary Type: Table
Description: Log for Deviations




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




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

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

The CNV_20308_DFDATA table consists of various fields, each holding specific information or linking keys about Log for Deviations data available in SAP. These include GUID (GUID in 'CHAR' Format in Uppercase), FIELDNAME (Field name), POS (Position of the field in the table), KEYFLAG (Indicator: Key field).. 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_DFDATA 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
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
FIELDNAMEField name CNV_20308_FIELDNAMECHAR30Assigned to domainFDNAME
POSPosition of the field in the table TABFDPOSNUMC4AS4POS
KEYFLAGIndicator: Key field CNV_20308_KEYFLAGCHAR1CNV_20308_FLAG
FIELDVALSRCField value in reference data record CNV_20308_FIELDVAL_SRCCHAR72CNV_20308_FIELDVAL
FIELDVALTGTField value in check data record CNV_20308_FIELDVAL_TGTCHAR72CNV_20308_FIELDVAL
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
RCCause of the difference CNV_20308_DFDATA_RCCHAR1CNV_20308_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_20308_DFDATA
INTO CORRESPONDING FIELDS OF WA_CNV_20308_DFDATA
WHERE...

How to access SAP table CNV_20308_DFDATA

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