TFK056A SAP (Interest Key Table for FI-CA) Table details

Dictionary Type: Table
Description: Interest Key Table for FI-CA




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




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

TFK056A is a standard SAP Table which is used to store Interest Key Table for FI-CA data and is available within R/3 SAP systems depending on the version and release level.

The TFK056A table consists of various fields, each holding specific information or linking keys about Interest Key Table for FI-CA data available in SAP. These include IKEY (Interest Key), TODAYS (Tolerance Days for Interest Calculation), IRUNITO (Unit for Tolerances for Int. Calc.: Days, Months, Years), TRDAYS (Transfer days for calculation of interest on arrears).. 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

Text table = TFK056T


SAP TFK056A 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
IKEYInterest Key IKEY_KKCHAR2IKEY_KK
TODAYSTolerance Days for Interest Calculation TODAYS_KKNUMC3NUMC3
IRUNITOUnit for Tolerances for Int. Calc.: Days, Months, Years IRUNITO_KKCHAR1IRUNITO_KK
TRDAYSTransfer days for calculation of interest on arrears TRDAYS_KKNUMC3NUMC3
IRUNITRUnit for Transfer Days for Int. Calc.: Days, Months, Years IRUNITR_KKCHAR1IRUNITR_KK
IRHYTHInterest Frequency IRHYTH_KKNUMC3NUMC3
IRUNITUnit for Interest Frequency: Days, months, years IRUNIT_KKCHAR1IRUNIT_KK
IRULEInterest Calculation Rule IRULECHAR10T056GALPHARRGL
HVORGNot Used (Main Transaction for Interest Keys) HVORG_OLD_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGNot Used (Subtransaction for Interest Keys) TVORG_OLD_KKCHAR4Assigned to domainTVORG_KK
VERZZPInterest Calculated In Advance Or In Arrears VERZZP_KKCHAR1VERZZP_KK
VERZWEInterest Terms VERZWE_KKCHAR1VERZWE_KK
ICONDSummarize Subitems before Interest Calcualtion ICONDZ_KKCHAR1XFELD
IALLZConsider All Subitems for Interest Calculation IALLZ_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK056A
INTO CORRESPONDING FIELDS OF WA_TFK056A
WHERE...

How to access SAP table TFK056A

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