CNV_20800_T077D SAP (CNV table that states which customer account groups match) Table details

Dictionary Type: Table
Description: CNV table that states which customer account groups match




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




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

CNV_20800_T077D is a standard SAP Table which is used to store CNV table that states which customer account groups match data and is available within R/3 SAP systems depending on the version and release level.

The CNV_20800_T077D table consists of various fields, each holding specific information or linking keys about CNV table that states which customer account groups match data available in SAP. These include PACKID (Conversion: Conversion package number), KTOKD (Customer Account Group), KTOKD2 (Customer Account Group), FAUSA (Customer master record field status def.for general data).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNV_20800_T077D 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
PACKIDConversion: Conversion package number CNV_PACKCHAR5Assigned to domainCNV_PACKCNV_PACK
KTOKDCustomer Account Group KTOKDCHAR4Assigned to domainKTOKDKGD
KTOKD2Customer Account Group KTOKDCHAR4Assigned to domainKTOKDKGD
FAUSACustomer master record field status def.for general data CNV_20800_FAUSA_077DCHAR40CNV_20800_FA040
FAUSFCustomer master record field status def.for comp.code data CNV_20800_FAUSF_077DCHAR40CNV_20800_FA040
FAUSVCustomer master record field status def.for sales fields CNV_20800_FAUSV_077DCHAR40CNV_20800_FA040
NUMKRNumber range NUMKRCHAR2CHAR2
XCPDSIndicator: Account group for one-time accounts? CNV_20800_XCPDSCHAR1XFELD
KALSMOutput determination procedure CNV_20800_KALSMBCHAR6Assigned to domainKALSM
DEAR1Indicator: Competitor DEAR1CHAR1XFELD
DEAR2Indicator: Sales partner DEAR2CHAR1XFELD
DEAR3Indicator: Sales prospect DEAR3CHAR1DEAR3
DEAR4Indicator for customer type 4 DEAR4CHAR1XFELD
DEAR5ID for default sold-to party DEAR5CHAR1XFELD
FAUS1Customer master record field status def.for general data CNV_20800_FAUSA_077DCHAR40CNV_20800_FA040
FAUSWField status bar, plant master for IS-R data CNV_20800_FAUSW_077DCHAR40CNV_20800_FA040
FAUSGCustomer master record field status def.for comp.code data CNV_20800_FAUSF_077DCHAR40CNV_20800_FA040
DEAR6ID for default sold-to party DEAR5CHAR1XFELD
FAUS2Customer master record field status def.for general data CNV_20800_FAUSA_077DCHAR40CNV_20800_FA040
FAUSUCustomer master record field status def.for sales fields CNV_20800_FAUSV_077DCHAR40CNV_20800_FA040

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_20800_T077D
INTO CORRESPONDING FIELDS OF WA_CNV_20800_T077D
WHERE...

How to access SAP table CNV_20800_T077D

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