BKK97 SAP (Acct Balancing: Posting Data (Temporary Data)(for Deletion)) Table details

Dictionary Type: Table
Description: Acct Balancing: Posting Data (Temporary Data)(for Deletion)




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




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

BKK97 is a standard SAP Table which is used to store Acct Balancing: Posting Data (Temporary Data)(for Deletion) data and is available within R/3 SAP systems depending on the version and release level.

The BKK97 table consists of various fields, each holding specific information or linking keys about Acct Balancing: Posting Data (Temporary Data)(for Deletion) data available in SAP. These include BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), CLOS_TYP (Consolidation Frequency), CLOS_YEAR (Year of the closing period).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BKK97 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
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI
CLOS_TYPConsolidation Frequency BKK_CLSTYPCHAR4Assigned to domainBKK_FUNCT
CLOS_YEARYear of the closing period BKK_CLYEARNUMC4NUM4
CLOS_NRNumber of Balancing Period BKK_CLNRNUMC3NUM3
CLOS_NRADDAddition to Balancing Period Number BKK_CLNRADNUMC3NUM3
POSTCATG_IPosting Category for Balancing Postings BKK_POSTCGCHAR2Assigned to domainBKK_POSTCG
POSTCATADDConsecutive Number per Posting Type BKK_POADDNUMC3NUM3
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
DATE_VALUEValue date BKK_VALDATDATS8DATUM
DATE_POSTPosting date BKK_PSTDATDATS8DATUM
WAERSAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
AMOUNTAmount in Account Currency BKK_AAMNTCURR17(2) BKK_ITAMT
LCURLocal Currency BKK_LCURCUKY5Assigned to domainWAERS
L_AMOUNTAmount in Local Currency BKK_LAMNTCURR17(2) BKK_ITAMT
NCURReporting Account Currency BKK_NACURCUKY5Assigned to domainWAERS
N_AMOUNTAmount in Information Account Currency BKK_NAAMNTCURR17(2) BKK_ITAMT
PAYM_NOTEPurpose BKK_PAYNTECHAR70BKK_PAYNTE
STATTODELStatus for Acct. Closure BKK_DELSTNUMC1BKK_DELST
REFACCTReference Account: Internal Control BKK_REFACCTNUMC1BKK_REFACCT
TRNSTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
MEDIUMMedium BKK_MEDIUMCHAR4Assigned to domainBKK_MEDIUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKK97
INTO CORRESPONDING FIELDS OF WA_BKK97
WHERE...

How to access SAP table BKK97

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