TC21 SAP (Standard value key) Table details

Dictionary Type: Table
Description: Standard value key




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




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

TC21 is a standard SAP Table which is used to store Standard value key data and is available within R/3 SAP systems depending on the version and release level.

The TC21 table consists of various fields, each holding specific information or linking keys about Standard value key data available in SAP. These include VGWTS (Standard value key), PAR01 (Parameter ID), BDE01 (Transfer activity types to incentive wages), PAR02 (Parameter ID).. 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: Can be enhanced (character-type)

Text table = TC21T


SAP TC21 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
VGWTSStandard value key VORGSCHLCHAR4VORGSCHL
PAR01Parameter ID PARAMIDCHAR6TC20PARAMID
BDE01Transfer activity types to incentive wages BDENRCHAR1BDENR
PAR02Parameter ID PARAMIDCHAR6TC20PARAMID
BDE02Transfer activity types to incentive wages BDENRCHAR1BDENR
PAR03Parameter ID PARAMIDCHAR6TC20PARAMID
BDE03Transfer activity types to incentive wages BDENRCHAR1BDENR
PAR04Parameter ID PARAMIDCHAR6TC20PARAMID
BDE04Transfer activity types to incentive wages BDENRCHAR1BDENR
PAR05Parameter ID PARAMIDCHAR6TC20PARAMID
BDE05Transfer activity types to incentive wages BDENRCHAR1BDENR
PAR06Parameter ID PARAMIDCHAR6TC20PARAMID
BDE06Transfer activity types to incentive wages BDENRCHAR1BDENR
PARN1Parameter ID PARAMIDCHAR6TC20PARAMID
GENERInternal indicator: Coding generated CR_GENERCHAR1XFELD
SAKL_01Record type group SA_KLASSENUMC1SA_KLASSE
RKRCFR_01Formula key AP_FORMELCHAR6TC25AP_FORMEL
RKRCZT_01Retrograde calculation time RKRECN_ZTNUMC1SA_KLASSE
RKMLZT_01Confirmation time RKMELD_ZTNUMC1RKMELD_ZT
SAKL_02Record type group SA_KLASSENUMC1SA_KLASSE
RKRCFR_02Formula key AP_FORMELCHAR6TC25AP_FORMEL
RKRCZT_02Retrograde calculation time RKRECN_ZTNUMC1SA_KLASSE
RKMLZT_02Confirmation time RKMELD_ZTNUMC1RKMELD_ZT
SAKL_03Record type group SA_KLASSENUMC1SA_KLASSE
RKRCFR_03Formula key AP_FORMELCHAR6TC25AP_FORMEL
RKRCZT_03Retrograde calculation time RKRECN_ZTNUMC1SA_KLASSE
RKMLZT_03Confirmation time RKMELD_ZTNUMC1RKMELD_ZT
SAKL_04Record type group SA_KLASSENUMC1SA_KLASSE
RKRCFR_04Formula key AP_FORMELCHAR6TC25AP_FORMEL
RKRCZT_04Retrograde calculation time RKRECN_ZTNUMC1SA_KLASSE
RKMLZT_04Confirmation time RKMELD_ZTNUMC1RKMELD_ZT
SAKL_05Record type group SA_KLASSENUMC1SA_KLASSE
RKRCFR_05Formula key AP_FORMELCHAR6TC25AP_FORMEL
RKRCZT_05Retrograde calculation time RKRECN_ZTNUMC1SA_KLASSE
RKMLZT_05Confirmation time RKMELD_ZTNUMC1RKMELD_ZT
SAKL_06Record type group SA_KLASSENUMC1SA_KLASSE
RKRCFR_06Formula key AP_FORMELCHAR6TC25AP_FORMEL
RKRCZT_06Retrograde calculation time RKRECN_ZTNUMC1SA_KLASSE
RKMLZT_06Confirmation time RKMELD_ZTNUMC1RKMELD_ZT
BDEP1Transfer activity types to incentive wages BDENRCHAR1BDENR
SAKL_P1Record type group SA_KLASSENUMC1SA_KLASSE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TC21
INTO CORRESPONDING FIELDS OF WA_TC21
WHERE...

How to access SAP table TC21

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