DFKKRK SAP (Returns lot: Header data) Table details

Dictionary Type: Table
Description: Returns lot: Header data




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




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

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

The DFKKRK table consists of various fields, each holding specific information or linking keys about Returns lot: Header data data available in SAP. These include KEYR1 (Returns Lot), KEYR2 (Search term for returns lot), APPLK (Application area), HERKF (Document Origin Key).. 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 DFKKRK 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
KEYR1Returns Lot KEYR1_KKCHAR12KEYR1_KK8RS
KEYR2Search term for returns lot KEYR2_KKCHAR40KEYR2_KK
APPLKApplication area APPLK_KKCHAR1APPLK_KK
HERKFDocument Origin Key HERKF_KKCHAR2TFK001HERKF_KK
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
RLSKOBank clearing account for returns RLSKO_KKCHAR10TFK012ALPHASAKNR
GEAKOCharges expense account GEAKO_KKCHAR10Assigned to domainALPHASAKNR
GEEKOCharges revenue account GEEKO_KKCHAR10Assigned to domainALPHASAKNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
PRCTRProfit Center PRCTR_RL_KKCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
BLARTDocument Type BLART_KKCHAR2TFK003BLART_KK
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
VALUTValue date VALUTDATS8DATUM
XEIPHCreate Line Item in General Ledger XEIPH_KKCHAR1XFELD
AUGRDClearing Reason AUGRD_KKCHAR2TFK001AAUGRD_KK
SELT1Default Value for Selection Category SELTV_KKCHAR1TFK004SELTX_KK
ANZPONumber of items ANZPO_KKNUMC6NUM06
SUMMSTotal debit postings SUMMSCURR15(2) WRTV8
SUMMHTotal credit postings SUMMHCURR15(2) WRTV8
SUMWACurrency Key for the Totals SUMWA_KKCUKY5TCURCWAERS
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
STARSStatus of the returns lot STARS_KKCHAR1STARS_KK
XSTEBBank Charges Include Tax XSTEB_KKCHAR1XFELD
XRLSBReturns Amounts Include Bank Charges XRLSB_KKCHAR1XFELD
SKZB1Tax Code: Bank Charge 1 SKZB1_KKCHAR2T007AMWSKZ
SKZB2Tax Code from Bank 2 SKZB2_KKCHAR2T007AMWSKZ
SKZV1Tax Code: Returns Charge 1 SKZV1_KKCHAR2T007AMWSKZ
SKZV2Tax Code for Return Fees 2 SKZV2_KKCHAR2T007AMWSKZ
BANKLBank country key BANKSCHAR3T005LAND1BKL
BANKKBank Keys BANKKCHAR15BNKABANKKBNK
BANKNBank account number BANKNCHAR18BANKN
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
XCALCGEBCalculate Charges Automatically XRLSCALCGEB_KKCHAR1XFELD
XACCEPTCHARGESReturns: Accepting Charges over Tolerance Limit XACCEPTCHARGES_KKCHAR1XFELD
FLAGSStatus marker FLAGPOOL32CHAR32FLAGPOOL32_KK
RLMODReturns Posting Type RLMOD_KKCHAR1RLMOD_KK
KSUMSSpecified Debit Total KTSUS_KKCURR15(2) WERT8
KSUMHSpecified Credit Total KTSUH_KKCURR15(2) WERT8
KSUMPSpecified Number of Items KSUMP_KKNUMC6
XERWREnhanced Returns Processing XERWR_KKCHAR1XFELD
RLGRDReturn reason RLGRD_KKCHAR3Assigned to domainRLGRD_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKRK
INTO CORRESPONDING FIELDS OF WA_DFKKRK
WHERE...

How to access SAP table DFKKRK

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