DFKKZWFH SAP (Doubtful/Individually Adjusted Receivables: History) Table details

Dictionary Type: Table
Description: Doubtful/Individually Adjusted Receivables: History




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




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

DFKKZWFH is a standard SAP Table which is used to store Doubtful/Individually Adjusted Receivables: History data and is available within R/3 SAP systems depending on the version and release level.

The DFKKZWFH table consists of various fields, each holding specific information or linking keys about Doubtful/Individually Adjusted Receivables: History data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPW (Repetition Item in Contract Account Document), OPUPK (Item number in contract account document), BWBER (Valuation Area for FI-CA Year-End Closing).. 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 DFKKZWFH 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
BWBERValuation Area for FI-CA Year-End Closing BWBER_KKCHAR3Assigned to domainBWBER_KKBWB
LFDNRSequence Number (Internal Use Only) LFDNR_KKNUMC3NUMC3
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
OFFBTOpen amount at time of doubtful entry/IVA OFFBT_KKCURR13(2) WRTV7
AWSTBCalculation Type for Individual Value Adjustments AWSTB_KKCHAR2ABSTW_KK
BUDATDate of doubtful entry/individual value adjustment WZDAT_KKDATS8DATUM
KENNZDbtfl/IVA (manual/automatic) KENNZ_KKCHAR1KENNZ_KK
GRUNDAdjustment reason GRUND_KKCHAR2Assigned to domainGRUND_KK
PROZTPercentage share of value adjustment PROZT_KKNUMC3PROZENT100
WBBTRSpecified Value Adjustment Amount WBBTR_KKCURR13(2) WRTV7
RGRNDReset reason for doubtful entry/individual value adjustment RGRND_KKCHAR2Assigned to domainRGRND_KK
REDATReset date for doubtful entry/individual value adjustment REDAT_KKDATS8REDAT_KK
AENAMLast changed by AENAM_KKCHAR12USNAM
ACPDTDate the object was last changed ACPDT_KKDATS8DATUM
ACPTMTime the object was last changed ACPTM_KKTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKZWFH
INTO CORRESPONDING FIELDS OF WA_DFKKZWFH
WHERE...

How to access SAP table DFKKZWFH

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