BKKOVR_HD SAP (Header Table Administration Accts with Tolerated Overdraft) Table details

Dictionary Type: Table
Description: Header Table Administration Accts with Tolerated Overdraft




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




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

BKKOVR_HD is a standard SAP Table which is used to store Header Table Administration Accts with Tolerated Overdraft data and is available within R/3 SAP systems depending on the version and release level.

The BKKOVR_HD table consists of various fields, each holding specific information or linking keys about Header Table Administration Accts with Tolerated Overdraft data available in SAP. These include RUN_NO (Number of the Monitoring Run for Tolerated Overdraft), DATE_START (Start Date of Overdraft Control), TIME_START (Start Time of Overdraft Control), DATE_FINISH (End Date of Overdraft Control).. 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_HD 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
RUN_NONumber of the Monitoring Run for Tolerated Overdraft BKK_OVR_RUN_NONUMC8NUMC8
DATE_STARTStart Date of Overdraft Control BKK_ODATE_STARTDATS8DATUM
TIME_STARTStart Time of Overdraft Control BKK_OTIME_STARTTIMS6TIME
DATE_FINISHEnd Date of Overdraft Control BKK_ODATE_FINISHDATS8DATUM
TIME_FINISHEnd Time of Overdraft Control BKK_OTIME_FINISHTIMS6TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKOVR_HD
INTO CORRESPONDING FIELDS OF WA_BKKOVR_HD
WHERE...

How to access SAP table BKKOVR_HD

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