TFK000C SAP (Central settings in contract accounts receivable/payable) Table details

Dictionary Type: Table
Description: Central settings in contract accounts receivable/payable




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




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

TFK000C is a standard SAP Table which is used to store Central settings in contract accounts receivable/payable data and is available within R/3 SAP systems depending on the version and release level.

The TFK000C table consists of various fields, each holding specific information or linking keys about Central settings in contract accounts receivable/payable data available in SAP. These include XUSSR (Use Collective Bills and Bundles), XUSRP (Use Installment Plans), XUSWS (Indicator: Documents with Repetitions are Used), XUSWG (Use Repetition Groups).. 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: Cannot Be Enhanced


SAP TFK000C 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
XUSSRUse Collective Bills and Bundles XUSSR_KKCHAR1XFELD
XUSRPUse Installment Plans XUSRP_KKCHAR1XFELD
XUSWSIndicator: Documents with Repetitions are Used XUSWS_KKCHAR1XFELD
XUSWGUse Repetition Groups XUSWG_KKCHAR1XFELD
XUSSKUse Cash Discount XUSSK_KKCHAR1XFELD
XUSVZUse Payment Amount Agreements XUSVZ_KKCHAR1XFELD
XSUMAAsynchronous Updating of Totals Records XSUMA_KKCHAR1XFELD
XEXTNOfficial Document Numbers are Used XEXTN_KKCHAR1XFELD
XZIAUInterest Calculation Used with Clearing XZIAU_KKCHAR1XFELD
XTAXNReceivable Amounts Are Net Amounts XTAXN_KKCHAR1XFELD
XNFVBAdditional Receivables in Standard Company Code XNFVB_KKCHAR1XFELD
XREPTReceipt Management Used XREPT_KKCHAR1XFELD
XUCVSUse Payment through External Payment Collectors XUCVS_KKCHAR1XFELD
XGPAVNo Cross-Business Partner Payment XGPAV_KKCHAR1XFELD
XINVAInvoicing Is Active XINVA_KKCHAR1XFELD
XPATXParallel Tax Update for U.S. Taxes XPATX_KKCHAR1XFELD
XCRPOEnhanced Credit Processing XCRPO_KKCHAR1XFELD
XSNPESpecial Periods Are Used XSNPE_KKCHAR1XFELD
X2MFXEnhanced Mass Change of Documents X2MFX_KKCHAR1XFELD
XBPLOBusiness Partner Locks Used XBPLO_KKCHAR1XFELD
XNOR3Suppress Optimized Tax Calculation XNOR3_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK000C
INTO CORRESPONDING FIELDS OF WA_TFK000C
WHERE...

How to access SAP table TFK000C

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