KNKKR1 SAP (Results for Distribution to Decentralized SD Modules) Structure details

Dictionary Type: Structure
Description: Results for Distribution to Decentralized SD Modules




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




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

KNKKR1 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 "Results for Distribution to Decentralized SD Modules" 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_KNKKR1 TYPE KNKKR1.

The KNKKR1 table consists of various fields, each holding specific information or linking keys about Results for Distribution to Decentralized SD Modules data available in SAP. These include WAERS (A/R Summary: Currency Key (Total Open Items)), BUKRSM (A/R Summary: Company Code (Highest Dunning Level)), KUNNRM (A/R Summary: Customer Number (Highest Dunning Level)), MABER (A/R Summary: Dunning Area (Highest Dunning Level)).. 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 KNKKR1 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
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 structure KNKKR1 using ABAP code?

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

How to access SAP table KNKKR1

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