DFKKNRK SAP (NOC Returns Lot: Header Data) Table details

Dictionary Type: Table
Description: NOC Returns Lot: Header Data




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




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

DFKKNRK is a standard SAP Table which is used to store NOC Returns Lot: Header Data data and is available within R/3 SAP systems depending on the version and release level.

The DFKKNRK table consists of various fields, each holding specific information or linking keys about NOC Returns Lot: Header Data data available in SAP. These include KEYN1 (Reporting of Incorrect Bank Data: Lot Number), STANS (Reporting of Incorrect Bank Data: Status), ANZPO (Number of items), MAXUP (Highest Sub-Item Number Assigned).. 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: Cannot Be Enhanced


SAP DFKKNRK 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 MANDTCLNT3Assigned to domainMANDT
KEYN1Reporting of Incorrect Bank Data: Lot Number KEYN1_KKCHAR12KEYN1_KK
STANSReporting of Incorrect Bank Data: Status STANS_KKCHAR1STANS_KK
ANZPONumber of items ANZPO_KKNUMC6NUM06
MAXUPHighest Sub-Item Number Assigned MAXUP_KKNUMC6NUM06
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime at which the object was created ERTIM_KKTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT
KEYN2Reporting of Incorrect Bank Data: Search Term KEYN2_KKCHAR40KEYN2_KK
INFOFAdditional information INFOF_KKCHAR50CHAR50
KSUMPSpecified Number of Items KSUMP_KKNUMC6
XAUTSAutomatically Created Lot XAUTS_KKCHAR1XFELD
XPOSAItems Must Not Be Entered Manually XPOSA_KKCHAR1XFELD
OPBUKCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
INSIDID of Sender Institute (Example: House Bank) INSID_KKCHAR5TFK054AINSID_KK
FLINSSender Institution Error Reason FLINS_KKCHAR3Assigned to domainFLINS_KK
VALDTInitial Date for Business Partner Data BU_VALDTDATS8DATUM
XINIPInitialize Items with NODATA XINIP_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKNRK
INTO CORRESPONDING FIELDS OF WA_DFKKNRK
WHERE...

How to access SAP table DFKKNRK

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