TCK24 SAP (Transfer Control Table from Customizing) Table details

Dictionary Type: Table
Description: Transfer Control Table from Customizing




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




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

TCK24 is a standard SAP Table which is used to store Transfer Control Table from Customizing data and is available within R/3 SAP systems depending on the version and release level.

The TCK24 table consists of various fields, each holding specific information or linking keys about Transfer Control Table from Customizing data available in SAP. These include UEBID (Transfer Control), UEBPER1 (Transfer Strategy: Search Term 1), UEBPER2 (Transfer Strategy: Search Term 2), UEBPER3 (Transfer Strategy: Search Term 3).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TCK25


SAP TCK24 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
UEBIDTransfer Control CK_UEBIDCHAR4CK_UEBER
UEBPER1Transfer Strategy: Search Term 1 CK_UEBPER1NUMC1CK_PER
UEBPER2Transfer Strategy: Search Term 2 CK_UEBPER2NUMC1CK_PER
UEBPER3Transfer Strategy: Search Term 3 CK_UEBPER3NUMC1CK_PER
PERALTAge in Periods CK_PERALTNUMC3NUMC3
PERALT2Age in Periods CK_PERALTNUMC3NUMC3
PERALT3Age in Periods CK_PERALTNUMC3NUMC3
UEBKLVAR1Transfer in Accordance with Costing Variant (Single-Plant) CK_UEBKLVACHAR4TCK03KLVAR
UEBKLVAR2Transfer in Accordance with Costing Variant (Single-Plant) CK_UEBKLVACHAR4TCK03KLVAR
UEBKLVAR3Transfer in Accordance with Costing Variant (Single-Plant) CK_UEBKLVACHAR4TCK03KLVAR
UEBKLVARW1Transfer in Accordance with Costing Variant (Cross-Plant) CK_UEBKLVWCHAR4TCK03KLVAR
UEBKLVARW2Transfer in Accordance with Costing Variant (Cross-Plant) CK_UEBKLVWCHAR4TCK03KLVAR
UEBKLVARW3Transfer in Accordance with Costing Variant (Cross-Plant) CK_UEBKLVWCHAR4TCK03KLVAR
INGJPeriod in Fiscal Year CK_INGJCHAR1XFELD
INGJ2Period in Fiscal Year CK_INGJCHAR1XFELD
INGJ3Period in Fiscal Year CK_INGJCHAR1XFELD
VERSION1Costing Version CK_TVERSNUMC2CK_VERSIONVSN
VERSION2Costing Version CK_TVERSNUMC2CK_VERSIONVSN
VERSION3Costing Version CK_TVERSNUMC2CK_VERSIONVSN
VERSIONW1Costing Version CK_TVERSNUMC2CK_VERSIONVSN
VERSIONW2Costing Version CK_TVERSNUMC2CK_VERSIONVSN
VERSIONW3Costing Version CK_TVERSNUMC2CK_VERSIONVSN
UEPEWK1Transfer Strategy with Plant Change: Search Term 1 CK_UEPEWK1NUMC1CK_PER
UEPEWK2Transfer Strategy with Plant Change: Search Term 2 CK_UEPEWK2NUMC1CK_PER
UEPEWK3Transfer Strategy with Plant Change: Search Term 3 CK_UEPEWK3NUMC1CK_PER
PERALTWAge in Periods with Plant Change CK_PERALTWNUMC3NUMC3
PERALTW2Age in Periods with Plant Change CK_PERALTWNUMC3NUMC3
PERALTW3Age in Periods with Plant Change CK_PERALTWNUMC3NUMC3
INGJWKPeriod in Fiscal Year with Plant Change CK_INGJWKCHAR1XFELD
INGJWK2Period in Fiscal Year with Plant Change CK_INGJWKCHAR1XFELD
INGJWK3Period in Fiscal Year with Plant Change CK_INGJWKCHAR1XFELD
SAMBEDWTransfer Only with Collective Requirements Material (Plant) CK_SAMBEDWCHAR1XFELD
SAMBEDBTransfer Only with Collect. Requirem. Material (Comp. Code) CK_SAMBEDBCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCK24
INTO CORRESPONDING FIELDS OF WA_TCK24
WHERE...

How to access SAP table TCK24

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