KNKKR3 SAP (Credit Management: Data on Oldest Open Item) Structure details

Dictionary Type: Structure
Description: Credit Management: Data on Oldest Open Item




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




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

KNKKR3 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 "Credit Management: Data on Oldest Open Item" 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_KNKKR3 TYPE KNKKR3.

The KNKKR3 table consists of various fields, each holding specific information or linking keys about Credit Management: Data on Oldest Open Item data available in SAP. These include BUKRSOOI (A/R Summary: Company Code (Oldest Open Item)), FAEDT (A/R Summary: Net Due Date (Oldest Open Item)), GJAHR (A/R Summary: Fiscal Year (Oldest Open Item)), INFAE (A/R Summary: Inverted Net Due Date (Oldest Open Item)).. 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 KNKKR3 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
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

Key field Non-key field



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

As KNKKR3 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 KNKKR3 as there is no data to select.

How to access SAP table KNKKR3

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