TFK002A SAP (Contract Account Categories) Table details

Dictionary Type: Table
Description: Contract Account Categories




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




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

TFK002A is a standard SAP Table which is used to store Contract Account Categories data and is available within R/3 SAP systems depending on the version and release level.

The TFK002A table consists of various fields, each holding specific information or linking keys about Contract Account Categories data available in SAP. These include APPLK (Application area), VKTYP (Contract Account Category), XGEIN (Only One Business Partner Allowed), SAMRG (Contract Account is Collective Bill Account).. 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 or numeric)

Text table = TFK002AT


SAP TFK002A 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 MANDTCLNT3Assigned to domainMANDT
APPLKApplication area APPLK_KKCHAR1APPLK_KK
VKTYPContract Account Category VKTYP_KKCHAR2VKTYP_KKKTP
XGEINOnly One Business Partner Allowed XGEIN_KKCHAR1XFELD
SAMRGContract Account is Collective Bill Account SAMRG_KKCHAR1SAMRG_KK
CPDContract Account is a One-Time Account CPD_KKCHAR1CPD_KK
NRINTNumber range for internal number assignment NRINT_KKCHAR2FKK_NRIV_INTCHAR2
NREXTNumber range for external number assignment NREXT_KKCHAR2FKK_NRIV_EXTCHAR2
NOONLOnline Maintenance Not Permitted NOONL_KKCHAR1XFELD
XVEINOnly One Contract Permitted XVEIN_KKCHAR1XFELD
XKARTAccount is managed as a customer or vendor account XKART_KKCHAR1XKART_KK
VKTAUCheck Authorization for Contract Acct Categy in Search Help VKTAU_KKCHAR1XFELD
FELDSTLST1Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST2Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST3Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST4Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST5Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST6Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST7Field status definition BU_FLDSTLSCHAR250CHAR250
XDEPOTIndicator: Deposit Account XDEPOT_VKCHAR1XFELD
XDEPOTIOBIndicator: Account Contains Deposit Contracts XDEPOTIOB_VKCHAR1XFELD
CRTVARIO: Creation Variant for Automatic Account Creation CRTVAR_MDCHAR2TIMA_CRT_ACCCRTVAR_MD
KKSALDClearing on Open Acct Basis Active with Balance Carryforward KKSALD_AKT_VKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK002A
INTO CORRESPONDING FIELDS OF WA_TFK002A
WHERE...

How to access SAP table TFK002A

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