BKKOVR_ACCNT SAP (Item Table: Accounts with Tolerated Overdraft) Table details

Dictionary Type: Table
Description: Item Table: Accounts with Tolerated Overdraft




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




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

BKKOVR_ACCNT is a standard SAP Table which is used to store Item Table: Accounts with Tolerated Overdraft data and is available within R/3 SAP systems depending on the version and release level.

The BKKOVR_ACCNT table consists of various fields, each holding specific information or linking keys about Item Table: Accounts with Tolerated Overdraft data available in SAP. These include RUN_NO (Number of the Monitoring Run for Tolerated Overdraft), BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), ACNUM_EXT (Account number for current account).. 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 BKKOVR_ACCNT 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
RUN_NONumber of the Monitoring Run for Tolerated Overdraft BKK_OVR_RUN_NONUMC8NUMC8
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10BKK40ALPHABKK_ACCNTACI
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
WAERSCurrency of Current Account BKK_ACCURCUKY5Assigned to domainWAERS
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RLTYPBP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
TYPEBusiness partner category BU_TYPECHAR1BU_TYPEBPY
BPKINDBusiness Partner Type BU_BPKINDCHAR4Assigned to domainBU_KIND
LEGAL_ENTYBP: Legal form of organization BU_LEGENTYCHAR2Assigned to domainBU_LEGENTYH_TB019
PARTGRPTYPGroup type BU_GRPTYPCHAR4Assigned to domainBU_GRPTYPH_TB025
STATEMonitoring Status of a Tolerated Overdraft BKK_OVRSTATUSCHAR1BKK_OVRSTATUS
OVRFROMStart Date of Overdraft BKK_OVRFROMDATS8DATUM
OVRTOEnd Date of Overdraft BKK_OVRTODATS8DATUM
LIMSUMLimit Amount BKK_LIMSUMCURR17(2) TFM_WRTV9
BALANCEAccount balance BKK_PBALCURR23(2) BKK_TOAMT

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKOVR_ACCNT
INTO CORRESPONDING FIELDS OF WA_BKKOVR_ACCNT
WHERE...

How to access SAP table BKKOVR_ACCNT

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