TFK060A SAP (Install.Plan Proposal Cats) Table details

Dictionary Type: Table
Description: Install.Plan Proposal Cats




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




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

TFK060A is a standard SAP Table which is used to store Install.Plan Proposal Cats data and is available within R/3 SAP systems depending on the version and release level.

The TFK060A table consists of various fields, each holding specific information or linking keys about Install.Plan Proposal Cats data available in SAP. These include RPTYP (Installment Plan Type), RPCAT (Installment plan category), WAERS (Currency Key), RHYTH (Installment Interval).. 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 or numeric)

Text table = TFK060T


SAP TFK060A 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
RPTYPInstallment Plan Type RPTYP_KKCHAR4RPTYP_KK
RPCATInstallment plan category RPCAT_KKCHAR2TFK062ARPCAT_KK
WAERSCurrency Key WAERS_KKCUKY5TCURCWAERSFWS
RHYTHInstallment Interval ABSRATE_KKNUMC2ABSRATE_KK
RUNITInterval Type KENNZEI_KKCHAR1KENNZEI_KK
RPNUMNumber of Installments - Specification for Creating Inst.Pln ANZRATE_KKNUMC3ANZRATE_KK
RPROURound to DIVIDAM_KKDEC13(3) DEC10_3
RPAMTDefault amount RPAMT_KKCURR13(2) WRTV7
RBETRInstallment Amount RBETR_KKCURR13(2) WRTV7
RPFEEInstallment plan charge amount RPGEB_KKCURR13(2) WRTV7
REMAINAMNTDistribution of Remaining Amount of Installment Plan REMAINAMNT_KKCHAR1REMAINAMNT_KK
TVORGAlternative Sub-Transaction For Installment Plan TVORA_KKCHAR4Assigned to domainTVORG_KK
GZVERDistribute Interest/Charges to all Installments GZVER_KKCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK060A
INTO CORRESPONDING FIELDS OF WA_TFK060A
WHERE...

How to access SAP table TFK060A

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