BKKC10 SAP (Gen. Ledger: Balances in FI per BCA Cust.Acct. / Bal.Sh.Prep) Table details

Dictionary Type: Table
Description: Gen. Ledger: Balances in FI per BCA Cust.Acct. / Bal.Sh.Prep




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




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

BKKC10 is a standard SAP Table which is used to store Gen. Ledger: Balances in FI per BCA Cust.Acct. / Bal.Sh.Prep data and is available within R/3 SAP systems depending on the version and release level.

The BKKC10 table consists of various fields, each holding specific information or linking keys about Gen. Ledger: Balances in FI per BCA Cust.Acct. / Bal.Sh.Prep data available in SAP. These include BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), GLACCT_D (GL Account Debit), DATE_POSTI (Posting Date Inversion).. 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: Not classified


SAP BKKC10 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
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10BKK40ALPHABKK_ACCNTACI
GLACCT_DGL Account Debit BKK_GLACCDCHAR10Assigned to domainALPHASAKNR
DATE_POSTIPosting Date Inversion BKK_PSTDTICHAR8INVDTDATUM_INV
ACURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
GLACCT_CGeneral Ledger Account: Credit BKK_GLACCCCHAR10Assigned to domainALPHASAKNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
FLAG_DCGL: FI Posting to GL Account Debits/Credits BKK_GLDCACCHAR1BKK_GLDCAC
A_AMOUNTTotal BKK_AMNTSUMCURR23(2) BKK_TOAMT

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKC10
INTO CORRESPONDING FIELDS OF WA_BKKC10
WHERE...

How to access SAP table BKKC10

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