BNK_BANK_ACCOUNT_STATE_POST_M SAP (Post Mapping Structure of BankAccountStatementNotification_I) Structure details

Dictionary Type: Structure
Description: Post Mapping Structure of BankAccountStatementNotification_I




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




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

BNK_BANK_ACCOUNT_STATE_POST_M 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 "Post Mapping Structure of BankAccountStatementNotification_I" 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_BNK_BANK_ACCOUNT_STATE_POST_M TYPE BNK_BANK_ACCOUNT_STATE_POST_M.

The BNK_BANK_ACCOUNT_STATE_POST_M table consists of various fields, each holding specific information or linking keys about Post Mapping Structure of BankAccountStatementNotification_I data available in SAP. These include BANKKEY (Bank key (usually bank number)), BANK_CTRY (Bank country key), COUNTRYISO (Country ISO code), BANK_NAME (Name of bank).. 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: Can Be Enhanced (Deep)


SAP BNK_BANK_ACCOUNT_STATE_POST_M 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
BANK_ACCOUNT 0
BANKKEYBank key (usually bank number) BF_BANKKEBCHAR15BANKK
BANK_CTRYBank country key BANKSCHAR3LAND1BKL
COUNTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
BANK_NAMEName of bank BANKACHAR60TEXT60
SWIFT_CODESWIFT/BIC for International Payments SWIFTCHAR11SWIFT
BANK_ACCTBank account number BANKNCHAR18BANKN
ACCTHOLDERBank account holder BF_KTOIHEBCHAR35CHAR35
ACCTSPNAMESpecial account name BF_KTOSBEBCHAR35CHAR35
ACCT_TYPEBank account type BF_BKTOAEBCHAR23CHAR23
ACCURRCurrency Key BF_ACCURRCUKY5WAERSFWS
ACCURR_ISOISO code account currency BF_CURRISOCHAR3ISOCD
BANK_REFReference specifications for bank details BKREFCHAR20CHAR20
CUST_ID_NOCustomer/vendor EB number BF_TEILNEBCHAR20CHAR20
STMT_HEADER 0
STMT_NOStatement Number BF_AZNUMEBNUMC5NUM5
STMTPAGENOStatement page number BF_AZSNREBNUMC3NUM3
SEQUENCEBank statement sequential number BF_SEQNREBNUMC4BF_SEQNREB
SEQ_STATUSSequence status BF_SEQSTEBCHAR1BF_SEQSTEB
STMT_DATEStatement Date BF_AZDATEBDATS8DATUM
STMT_TIMEAcct statement time BF_AZTIMEBTIMS6TIMES
LIFE_STARTStart of period BF_BLAUFEBDATS8DATUM
LIFE_ENDPeriod end BF_ELAUFEBDATS8DATUM
ORG_FORMATInput Format BF_INPFTEBCHAR2BF_INPFTEB
BEGBALTYPEOpening balance type (F=opening, M=interim, X=no entry) BF_SSTYPEBCHAR1CHAR1
BEGBALSIGNStarting balance +/- sign BF_SSVOZEBCHAR1CHAR1
BEGBALANCEOpening balance amount BAPI_SSBTRDEC23(4) BAPICURR
DEBIT_AMTTotal debits BAPI_SUMSODEC23(4) BAPICURR
CREDIT_AMTTotal credits BAPI_SUMHADEC23(4) BAPICURR
ENDBALTYPEClosing balance type (F=closing, M=interim, X=blank) BF_ESTYPEBCHAR1CHAR1
ENDBALSIGNClosing balance +/- sign BF_ESVOZEBCHAR1CHAR1
ENDBALANCEEnding balance amount BAPI_ESBTRDEC23(4) BAPICURR
END_LC_AMTEnding balance equivalent in local currency BAPI_ESDMBDEC23(4) BAPICURR
LCCURRLocal Currency BF_LWAERCUKY5WAERS
LCCURR_ISOISO code for local currency BF_LCISOICHAR3ISOCD
CREDIT_INTCredit interest BF_HZINSEBDEC9(3) BF_HZINSEB
NO_OF_RECNumber of memo records from the bank statement BF_ANZESEBNUMC5NUM5
INPUT_TYPEEntry type BF_EFARTEBCHAR1CHAR1
LOCKBOX_NOLockbox number BF_LBXNOEBCHAR7CHAR7
STMT_ADDAMOUNTS 0
VALUE_DATEValue date BF_DATM1EBDATS8DDAT
VALUE_TIMETime of value date BF_TIME1EBTIMS6TIME
PRESENTMT1Total of first check debit BAPI_PRES1DEC23(4) BAPICURR
PRESENTMT2Total of second check debit BAPI_PRES2DEC23(4) BAPICURR
ADJUST_AMTRevised amount BAPI_ADJ01DEC23(4) BAPICURR
PRESMT_SUMOverall total of checks BAPI_TOTALDEC23(4) BAPICURR
AVLBALANCECurrent bank account balance BAPI_AVBALDEC23(4) BAPICURR
STMT_ITEMS 0
STMT_TXT_ITEMS 0

Key field Non-key field



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

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

How to access SAP table BNK_BANK_ACCOUNT_STATE_POST_M

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