TFK001B SAP (Company Codes in Contract Accounts Receivable and Payable) Table details

Dictionary Type: Table
Description: Company Codes in Contract Accounts Receivable and Payable




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




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

TFK001B is a standard SAP Table which is used to store Company Codes in Contract Accounts Receivable and Payable data and is available within R/3 SAP systems depending on the version and release level.

The TFK001B table consists of various fields, each holding specific information or linking keys about Company Codes in Contract Accounts Receivable and Payable data available in SAP. These include BUKRS (Company Code), OPBUK (Field Hidden), XAKOZ (Create Payments on Account in Standard Company Code), XFAER (Include All Receivables In Total Invoice).. 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)


SAP TFK001B 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
OPBUKField Hidden OPBUK_DELE_KKCHAR4CHAR4OPBUK
XAKOZCreate Payments on Account in Standard Company Code XAKOZ_KKCHAR1XFELD
XFAERInclude All Receivables In Total Invoice XFAER_KKCHAR1XFELD
PCTOPProfit Center in Business Partner Items PCTOP_KKCHAR1PCTOP_KK
TXAARSplitting of Tax Items by Account Assignment TXAAR_KKCHAR1TXAAR_KK
ABSCHComponent for Reconciling Check Encashment ABSCH_KKCHAR1ABSCH_KK
XAWMLForeign Trade Reporting Active for Company Code XAWML_KKCHAR1XAWML_KK
XAKANPost Payments on Account as Down Payments XAKAN_KKCHAR1XFELD
XSTZAAutomatic Assignment for Reversed Payment Order XSTZA_KKCHAR1XFELD
XNORANo Retroactive Clearing Permitted XNORA_KKCHAR1XFELD
XESCHCheck Escheatment Process Active XESCH_KKCHAR1XFELD
XDISMDispute Management: Dispute Case Processing Active XDISM_KKCHAR1XFELD
BWPLVValuation Plan Variant BWPLV_KKCHAR2TFK044FBWPLV_KK
GRPLVLMaster Data Grouping Level GRPLVL_CM_KKCHAR1GRPLVL_CM_KK
XCFANCash Flow Analysis Active XCFAN_KKCHAR1XFELD
SEGFDPosting Date As of Which Segment Should Be Posted SEGFD_KKDATS8DATUM
RVATDRule for Determining Tax Reporting Date RVATD_KKCHAR1RVATD_KK
XWTACExtended Withholding Tax Active XWTAC_KKCHAR1XFELD
XCRANExecute Tax on Sales/Purchases Posting at Clearing XCRAN_KKCHAR1XFELD
PRLPOUsage of Provisional Postings PRLPO_KKCHAR1PRLPO_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK001B
INTO CORRESPONDING FIELDS OF WA_TFK001B
WHERE...

How to access SAP table TFK001B

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