DFKKZWH SAP (Doubtful/Ind.Val.Adj.Receivables - History) Table details

Dictionary Type: Table
Description: Doubtful/Ind.Val.Adj.Receivables - History




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




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

DFKKZWH is a standard SAP Table which is used to store Doubtful/Ind.Val.Adj.Receivables - History data and is available within R/3 SAP systems depending on the version and release level.

The DFKKZWH table consists of various fields, each holding specific information or linking keys about Doubtful/Ind.Val.Adj.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), LFDNR (Sequence Number (Internal Use Only)).. 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 DFKKZWH 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
LFDNRSequence Number (Internal Use Only) LFDNR_KKNUMC3NUMC3
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 DFKKZWH using ABAP code

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

SELECT SINGLE *
FROM DFKKZWH
INTO CORRESPONDING FIELDS OF WA_DFKKZWH
WHERE...

How to access SAP table DFKKZWH

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