DFKK_BALANOTE SAP (Balance Confirmation - Check Table) Table details

Dictionary Type: Table
Description: Balance Confirmation - Check Table




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




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

DFKK_BALANOTE is a standard SAP Table which is used to store Balance Confirmation - Check Table data and is available within R/3 SAP systems depending on the version and release level.

The DFKK_BALANOTE table consists of various fields, each holding specific information or linking keys about Balance Confirmation - Check Table data available in SAP. These include LAUFD (Date ID), LAUFI (Additional Identification Characteristic), VKONT (Contract Account Number), GPART (Business Partner Number).. 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 (Deep)


SAP DFKK_BALANOTE 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
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
SALDOBalance Notification - Balance Determined in Transact. Crcy BETW_BALA_KKCURR13(2) WRTV7
ANSWERCustomer's Reply Received ANSW_BALA_KKCHAR1XFELD
SALDO_CBalance Notification - Balance at Customer in Transact. Crcy BETCW_BALA_KKCURR13(2) WRTV7
METHODBalance Confirmation Procedure BNMETH_KKCHAR1F130BSTV
KEY_DATEKey Date for Balance Notification KEYDT_KKDATS8SYDATS
MLAUFDDunning Date ID MLAUFD_KKDATS8DATUM
MLAUFIDunning Identification Characteristic MLAUFI_KKCHAR6LAUFI_KK
ITEMSHits HITNUM_KKINT410INT4
SALDO_HBalance Notification - Balance Determined in Local Currency BETH_BALA_KKCURR13(2) WRTV7
WAERHLocal currency WAERHCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKK_BALANOTE
INTO CORRESPONDING FIELDS OF WA_DFKK_BALANOTE
WHERE...

How to access SAP table DFKK_BALANOTE

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