BAPI_IBKK_BALNOT_HEADER SAP (Balance Notification Header) Structure details

Dictionary Type: Structure
Description: Balance Notification Header




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




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

BAPI_IBKK_BALNOT_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 "Balance Notification Header" 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_BALNOT_HEADER TYPE BAPI_IBKK_BALNOT_HEADER.

The BAPI_IBKK_BALNOT_HEADER table consists of various fields, each holding specific information or linking keys about Balance Notification Header data available in SAP. These include BALANCENOTIFICATIONNUM (Sequential Balance Notification Number), KEYDATE (Key Date on Which Balance Notification Is To Be Created), BALANCENOTIFICATIONDATE (Date of Creation of Balance Notification), BALANCENOTIFICATIONTIME (Time of Creation of Balance Notification).. 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: Cannot Be Enhanced


SAP BAPI_IBKK_BALNOT_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
BALANCENOTIFICATIONYEARYear of Balance Notification BAPI_BKK_DTE_BALNOT_YEARNUMC4NUM4
BALANCENOTIFICATIONNUMSequential Balance Notification Number BAPI_BKK_DTE_BALNOT_NONUMC3NUM3
KEYDATEKey Date on Which Balance Notification Is To Be Created BAPI_BKK_DTE_KEY_DAYDATS8DATUM
BALANCENOTIFICATIONDATEDate of Creation of Balance Notification BAPI_BKK_DTE_BALNOTDATEDATS8DATUM
BALANCENOTIFICATIONTIMETime of Creation of Balance Notification BAPI_BKK_DTE_BALNOTTIMETIMS6UZEIT
BALANCEBalance Notification Balance BAPI_BKK_DTE_BALNOT_BALANCEDEC28(9) BAPICUREXT
CURRENCYCurrency BAPI_BKK_DTE_BALNOT_CURRCUKY5Assigned to domainWAERS
BALANCENOTIFICATIONYEARLASTYear of Balance Notification BAPI_BKK_DTE_BALNOT_YEARNUMC4NUM4
BALANCENOTIFICATIONNUMLASTSequential Balance Notification Number BAPI_BKK_DTE_BALNOT_NONUMC3NUM3
KEYDATELASTKey Date on Which Last Balance Notification Was Created BKK_FIXED_DAY_LASTDATS8DATUM
BANKNAMEName of bank BAPI_BKK_DTE_BANK_NAMECHAR60TEXT60
REGIONDescription of Region BAPI_BKK_DTE_DESCR_REGIONCHAR20TEXT20
HOUSENUMBERANDSTREETStreet and House Number BAPI_BKK_DTE_HOUSENO_STREETCHAR35TEXT35
CITYCity BAPI_BKK_DTE_CITYCHAR35TEXT35
BANKBRANCHBank Branch BAPI_BKK_DTE_BANK_BRANCHCHAR40TEXT40
BANKKEYBank Key BAPI_BKK_DTE_BANKKEYCHAR15BANKK
BANKCOUNTRYKEYBank country key BAPI_BKK_DTE_BANK_CNTRY_KEYCHAR3Assigned to domainLAND1BKL
DESCRBANKCOUNTRYCountry Name BAPI_BKK_DTE_DESCR_BANK_CNTRYCHAR15TEXT15
BANKCOUNTRYKEYISOCountry ISO code BAPI_BKK_DTE_INTCACHAR2INTCAF4_INTCA
SWIFTCODESWIFT Code for International Payments BAPI_BKK_DTE_SWIFT_CODECHAR11SWIFT
BANKNUMBERBank number BAPI_BKK_DTE_BANKNUMBERCHAR15BANKLBLZ
BANKAREABank Area for Internal Reference Account BAPI_BKK_DTE_BANKAREACHAR4Assigned to domainBKK_BKKRS
EXTERNALACCOUNTNUMBERExternal Account Number BAPI_BKK_DTE_ACCOUNTEXTCHAR35ACEXTBKK_ACEXT
ACCOUNTNRINTERNALInternal Account Number for Customer Account BAPI_BKK_DTE_ACCOUNTINTCHAR10Assigned to domainALPHABKK_ACCNTACI
BUSINESSPARTNERNOBusiness Partner Account Holder BAPI_BKK_DTE_ACCNTHOLDCHAR10Assigned to domainALPHABU_PARTNER
ACCOUNTOPENINGDATEAccount Opening Date BAPI_BKK_DTE_ACC_OPENING_DATEDATS8DATUM

Key field Non-key field



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

As BAPI_IBKK_BALNOT_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_BALNOT_HEADER as there is no data to select.

How to access SAP table BAPI_IBKK_BALNOT_HEADER

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