CLRK SAP (Recursiveness Info on Objects in Classes for BOM) Table details

Dictionary Type: Table
Description: Recursiveness Info on Objects in Classes for BOM




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




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

CLRK is a standard SAP Table which is used to store Recursiveness Info on Objects in Classes for BOM data and is available within R/3 SAP systems depending on the version and release level.

The CLRK table consists of various fields, each holding specific information or linking keys about Recursiveness Info on Objects in Classes for BOM data available in SAP. These include MAFID (Indicator: Object/Class), KLART (Class Type), OBJEK (Key of object to be classified), CLINT (Internal Class Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CLRK 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
MAFIDIndicator: Object/Class KLMAFCHAR1KLMAF
KLARTClass Type KLASSENARTCHAR3TCLAKLASSENARTKAR
OBJEKKey of object to be classified OBJNUMCHAR50OBJEKTOJK
CLINTInternal Class Number CLINTNUMC10KLAHCLINT
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
REKRIIndicator: BOM is recursive REKRICHAR1XFELD
REKRSIndicator: recursiveness allowed REKRSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CLRK
INTO CORRESPONDING FIELDS OF WA_CLRK
WHERE...

How to access SAP table CLRK

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