CKLAYOUT SAP (User Settings for Layout of Cost Estimate) Table details

Dictionary Type: Table
Description: User Settings for Layout of Cost Estimate




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




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

CKLAYOUT is a standard SAP Table which is used to store User Settings for Layout of Cost Estimate data and is available within R/3 SAP systems depending on the version and release level.

The CKLAYOUT table consists of various fields, each holding specific information or linking keys about User Settings for Layout of Cost Estimate data available in SAP. These include USNAM (User name), D1 (New Input Values), D2 (New Input Values), D3 (New Input Values).. 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 CKLAYOUT 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 MANDTCLNT3Assigned to domainMANDT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
D1New Input Values XFLAGCHAR1XFLAG
D2New Input Values XFLAGCHAR1XFLAG
D3New Input Values XFLAGCHAR1XFLAG
C1Numeric 1-character NUM1NUMC1NUM1
C2Numeric 1-character NUM1NUMC1NUM1
C3Numeric 1-character NUM1NUMC1NUM1
X1Natural Number INT4INT410INT4
X2Natural Number INT4INT410INT4
X3Natural Number INT4INT410INT4
S1Single-Character Indicator CHAR1CHAR1CHAR1
S2Single-Character Indicator CHAR1CHAR1CHAR1
S3Single-Character Indicator CHAR1CHAR1CHAR1
A1Numeric 1-character NUM1NUMC1NUM1
A2Numeric 1-character NUM1NUMC1NUM1
A3Numeric 1-character NUM1NUMC1NUM1
KLVARCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
F1New Input Values XFLAGCHAR1XFLAG
F2New Input Values XFLAGCHAR1XFLAG
F3New Input Values XFLAGCHAR1XFLAG
F4New Input Values XFLAGCHAR1XFLAG
F5New Input Values XFLAGCHAR1XFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKLAYOUT
INTO CORRESPONDING FIELDS OF WA_CKLAYOUT
WHERE...

How to access SAP table CKLAYOUT

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