BKKC02 SAP (General Ledger: Posting Totals for FI) Table details

Dictionary Type: Table
Description: General Ledger: Posting Totals for FI




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




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

BKKC02 is a standard SAP Table which is used to store General Ledger: Posting Totals for FI data and is available within R/3 SAP systems depending on the version and release level.

The BKKC02 table consists of various fields, each holding specific information or linking keys about General Ledger: Posting Totals for FI data available in SAP. These include BKKRS (Bank Area), FIKEY (Reconciliation Key Accounting Documents), FIKEYC (Additional Reconciliation Key Accounting Documents), DOCNO (Item number in current accounts).. 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 BKKC02 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 MANDTCLNT3T000MANDT
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
FIKEYReconciliation Key Accounting Documents BKK_FIKEYNUMC10BKKC01BKK_FIKEY
FIKEYCAdditional Reconciliation Key Accounting Documents BKK_FIKEYCNUMC4BKKC01BKK_FIKEYC
DOCNOItem number in current accounts BKK_DOCNONUMC12Assigned to domainBKK_DOCNODOCNO
BUDATPosting Date in the Document BUDATDATS8DATUM
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
SUMSZTotals Record Number for Reconciliation Key BKK_SUMSZINT410
GL_SUMSZNo. of Totals Record G/L to Reconciliation Key BKK_GSUMSZINT410
BUDAT_GLPosting date BKK_PSTDATDATS8DATUM
VALUTValue date VALUTDATS8DATUM
A_AMOUNTTotal BKK_AMNTSUMCURR23(2) BKK_TOAMT
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAXITIndicator: Tax item BKK_TAXITCHAR1CHAR1
KTOSLTransaction Key KTOSLCHAR3CHAR3
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
ZUONRAssignment Number DZUONRCHAR18ZUONR

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKC02
INTO CORRESPONDING FIELDS OF WA_BKKC02
WHERE...

How to access SAP table BKKC02

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