/SAPCND/T685 SAP (Condition Types) Table details

Dictionary Type: Table
Description: Condition Types




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




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

/SAPCND/T685 is a standard SAP Table which is used to store Condition Types data and is available within R/3 SAP systems depending on the version and release level.

The /SAPCND/T685 table consists of various fields, each holding specific information or linking keys about Condition Types data available in SAP. These include KAPPL (Application as Condition Technique), KVEWE (Usage for Condition Technique), KSCHL (Condition Type), RKSCHL (Reference Condition Type).. 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: Cannot Be Enhanced

Text table = /SAPCND/T685T


SAP /SAPCND/T685 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 MANDTCLNT3T000MANDT
KAPPLApplication as Condition Technique /SAPCND/APPLICATIONCHAR3/SAPCND/T681Z/SAPCND/APPLICATION/SAPCND/KAP
KVEWEUsage for Condition Technique /SAPCND/USAGECHAR2/SAPCND/T681Z/SAPCND/USAGE/SAPCND/KVW
KSCHLCondition Type /SAPCND/COND_TYPECHAR4/SAPCND/COND_TYPE/SAPCND/VKS
RKSCHLReference Condition Type /SAPCND/REF_COND_TYPECHAR4Assigned to domain/SAPCND/COND_TYPE/SAPCND/VKS
KOZGFAccess Seq. /SAPCND/ACCESS_SEQUENCECHAR4/SAPCND/T682/SAPCND/ACCESS_SEQUENCE
DATVODate proposed as valid-to date /SAPCND/DEFAULT_DATE_TOCHAR1/SAPCND/DEFAULT_DATE_TO
DTVOBDate proposed for valid-from date /SAPCND/DEFAULT_DATE_FROMCHAR1/SAPCND/DEFAULT_DATE_FROM
RELEASE_STATUSRelease Status /SAPCND/RELEASE_STATUSCHAR1/SAPCND/RELEASE_STATUS
FIELD_TIMESTAMPField Name for Determining Access Date /SAPCND/FIELD_TIMESTAMPCHAR30Assigned to domainFDNAME
MAX_SCALE_DIMMaximum Number of Scale Dimensions /SAPCND/MAX_SCALE_DIMNUMC2NUMC2
DATA_ORIGINData Source System /SAPCND/DATA_ORIGINCHAR10/SAPCND/DATA_ORIGIN
CHANGE_DOCBoolean Variable /SAPCND/BOOLEANCHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /SAPCND/T685

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