CND_MAPC_T681 SAP (Meta Data for Condition Tables (Customizing Data Exchange)) Table details

Dictionary Type: Table
Description: Meta Data for Condition Tables (Customizing Data Exchange)




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




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

CND_MAPC_T681 is a standard SAP Table which is used to store Meta Data for Condition Tables (Customizing Data Exchange) data and is available within R/3 SAP systems depending on the version and release level.

The CND_MAPC_T681 table consists of various fields, each holding specific information or linking keys about Meta Data for Condition Tables (Customizing Data Exchange) data available in SAP. These include KVEWE (Usage for Condition Technique), KOTABNR (Condition Table), AS4LOCAL (Activation Status of a Repository Object), KOTAB (Full Name of Condition Table).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CND_MAPC_T681 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
KAPPLApplication as Condition Technique /SAPCND/APPLICATIONCHAR3Assigned to domain/SAPCND/APPLICATION/SAPCND/KAP
KVEWEUsage for Condition Technique /SAPCND/USAGECHAR2Assigned to domain/SAPCND/USAGE/SAPCND/KVW
KOTABNRCondition Table /SAPCND/COND_TABLE_IDCHAR8Assigned to domain/SAPCND/COND_TABLE_ID/SAPCND/KON
AS4LOCALActivation Status of a Repository Object AS4LOCALCHAR1AS4LOCAL
KOTABFull Name of Condition Table CND_MAP_COND_TABLE_NAMECHAR30DDOBJNAME
GESTAStatus of the Generator When Program Ended CND_MAP_GEN_STATUSCHAR1CND_MAP_GEN_STATUS
SAPSYName of SAP System SYSYSIDCHAR8SYCHAR08
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
TABCLASSTable category TABCLASSCHAR8TABCLASS
CONTFLAGDelivery class CONTFLAGCHAR1CONTFLAG
TABKATSize category TABKATCHAR2TABKAT
TABARTData class in technical settings TABARTCHAR5Assigned to domainTABART
PUFFERUNGBuffering type indicator PUFFERUNGCHAR1PUFFERUNG
TRANSPFLAGFlag indicating whether there is a transparent table TRANSPFLAGCHAR1TRANSPFLAG
BUFALLOWIndicator for buffering allowed/not allowed BUFALLOWCHAR1BUFALLOW
VAKEY_OFFSETBit Item of First VAKEY Field in a Condition Table CND_MAP_VAKEY_OFFSETINT410INT4
VADAT_OFFSETBit Item of First VADAT Field in a Condition Table CND_MAP_VADAT_OFFSETINT410INT4
VAKEY_LENSum of Lengths of All VAKEY Fields CND_MAP_VAKEY_LENINT410INT4
VADAT_LENSum of Lengths of all VADAT Fields CND_MAP_VADAT_LENINT410INT4
USE_NAMESPACEBoolean Variable /SAPCND/BOOLEANCHAR1XFELD
KSDAT_INVERSEFlag: Structure Does Not Have Validity Period /SAPCND/HAS_NO_VALIDITY_PERIODCHAR1XFELD
VERSION_GUIDGUID Used for Versioning Purposes CND_MAP_VERSION_GUIDRAW16UUID
DATA_ORIGINData Source System CND_MAP_DATA_ORIGINCHAR10CND_MAP_DATA_ORIGIN
HAS_BDOC_TYPEDoes the BDoc type have to be generated? /SAPCND/HAS_BDOC_TYPECHAR1/SAPCND/HAS_BDOC_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CND_MAPC_T681
INTO CORRESPONDING FIELDS OF WA_CND_MAPC_T681
WHERE...

How to access SAP table CND_MAPC_T681

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