BAPI_IBKK_BKSTAT_HEADER SAP (BCA: Bank Statement Header for Bank Statement BAPI) Structure details

Dictionary Type: Structure
Description: BCA: Bank Statement Header for Bank Statement BAPI




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




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

BAPI_IBKK_BKSTAT_HEADER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BCA: Bank Statement Header for Bank Statement BAPI" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPI_IBKK_BKSTAT_HEADER TYPE BAPI_IBKK_BKSTAT_HEADER.

The BAPI_IBKK_BKSTAT_HEADER table consists of various fields, each holding specific information or linking keys about BCA: Bank Statement Header for Bank Statement BAPI data available in SAP. These include STATNUMBER (Bank Statement Number), KEYDATE (Key date), STATDATE (Bank Statement Date), STATTIME (Bank Statement Time).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPI_IBKK_BKSTAT_HEADER structure 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
STATYEARBank Statement Year BAPI_BKK_DTE_BANKSTMT_YEARNUMC4NUM4
STATNUMBERBank Statement Number BAPI_BKK_DTE_BANK_STMT_NUMBERNUMC3NUM3
KEYDATEKey date BAPI_BKK_DTE_KEYDATENUMC2BKK_DAY
STATDATEBank Statement Date BAPI_BKK_DTE_BANK_STMT_DATEDATS8DATUM
STATTIMEBank Statement Time BAPI_BKK_DTE_BANK_STMT_TIMETIMS6TIME
BALANCEClosing Balance BAPI_BKK_DTE_END_BALANCEDEC28(9) BAPICUREXT
CURRENCYCurrency BAPI_BKK_DTE_CURRENCYCUKY5Assigned to domainWAERS
BALNOT_YEARLASTBank Statement Year BAPI_BKK_DTE_STAT_LAST_YEARNUMC4NUM4
BALNOT_NOLASTSequential Bank Statement Number BAPI_BKK_DTE_STAT_LAST_NUMNUMC3NUM3
BANK_NAMEName of bank BAPI_BKK_DTE_BANK_NAMECHAR60TEXT60
BANKREGIONRegion (State, Province, County) BAPI_BKK_DTE_REGIONCHAR3Assigned to domainREGIO
BANKSTREETStreet and House Number BAPI_BKK_DTE_HOUSENO_STREETCHAR35TEXT35
BANKCITYCity BAPI_BKK_DTE_CITYCHAR35TEXT35
BANKBRNCHBank Branch BAPI_BKK_DTE_BANK_BRANCHCHAR40TEXT40
BANKKEYBank Key BAPI_BKK_DTE_BANKKEYCHAR15BANKK
BANKCNTRYKEYBank country key BAPI_BKK_DTE_BANK_CNTRY_KEYCHAR3Assigned to domainLAND1BKL
SWIFTSWIFT Code for International Payments BAPI_BKK_DTE_SWIFTCHAR11SWIFT
BNKLZBank number BAPI_BKK_DTE_BANKNUMBERCHAR15BANKLBLZ
BKKRSBank Area for Internal Reference Account BAPI_BKK_DTE_BANKAREACHAR4Assigned to domainBKK_BKKRS
ACCOUNTAccount number for current account BAPI_BKK_DTE_ACCNT_EXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
ACNUM_INTInternal Account Number for Current Account BAPI_BKK_DTE_ACCNT_INTCHAR10Assigned to domainALPHABKK_ACCNTACI
ACCTHOLDERBusiness Partner Number BAPI_BKK_DTE_BUSPARTNER_NOCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ACTEXTAccount Description for Current Account BAPI_BKK_DTE_ACCNT_TEXTCHAR60TEXT60
OPENDATEAccount Opening Date BAPI_BKK_DTE_ACC_OPENING_DATEDATS8DATUM
XSIMULBALNOTSimulate Bank Statement BAPI_BKK_DTE_XSIMULATECHAR1XFELD
XINTERESTBCA: Bank Statement Interest Info BAPI_BKK_DTE_XINTERESTINFOCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure BAPI_IBKK_BKSTAT_HEADER using ABAP code?

As BAPI_IBKK_BKSTAT_HEADER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPI_IBKK_BKSTAT_HEADER as there is no data to select.

How to access SAP table BAPI_IBKK_BKSTAT_HEADER

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