TEK060A SAP (Loan Categories) Table details

Dictionary Type: Table
Description: Loan Categories




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




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

TEK060A is a standard SAP Table which is used to store Loan Categories data and is available within R/3 SAP systems depending on the version and release level.

The TEK060A table consists of various fields, each holding specific information or linking keys about Loan Categories data available in SAP. These include LNTYP (Loan category), RHYTH (Installment Interval), IUNIT (Interval Type), INNUM (Number of Installments - Specification for Creating Inst.Pln).. 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: Not classified

Text table = TEK060T


SAP TEK060A 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
LNTYPLoan category E_LNTYPCHAR4E_LNTYP
RHYTHInstallment Interval ABSRATE_KKNUMC2ABSRATE_KK
IUNITInterval Type KENNZEI_KKCHAR1KENNZEI_KK
INNUMNumber of Installments - Specification for Creating Inst.Pln ANZRATE_KKNUMC3ANZRATE_KK
LNROURound to DIVIDAM_KKDEC13(3) DEC10_3
LNAMTDefault amount RPAMT_KKCURR13(2) WRTV7
TVORGSub-transaction for items due in return payment plan RPSTR_KKCHAR4Assigned to domainTVORG_KK
CSTRASub-transaction for credit posting from loans CSTRA_KKCHAR4Assigned to domainTVORG_KK
PYMETPayment Method PYMET_KKCHAR1TFK042ZPYMET_KK
DSTRASub-transaction for posting receivables from loans DSTRA_KKCHAR4Assigned to domainTVORG_KK
CRDGPBusiness Partner To Whom Loan Is Disbursed CRDGP_KKCHAR10Assigned to domainALPHABU_PARTNER
CRDCAContract acct to which the outgoing payment is to be posted CRDCA_KKCHAR12Assigned to domainALPHAVKONT_KK
INTRTInterest Rate for Loan Interest Calculation NOMIRATE_KKDEC9(6) ZSATZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEK060A
INTO CORRESPONDING FIELDS OF WA_TEK060A
WHERE...

How to access SAP table TEK060A

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