DFKKFWBEW SAP (Management Data for Foreign Currency Valuations) Table details

Dictionary Type: Table
Description: Management Data for Foreign Currency Valuations




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




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

DFKKFWBEW is a standard SAP Table which is used to store Management Data for Foreign Currency Valuations data and is available within R/3 SAP systems depending on the version and release level.

The DFKKFWBEW table consists of various fields, each holding specific information or linking keys about Management Data for Foreign Currency Valuations data available in SAP. These include BWDAT (Key Date for OI Overview), BUKRS (Company Code), CURTP (Currency Type and Valuation View), BWVAR (Valuation Variant in 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: Cannot Be Enhanced


SAP DFKKFWBEW 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
BWDATKey Date for OI Overview F100STAGDATS8DATUM
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
CURTPCurrency Type and Valuation View CURTP_BCHAR2CURTP_B
BWVARValuation Variant in FI-CA Year-End Closing BWVAR_KKCHAR3TFK044CBWVAR_KKBWB
FBZAECounter for Foreign Currency Valuation Run FBZAE_KKNUMC3NUMC3
UNAMEUser Name SYUNAMECHAR12SYCHAR12
CDATESystem Date SYDATUMDATS8SYDATS
CTIMETIME Data Element for SYST SYTIMETIMS6SYTIME
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
BWMETValuation method BWMET_KKCHAR4TFK044ABWMET_KK
BWBERValuation Area for FI-CA Year-End Closing BWBER_KKCHAR3TFK044BWBER_KKBWB
LDGRPLedger Group LDGRP_KKCHAR4Assigned to domainFAGL_LDGRP
VGLDATComparison Key Date for Lowest Value Principle VGLDAT_KKDATS8DATUM
FIKEY_CANCReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
BNEXTKey Date for OI Overview F100STAGDATS8DATUM
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKFWBEW
INTO CORRESPONDING FIELDS OF WA_DFKKFWBEW
WHERE...

How to access SAP table DFKKFWBEW

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