TCLO SAP (Key Fields of Objects) Table details

Dictionary Type: Table
Description: Key Fields of Objects




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




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

TCLO is a standard SAP Table which is used to store Key Fields of Objects data and is available within R/3 SAP systems depending on the version and release level.

The TCLO table consists of various fields, each holding specific information or linking keys about Key Fields of Objects data available in SAP. These include TCODE (Transaction Code), KEYF0 (Field Name), PARID0 (Set/Get parameter ID), KEYF1 (Field Name).. 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 TCLO 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
OBTABName of database table for object TABELLECHAR30OBJEKTTABOTA
TCODETransaction Code TCODECHAR20TSTCTCODETCD
KEYF0Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID0Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
KEYF1Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID1Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
KEYF2Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID2Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
KEYF3Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID3Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
KEYF4Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID4Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
KEYF5Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID5Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
KEYF6Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID6Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
KEYF7Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID7Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
KEYF8Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID8Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
KEYF9Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARID9Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
TEXTFField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FLAGK0Classification MCKEYFLAG1CHAR1AS4FLAG
FLAGK1Classification MCKEYFLAG1CHAR1AS4FLAG
FLAGK2Classification MCKEYFLAG1CHAR1AS4FLAG
FLAGK3Classification MCKEYFLAG1CHAR1AS4FLAG
FLAGK4Classification MCKEYFLAG1CHAR1AS4FLAG
FLAGK5Classification MCKEYFLAG1CHAR1AS4FLAG
FLAGK6Classification MCKEYFLAG1CHAR1AS4FLAG
FLAGK7Classification MCKEYFLAG1CHAR1AS4FLAG
FLAGK8Classification MCKEYFLAG1CHAR1AS4FLAG
FLAGK9Classification MCKEYFLAG1CHAR1AS4FLAG
TXTTABName of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB0Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB1Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB2Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB3Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB4Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB5Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB6Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB7Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB8Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA
KONFITAB9Name of database table for object TABELLECHAR30Assigned to domainOBJEKTTABOTA

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCLO
INTO CORRESPONDING FIELDS OF WA_TCLO
WHERE...

How to access SAP table TCLO

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