/SAPCND/CTLISTI SAP (Elements in Determ. Procedure) Table details

Dictionary Type: Table
Description: Elements in Determ. Procedure




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




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

/SAPCND/CTLISTI is a standard SAP Table which is used to store Elements in Determ. Procedure data and is available within R/3 SAP systems depending on the version and release level.

The /SAPCND/CTLISTI table consists of various fields, each holding specific information or linking keys about Elements in Determ. Procedure data available in SAP. These include MANDT (Client), KAPPL (Application as Condition Technique), KVEWE (Usage for Condition Technique), CTLIST (Name of Determ.Procedure).. 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


SAP /SAPCND/CTLISTI 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/CTLIST/SAPCND/APPLICATION/SAPCND/KAP
KVEWEUsage for Condition Technique /SAPCND/USAGECHAR2/SAPCND/CTLIST/SAPCND/USAGE/SAPCND/KVW
CTLISTName of Determ.Procedure /SAPCND/CTLIST_NAMECHAR6/SAPCND/CTLIST/SAPCND/CTLIST_NAME
STUNRLevel Number in a Determ. Procedure /SAPCND/COND_COLL_IDNUMC3/SAPCND/COND_COLL_ID
ZAEHKCounter for a Level Number for a Collection /SAPCND/COND_COLL_ID_SUBNUMC3/SAPCND/COND_COLL_ID_SUB
AS4LOCALActivation Status of a Repository Object AS4LOCALCHAR1AS4LOCAL
KSCHLCondition Type /SAPCND/COND_TYPECHAR4/SAPCND/T685/SAPCND/COND_TYPE/SAPCND/VKS
KOBEDRequirement for Access (ABAP Access) /SAPCND/FUNC_NAME_CHECK_PREQUICHAR30Assigned to domainFUNCNAME
KOBED_NUMRequirement /SAPCND/FRM_REQUIREMENT_NUMNUMC7/SAPCND/FORMULA_NUM
DATA_ORIGINData Source System /SAPCND/DATA_ORIGINCHAR10/SAPCND/DATA_ORIGIN

Key field Non-key field



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

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

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

How to access SAP table /SAPCND/CTLISTI

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