TFK100A SAP (General Settings for Cash Payments) Table details

Dictionary Type: Table
Description: General Settings for Cash Payments




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




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

TFK100A is a standard SAP Table which is used to store General Settings for Cash Payments data and is available within R/3 SAP systems depending on the version and release level.

The TFK100A table consists of various fields, each holding specific information or linking keys about General Settings for Cash Payments data available in SAP. These include APPLK (Application area), BUKRS (Company Code), BLART (Document Type), INTVK (Cash Desk/Cash Journal: Value Date Move on Card Payment).. 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 TFK100A 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BLARTDocument Type BLART_KKCHAR2TFK003BLART_KK
INTVKCash Desk/Cash Journal: Value Date Move on Card Payment INTVK_KKDEC3INTVL_KK
INTVLCash Desk/Cash Journal: Value Date Move on Check Payment INTVL_KKDEC3INTVL_KK
BVRKOBank clearing account BVRKO_KKCHAR10TFK012ALPHASAKNR
NALLCNo payment assignment for payments in dialog mode NALLC_KKCHAR1XFELD
NBCHKCash Desk/Cash Journal: Overpayment Possible Online NBCHK_KKCHAR1XFELD
RPRTACash Desk/Cash Journal: Receipt Printing is Automatic RPRTA_KKCHAR1XFELD
RPRTCCash Desk/Cash Journal: Receipt Printing after Confirmation RPRTC_KKCHAR1XFELD
RPRTNCash Desk/Cash Journal: No Receipt Printing RPRTN_KKCHAR1XFELD
BSHINCash Desk: Default Value for Document Type for Cash Payment BSHIN_KKCHAR2TFK003BLART_KK
BSOUTCash Desk: Default Value for Document Type for Cash Payment BSOUT_KKCHAR2TFK003BLART_KK
BRDINCash Desk: Default Value for Document Type for Card Payment BRDIN_KKCHAR2TFK003BLART_KK
BHKINCash Desk: Default Value for Document Type for Check Payment BHKIN_KKCHAR2TFK003BLART_KK
BHOUTCash Desk: Default Val. for Doc. Type for Outgoing Chck Pymt BHOUT_KKCHAR2TFK003BLART_KK
BSTINCash Desk: Default Value for Postal Order Payment BSTIN_KKCHAR2TFK003BLART_KK
NOLOTCash Desk: Only Create/Use Check Lots NOLOT_KKCHAR1XFELD
KBAKTActivate Cash Journal KBAKT_KKCHAR1XFELD
XROLECash Journal: Activate Role Concept and Use Roles XROLE_KKCHAR1BOOLE
CLACTCash Journal: Activate Cash Desk Closing CLACT_KKCHAR1XFELD
XCJCMCash Journal: Display Monetary Cash Balance Cumulated XCJCM_KKCHAR1XFELD
XPYOTCash Journal: Do Not Check Monetary Cash Balance XPYOT_KKCHAR1XFELD
XNPWDCash Journal: No Partial Withdrawal from Cash Bal. Possible XNPWD_KKCHAR1XFELD
XNGWDWithdrawal of Negative Amount from Cash Balance XNGWD_KKCHAR1XFELD
KSHINCash Desk: Bank Clearing Account for Incoming Cash Payments KSHIN_KKCHAR10TFK012ALPHASAKNR
KRDINCAsh Desk: Bank Clearing Account for Incoming Card Payments KRDIN_KKCHAR10TFK012ALPHASAKNR
KHKINCash Desk: Bank Clearing Account for Incoming Check Payments KHKIN_KKCHAR10TFK012ALPHASAKNR
KSTINCash Desk: Bank Clearing Account for Postal Order Payments KSTIN_KKCHAR10TFK012ALPHASAKNR
KSOUTCash Desk: Bank Clearing Account for Outgoing Cash Payments KSOUT_KKCHAR10TFK012ALPHASAKNR
KHOUTCash Desk: Bank Clearing Account for Outgoing Check Payments KHOUT_KKCHAR10TFK012ALPHASAKNR
DPRTACash Journal: Special Document Print Is Automatic DPRTA_KKCHAR1XFELD
DPRTCCash Journal: Special Document Printing after Confirmation DPRTC_KKCHAR1XFELD
DPRTNCash Journal: No Special Document Printing DPRTN_KKCHAR1XFELD
XPYTPCash Journal: Cross-Payment Category Withdrawals Permitted XPYTP_KKCHAR1XFELD
XDPCJCash Journal: Enable Difference for All Payment Categories XDPCJ_KKCHAR1XFLAG
XBRCDCash Desk/Cash Journal: Display Entry Field for Barcode XBRCD_KKCHAR1XFLAG
XCLACCash Journal: Display Cash Desk Clearing Account XCLAC_KKCHAR1XFELD
XPYCCCash Desk/Cash Journal: Withdrawal of Credit Card Payments XPYCC_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK100A
INTO CORRESPONDING FIELDS OF WA_TFK100A
WHERE...

How to access SAP table TFK100A

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