TFK033C1 SAP (Account Determination: Control (F1/F4 Modules)) Table details

Dictionary Type: Table
Description: Account Determination: Control (F1/F4 Modules)




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




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

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

The TFK033C1 table consists of various fields, each holding specific information or linking keys about Account Determination: Control (F1/F4 Modules) data available in SAP. These include BUBER (Posting Area), KF4B1 (Function module for displaying possible entries), KF4B2 (Function module for displaying possible entries), KF4B3 (Function module for displaying possible entries).. 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 TFK033C1 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
KF4B1Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
KF4B2Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
KF4B3Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
KF4B4Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
KF4B5Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
KF4B6Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
KF4B7Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
KF4B8Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
FF4B1Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
FF4B2Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
FF4B3Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
FF4B4Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
FF4B5Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
FF4B6Function module for displaying possible entries FBSF4_KKCHAR30Assigned to domainFUNCNAME
KF1B1Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
KF1B2Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
KF1B3Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
KF1B4Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
KF1B5Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
KF1B6Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
KF1B7Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
KF1B8Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
FF1B1Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
FF1B2Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
FF1B3Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
FF1B4Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
FF1B5Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME
FF1B6Function module for displaying documentation FBSF1_KKCHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK033C1
INTO CORRESPONDING FIELDS OF WA_TFK033C1
WHERE...

How to access SAP table TFK033C1

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