TFK033C SAP (Account determination: Control) Table details

Dictionary Type: Table
Description: Account determination: Control




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




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

TFK033C is a standard SAP Table which is used to store Account determination: Control data and is available within R/3 SAP systems depending on the version and release level.

The TFK033C table consists of various fields, each holding specific information or linking keys about Account determination: Control data available in SAP. These include BUBER (Posting Area), KTAB1 (Table Name), KFLD1 (Field Name), KTAB2 (Table Name).. 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: Can be enhanced (character-type)


SAP TFK033C 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
KTAB1Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KFLD1Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KTAB2Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KFLD2Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KTAB3Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KFLD3Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KTAB4Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KFLD4Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KTAB5Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KFLD5Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FTAB1Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FFLD1Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FTAB2Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FFLD2Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FTAB3Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FFLD3Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FTAB4Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FFLD4Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FTAB5Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FFLD5Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FTAB6Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FFLD6Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
OKEY1Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OKEY2Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OKEY3Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OKEY4Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OKEY5Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
MITKTChart of Account Dependency Required MITKT_KKCHAR1XFELD
OFLD1Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OFLD2Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OFLD3Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OFLD4Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OFLD5Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OFLD6Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
KTAB6Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KFLD6Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KTAB7Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KFLD7Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KTAB8Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KFLD8Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
OKEY6Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OKEY7Account determination: Required field OKEYK_KKCHAR1OKEYK_KK
OKEY8Account determination: Required field OKEYK_KKCHAR1OKEYK_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK033C
INTO CORRESPONDING FIELDS OF WA_TFK033C
WHERE...

How to access SAP table TFK033C

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