BKK01D SAP (Bank area: Posting Date Payment Transactions/Balancing) Table details

Dictionary Type: Table
Description: Bank area: Posting Date Payment Transactions/Balancing




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




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

BKK01D is a standard SAP Table which is used to store Bank area: Posting Date Payment Transactions/Balancing data and is available within R/3 SAP systems depending on the version and release level.

The BKK01D table consists of various fields, each holding specific information or linking keys about Bank area: Posting Date Payment Transactions/Balancing data available in SAP. These include BKKRS (Bank Area), PDAT_ACT (Current Posting Date Payment Transactions in Bank Area), CDAT_ACT (Current Posting Date for Balancing in Bank Area), PD_CHSRC (Posting Date: ID Source Last Change).. 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 BKK01D 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
PDAT_ACTCurrent Posting Date Payment Transactions in Bank Area BKK_ACTPDTDATS8DATUM
CDAT_ACTCurrent Posting Date for Balancing in Bank Area BKK_ACTCDTDATS8DATUM
PD_CHSRCPosting Date: ID Source Last Change BKK_PDCHFLCHAR1CHAR1
PD_CHUSRLast user to change object BKK_CHUSRCHAR12USNAM
PD_CHDATDate on which the object was last changed BKK_CHDATDATS8DATUM
PD_CHTIMTime at Which Object was Last Changed BKK_CHTIMTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKK01D
INTO CORRESPONDING FIELDS OF WA_BKK01D
WHERE...

How to access SAP table BKK01D

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