TCLAO SAP (Several Objects in one Class Type) Table details

Dictionary Type: Table
Description: Several Objects in one Class Type




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




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

TCLAO is a standard SAP Table which is used to store Several Objects in one Class Type data and is available within R/3 SAP systems depending on the version and release level.

The TCLAO table consists of various fields, each holding specific information or linking keys about Several Objects in one Class Type data available in SAP. These include KLART (Class Type), OBTAB (Name of database table for object), GRUNDBILD (Initial screen CL20: screen module one/two-line), DYNNR1 (Screen Number for Transaction CL20N Subscreens).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TCLAX


SAP TCLAO 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
KLARTClass Type KLASSENARTCHAR3TCLAKLASSENARTKAR
OBTABName of database table for object TABELLECHAR30TCLOOBJEKTTABOTA
GRUNDBILDInitial screen CL20: screen module one/two-line GRUNDBILDCHAR1XFELD
DYNNR1Screen Number for Transaction CL20N Subscreens DYNPRO100NUMC4DYNPRONR
DYNNR2Screen Number for Transaction CL24N Subscreens DYNPRO200NUMC4DYNPRONR
DYNNR3Screen Number for Transaction CL24N Subscreens DYNPRO300NUMC4DYNPRONR
DYNNR4Screen number for classification pool subscreens DYNPRO400NUMC4DYNPRONR
REDUNRedundant storage of characteristic values in AUSP REDUNDANZCHAR1CHAR1_X
ZAEHLClassification: Sort Item CLSORTPOSNUMC2NUM2
MFKLSIndicator: multiple classification MEHRFACHKLCHAR1XFELD
TRACLClassification Only Allowed in Master Record TRANSCLCHAR1XFELD
AEBLGZUORDChange Documents for Classification CLAEBZUORDCHAR1XFELD
AEDIEZUORDEngin. change mgmt (time-related) for classification CLAEDIZUORCHAR1XFELD
KONFIOBJIDCLASSIFICATION CLKONOBJIDCHAR10TEXT10
SHOWOBJMClassification: show reference characteristics CLSHOWOBJMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCLAO
INTO CORRESPONDING FIELDS OF WA_TCLAO
WHERE...

How to access SAP table TCLAO

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