TFK100C SAP (Activities per Role in Cash Journal) Table details

Dictionary Type: Table
Description: Activities per Role in Cash Journal




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




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

TFK100C is a standard SAP Table which is used to store Activities per Role in Cash Journal data and is available within R/3 SAP systems depending on the version and release level.

The TFK100C table consists of various fields, each holding specific information or linking keys about Activities per Role in Cash Journal data available in SAP. These include APPLK (Application area), CJROL (ID for Roles in Cash Journal), XDPST (Permit Posting of Deposits in Cash Journal), XTRNS (Transer of Postings Permitted in Cash Journal).. 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 TFK100C 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
CJROLID for Roles in Cash Journal CJROL_KKCHAR2CJROL_KK
XDPSTPermit Posting of Deposits in Cash Journal XDPST_KKCHAR1XFLAG
XTRNSTranser of Postings Permitted in Cash Journal XTRNS_KKCHAR1XFLAG
XDFRCPermit Posting of Differences in Cash Journal XDFRC_KKCHAR1XFLAG
XWDRWPermit Posting of Withdrawals in Cash Journal XWDRW_KKCHAR1XFLAG
XOPENPermit Opening of Cash Desks in Cash Journal XOPEN_KKCHAR1XFLAG
XCLSEPermit Closing of Cash Desks in Cash Journal XCLSE_KKCHAR1XFLAG
XCHAGPermit Change of Cash Desk in Cash Journal XCHAG_KKCHAR1XFLAG
XSOPNPermit Opening of Cash Desk in Cash Journal XSOPN_KKCHAR1XFLAG
XSCLSPermit Closing of Cash Desk in Cash Journal XSCLS_KKCHAR1XFLAG
XCDCLPermit Cash Desk Closing in Cash Journal XCDCL_KKCHAR1XFLAG
XCDSHPermit Display of Cash Desk Closing in Cash Journal XCDSH_KKCHAR1XFELD
XFPB0Permit Branch to Cash Desk in Cash Journal XFPB0_KKCHAR1XFLAG
XDPLTPermit Display of Open Lot in Cash Journal XDPLT_KKCHAR1XFLAG
XCODNPermit Display of Cash Balance in Cash Journal XCODN_KKCHAR1XFLAG
XHSDTPermit Display of Historical Data in Cash Journal XHSDT_KKCHAR1XFLAG
XCRLTPermit Lot Creation in Cash Journal XCRLT_KKCHAR1XFLAG
XCLLTPermit Closing of Lots in Cash Journal XCLLT_KKCHAR1XFLAG
XCDAMPermit Determ.of Cash Desk Content (Counter Temp.) in CshJnl XCDAM_KKCHAR1XFLAG
XSTCJReversal of Special Documents in Cash Journal XSTCJ_KK2CHAR1XFELD
XSTPYReversal of Payment Documents in Cash Journal XSTPY_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK100C
INTO CORRESPONDING FIELDS OF WA_TFK100C
WHERE...

How to access SAP table TFK100C

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