KNKKF1V SAP (Additional A/R summary display fields) Structure details

Dictionary Type: Structure
Description: Additional A/R summary display fields




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




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

KNKKF1V is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Additional A/R summary display fields" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KNKKF1V TYPE KNKKF1V.

The KNKKF1V table consists of various fields, each holding specific information or linking keys about Additional A/R summary display fields data available in SAP. These include AKSUMOPKUM (Automatic credit control: Cumulative total of open items), AKPRZOPK (Automatic credit control: Percentage of overdue open items), KPPRZOPK (Free parameter: Maximum percentage of overdue open items), AKPDTOL (Automatic credit control: No. days for consideration of OIs).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KNKKF1V structure 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
KPSUMOPKUMFree parameters: Cumulative total of open items (by arrears) KPSUMOPKUMCURR15(2) WRTV8
AKSUMOPKUMAutomatic credit control: Cumulative total of open items AKSUMOPKUMCURR15(2) WRTV8
AKPRZOPKAutomatic credit control: Percentage of overdue open items AKPRZOPKDEC5(2) PRZ32
KPPRZOPKFree parameter: Maximum percentage of overdue open items KPPRZOPKDEC5(2) PRZ32
AKPDTOLAutomatic credit control: No. days for consideration of OIs AKPDTOLNUMC3ANZTA
KPPDTOLFree parameter: No. days for consideration of open items KPPDTOLNUMC3ANZTA
KPOOIFree parameter: No.days (due date of oldest open item) KPOOINUMC3ANZTA
AKOOIAutomatic credit control: Days overdue for oldest open item AKOOINUMC3ANZTA
AKNPRDATAutomatic credit control: Next check date AKNPRDATNUMC3ANZTA
KPNPRDATFree parameter: Next check date KPNPRDATNUMC3ANZTA
KPKLIMKFree parameter: Maximum credit limit used KPKLIMKDEC5(2) PRZ32
AKKLIMKCredit limit used (100%) AKKLIMKDEC5(2) PRZ32
KPMAHNSFree parameter: Maximujm dunning parameter allowed KPMAHNSCHAR1CHAR1
AKMAHNSAutomatic Credit Control: Maximum Dunning Level Permitted AKMAHNSNUMC1MAHNS
AKERLTAAutomatic credit control: Permitted age in days AKERLTANUMC2NUM2
AKERLSTAutomatic credit control: Permitted age in hours AKERLSTNUMC2NUM2
KPERLTAFree parameter: Maximum age allowed in days KPERLTANUMC2NUM2
KPERLSTFree parameter: Maximum age allowed in hours KPERLSTNUMC2NUM2
CRMGRDocument credit group CRMGR_CMCHAR2Assigned to domainCRMGR_CM
KPHORDADate of credit horizon KPHORDADATS8SYDATS
AKHORDAAutomatic credit control: Date of credit horizon AKHORDADATS8SYDATS
AKOBLIGCredit exposure (from automatic credit control) AKOBLIGCURR15(2) WRTV8
KPOBLIGTotal commitments (from free check parameters) KPOBLIGCURR15(2) WRTV8
AKSAUFTTotal of sales values (from automatic credit control) AKSAUFTCURR15(2) WRTV8
KPSAUFTTotal of sales values (from free check parameter) KPSAUFTCURR15(2) WRTV8
AKKLIMAGCredit limit used (from automatic credit control) AKKLIMAGDEC5(2) PRZ32
KPKLIMAGCredit limit used (from free check parameter) KPKLIMAGDEC5(2) PRZ32
RKPPRZOPKProportion of due items (acc. to free parameters) RKPPRZOPKDEC5(2) PRZ32
RAKPRZOPKProportion of due items (acc.to automatic credit control) RAKPRZOPKDEC5(2) PRZ32

Key field Non-key field



How do I retrieve data from SAP structure KNKKF1V using ABAP code?

As KNKKF1V is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KNKKF1V as there is no data to select.

How to access SAP table KNKKF1V

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