TFK033C2 SAP (Account Determination: Control (Check Modules)) Table details

Dictionary Type: Table
Description: Account Determination: Control (Check Modules)




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




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

TFK033C2 is a standard SAP Table which is used to store Account Determination: Control (Check Modules) data and is available within R/3 SAP systems depending on the version and release level.

The TFK033C2 table consists of various fields, each holding specific information or linking keys about Account Determination: Control (Check Modules) data available in SAP. These include BUBER (Posting Area), KCHB1 (Function module for entry check), KCHB2 (Function module for entry check), KCHB3 (Function module for entry check).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFK033C2 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
APPLKApplication area APPLK_KKCHAR1APPLK_KK
BUBERPosting Area BUBER_KKCHAR4TFK033FBUBER_KK
KCHB1Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
KCHB2Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
KCHB3Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
KCHB4Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
KCHB5Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
KCHB6Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
KCHB7Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
KCHB8Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
FCHB1Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
FCHB2Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
FCHB3Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
FCHB4Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
FCHB5Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
FCHB6Function module for entry check FCHB1_KKCHAR30Assigned to domainFUNCNAME
KCHS1Use Standard Check KCHS1_KKCHAR1XFELD
KCHS2Use Standard Check KCHS1_KKCHAR1XFELD
KCHS3Use Standard Check KCHS1_KKCHAR1XFELD
KCHS4Use Standard Check KCHS1_KKCHAR1XFELD
KCHS5Use Standard Check KCHS1_KKCHAR1XFELD
KCHS6Use Standard Check KCHS1_KKCHAR1XFELD
KCHS7Use Standard Check KCHS1_KKCHAR1XFELD
KCHS8Use Standard Check KCHS1_KKCHAR1XFELD
FCHS1Use Standard Check KCHS1_KKCHAR1XFELD
FCHS2Use Standard Check KCHS1_KKCHAR1XFELD
FCHS3Use Standard Check KCHS1_KKCHAR1XFELD
FCHS4Use Standard Check KCHS1_KKCHAR1XFELD
FCHS5Use Standard Check KCHS1_KKCHAR1XFELD
FCHS6Use Standard Check KCHS1_KKCHAR1XFELD
KCHT1Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
KCHT2Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
KCHT3Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
KCHT4Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
KCHT5Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
KCHT6Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
KCHT7Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
KCHT8Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
FCHT1Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
FCHT2Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
FCHT3Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
FCHT4Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
FCHT5Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
FCHT6Check table for standard check if it is different KCHT1_KKCHAR30TABNAME
CCHCKFunction Module for Overall Check CCHCK_KKCHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK033C2
INTO CORRESPONDING FIELDS OF WA_TFK033C2
WHERE...

How to access SAP table TFK033C2

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