/SAPCND/T688C SAP (Fields from Condition Tables Sorted Acc. To Dependency) Table details

Dictionary Type: Table
Description: Fields from Condition Tables Sorted Acc. To Dependency




ABAP Code to SELECT data from /SAPCND/T688C
Related tables to /SAPCND/T688C
Access table /SAPCND/T688C




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

/SAPCND/T688C is a standard SAP Table which is used to store Fields from Condition Tables Sorted Acc. To Dependency data and is available within R/3 SAP systems depending on the version and release level.

The /SAPCND/T688C table consists of various fields, each holding specific information or linking keys about Fields from Condition Tables Sorted Acc. To Dependency data available in SAP. These include KAPPL (Application as Condition Technique), KVEWE (Usage for Condition Technique), KOTABNR (Condition Table), IS_EXTERNAL (Boolean Variable).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPCND/T688C 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
IS_EXTERNALBoolean Variable /SAPCND/BOOLEANCHAR1XFELD
FIELD_POSNatural Number INT4INT410INT4
FIELDNAMEField name /SAPCND/FIELDNAMECHAR30Assigned to domainFDNAME
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
ATTRIBUTE_TYPEAttribute Type /SAPCND/ATTRIBUTE_TYPECHAR1/SAPCND/ATTRIBUTE_TYPE
IS_VIRTUALSpecifies Where the Field Occurs /SAPCND/IS_VIRTUALCHAR1/SAPCND/IS_VIRTUAL
USED_FOR_SELECTWay in Which Field is Used in Selection /SAPCND/USED_FOR_SELECTIONCHAR1/SAPCND/USED_FOR_SELECTION
IS_USED_IN_SCALEField Used in Scale Table (VAL or EVL) /SAPCND/IS_USED_IN_SCALECHAR1XFELD
IS_USED_IN_VALField Used in Scale Amount Table /SAPCND/IS_USED_IN_VALCHAR1XFELD
IS_NOT_SUPPORTEDFlag indicating that field is not supported /SAPCND/IS_NOT_SUPPORTEDCHAR1XFELD
VISIBILITYVisibility of Field in Condition Maintenance /SAPCND/FIELD_VISIBILITYCHAR1/SAPCND/FIELD_VISIBILITY
MAINT_IMPL_TYPEImplementation Type for Maintenance /SAPCND/MAINT_IMPL_TYPECHAR1/SAPCND/MAINT_IMPL_TYPE
IS_SUPP_FIELDFrequenct that Usage Field Appears in Supplementary Table /SAPCND/IS_SUPP_FIELDCHAR1XFELD
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
KEYFLAGBoolean Variable /SAPCND/BOOLEANCHAR1XFELD
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
ACTUAL_ATTR_TYPEAttribute Type /SAPCND/ATTRIBUTE_TYPECHAR1/SAPCND/ATTRIBUTE_TYPE
VALEXIExistence of fixed values VALEXICHAR1AS4FLAG
ENTITYTABValue table ENTITYTABCHAR30Assigned to domainAS4TABDD_DBTB
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA

Key field Non-key field



How do I retrieve data from SAP table /SAPCND/T688C using ABAP code

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

SELECT SINGLE *
FROM /SAPCND/T688C
INTO CORRESPONDING FIELDS OF WA_/SAPCND/T688C
WHERE...

How to access SAP table /SAPCND/T688C

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