TKEB SAP (Management for Operating Concerns (Client-Specific)) Table details

Dictionary Type: Table
Description: Management for Operating Concerns (Client-Specific)




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




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

TKEB is a standard SAP Table which is used to store Management for Operating Concerns (Client-Specific) data and is available within R/3 SAP systems depending on the version and release level.

The TKEB table consists of various fields, each holding specific information or linking keys about Management for Operating Concerns (Client-Specific) data available in SAP. These include ERKRS (Operating concern), SAPRL (SAP release when last generated), PVERS (Program Version), HITYP (Customer hierarchy type).. 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 = TKEBT


SAP TKEB 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
ERKRSOperating concern ERKRSCHAR4ERKRSERB
SAPRLSAP release when last generated RKE_SAPRLCHAR4SAPRL
PVERSProgram Version RKE_PVERSNUMC3RKE_PVERS
HITYPCustomer hierarchy type HITYP_KHCHAR1THITHITYP
WAERSOperating concern currency RKE_WAERSCUKY5TCURCWAERS
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
PERFLAGPeriod-type indicator PERFLAGCHAR1PERFLAG
PERIV2Fiscal year variant for alternative period type PERIV2CHAR2T009PERIV
PERFLAG2Alternative period type indicator PERFLAG2CHAR1PERFLAG2
USEPER2IIndicator: Update actual data in the second period type USEPER2ICHAR1CHAR1_X
USEPER2PIndicator: Update plan data in the 2nd period type USEPER2PCHAR1CHAR1_X
TIMESTMPStart time for reading data RKE_DBSTMPDEC16RKE_TSTMP
ALEACTCO-PA Distribution: Active indicator RKE_ALEACTCHAR1RKE_ALEACT
CHAR_CHECKConsistency Check for Characteristic Values RKE_CHAR_CHECKCHAR1RKE_FLAG_3
CRERLSAP Release in which the operating concern was created RKE_CRERLCHAR4SAPRL
CREDADate operating concern was created RKE_CREDADATS8SYDATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKEB
INTO CORRESPONDING FIELDS OF WA_TKEB
WHERE...

How to access SAP table TKEB

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