TKSR1 SAP (Summarization - header data) Table details

Dictionary Type: Table
Description: Summarization - header data




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




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

TKSR1 is a standard SAP Table which is used to store Summarization - header data data and is available within R/3 SAP systems depending on the version and release level.

The TKSR1 table consists of various fields, each holding specific information or linking keys about Summarization - header data data available in SAP. These include ROLLUP (Summarization), KOKRS (Controlling Area), AREA (Cost Center Group), ROLL_COSP (Summarization of costs).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TKSRT


SAP TKSR1 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
ROLLUPSummarization CO_ROLLUPCHAR8CO_ROLLUPCRO
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
AREACost Center Group KSGRUCHAR15GRPNAMEKSG
ROLL_COSPSummarization of costs ROLL_COSPCHAR1XFELD
ROLL_COSSSummarization of costs ROLL_COSSCHAR1XFELD
ROLL_COSLSummarization of activity types ROLL_COSLCHAR1XFELD
ROLL_COSRSummarization of statistical key figures ROLL_COSRCHAR1XFELD
REORG_DELDelete Data REORG_DELCHAR1XFELD
REORG_RESReset by period REORG_RESCHAR1XFELD
INLISTInd.: List imported records? INLISTNUMC1INOUTLIST
OUTLISTInd.: List created records? OUTLISTNUMC1INOUTLIST
BRGRUAuthorization Group BRGRUCHAR4TBRGBRGRU
CNAMCreated By CRNAMCHAR12USNAM
CDATCreation date CRDATDATS8DATUM
UNAMLast Changed By UPNAMCHAR12USNAM
UDATDate on which object was last changed UPDATDATS8DATUM
SNAMLast Executed By EXNAMCHAR12USNAM
SDATDate of the last execution EXDATDATS8DATUM
SETIDIdentification of a set SETIDCHAR34SETIDGSI

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKSR1
INTO CORRESPONDING FIELDS OF WA_TKSR1
WHERE...

How to access SAP table TKSR1

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