KNKKF1 SAP (Credit Management: FI Status Data) Table details

Dictionary Type: Table
Description: Credit Management: FI Status Data




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




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

KNKKF1 is a standard SAP Table which is used to store Credit Management: FI Status Data data and is available within R/3 SAP systems depending on the version and release level.

The KNKKF1 table consists of various fields, each holding specific information or linking keys about Credit Management: FI Status Data data available in SAP. These include LOGSYS (Logical system), KUNNR (Customer Numbers), KKBER (Credit control area), REGUL (FI checks only against current payer).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP KNKKF1 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
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
KKBERCredit control area KKBERCHAR4T014KKBERKKB
REGULFI checks only against current payer REGUL_CMCHAR1XFELD
TMSTMPTime at which data was created (date and time) TMSTMPCHAR14CHAR14
SFAELA/R Summary: Open Items Total CV_SFAELCURR15(2) WRTV8
WAERSA/R Summary: Currency Key (Total Open Items) CV_WAERS_OPCUKY5TCURCWAERS
BUKRSMA/R Summary: Company Code (Highest Dunning Level) CV_BUKRSCHAR4Assigned to domainBUKRSBUK
KUNNRMA/R Summary: Customer Number (Highest Dunning Level) CV_KUNNRCHAR10Assigned to domainALPHAKUNNRKUN
MABERA/R Summary: Dunning Area (Highest Dunning Level) CV_MABERCHAR2Assigned to domainMABER
MAHNSA/R Summary: Dunning Level (Highest Dunning Level) CV_MAHNSNUMC1MAHNS
BELNRA/R Summary: Document Number of Oldest Open Item CV_BELNRCHAR10ALPHABELNR
BUKRSOOIA/R Summary: Company Code (Oldest Open Item) CV_BUKRS_OOICHAR4Assigned to domainBUKRS
FAEDTA/R Summary: Net Due Date (Oldest Open Item) CV_FAEDTDATS8DATUM
GJAHRA/R Summary: Fiscal Year (Oldest Open Item) CV_GJAHRNUMC4GJAHRGJAHR
INFAEA/R Summary: Inverted Net Due Date (Oldest Open Item) CV_INFAECHAR8CHAR08
KUNNROOIA/R Summary: Customer Number (Oldest Open Item) CV_KUNNR_OOICHAR10Assigned to domainALPHAKUNNR
VERZNA/R Summary: Days in Arrears after Net Due Date (Old. OI) CV_VERZNDEC5WRTV3
WAERSOOIA/R Summary: Currency Key (Oldest Open Item) CV_WAERS_OOICUKY5Assigned to domainWAERS
WRBTRA/R Summary: Amount in Document Currency CV_WRBTRCURR13(2) WERT7
KLIMKA/R Summary: Customer Credit Limit CV_KLIMKCURR15(2) WERT8
KNKLIA/R Summary: Credit Account CV_KNKLICHAR10Assigned to domainALPHAKUNNR
SKFORA/R Summary: Total Receivables CV_SKFORCURR15(2) WRTV8
SSOBLA/R Summary: Special Debts CV_SSOBLCURR15(2) WRTV8
WAERS_KNKKA/R Summary: Currency Key (Control Area) CV_WAERS_MDCUKY5TCURCWAERS
CTLPCA/R Summary: Risk Category CV_CTLPCCHAR3Assigned to domainCTLPC_CM
CRBLBA/R Summary: Block CV_CRBLBCHAR1XFELD
NXTRVA/R Summary: Date of Next Check CV_NXTRVDATS8DATUM
ABSBTTotal Secured Receivables ABSBT_SUMCURR15(2) WERTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM KNKKF1
INTO CORRESPONDING FIELDS OF WA_KNKKF1
WHERE...

How to access SAP table KNKKF1

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