DFKKZWFT SAP (Doubtful/Individually Adjusted Receivables: Trigger Table) Table details

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




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




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

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

The DFKKZWFT table consists of various fields, each holding specific information or linking keys about Doubtful/Individually Adjusted Receivables: Trigger Table 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 DFKKZWFT 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
WAERSCurrency Key WAERS_KKCUKY5TCURCWAERSFWS
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_KKCHAR2TFKZGRGRUND_KK
PROZTPercentage share of value adjustment PROZT_KKNUMC3PROZENT100
RGRNDReset reason for doubtful entry/individual value adjustment RGRND_KKCHAR2TFKZRGRRGRND_KK
REDATReset date for doubtful entry/individual value adjustment REDAT_KKDATS8REDAT_KK
ERNAMCreated by ERNAM_KKCHAR12USNAM
ECPDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
ECPTMTime of Entry CPUTMTIMS6UZEIT
AENAMLast changed by AENAM_KKCHAR12USNAM
ACPDTDate the object was last changed ACPDT_KKDATS8DATUM
ACPTMTime the object was last changed ACPTM_KKTIMS6UZEIT
WZKONG/L account number of doubtful entry account WZKON_KKCHAR10SKA1ALPHASAKNR
WBAKOExpense account for value adjustment WBAKO_KKCHAR10SKA1ALPHASAKNR
WBKKOAdjustment account for value adjustment WBKKO_KKCHAR10SKA1ALPHASAKNR
WZKKOAdjustment Account for Doubtful Receivables WZKKO_KKCHAR10SKA1ALPHASAKNR
WBEKORevenue Account for Resetting a Value Adjustment WBEKO_KKCHAR10SKA1ALPHASAKNR
WBBTRSpecified Value Adjustment Amount WBBTR_KKCURR13(2) WRTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKZWFT
INTO CORRESPONDING FIELDS OF WA_DFKKZWFT
WHERE...

How to access SAP table DFKKZWFT

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