BNK_BATCH_HEADER SAP (Batch Header) Table details

Dictionary Type: Table
Description: Batch Header




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




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

BNK_BATCH_HEADER is a standard SAP Table which is used to store Batch Header data and is available within R/3 SAP systems depending on the version and release level.

The BNK_BATCH_HEADER table consists of various fields, each holding specific information or linking keys about Batch Header data available in SAP. These include GUID (GUID to identify the batch), BATCH_NO (Batch Identification Number), RULE_ID (Rule Id), ITEM_CNT (Number of Payments).. 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: Cannot Be Enhanced


SAP BNK_BATCH_HEADER 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
GUIDGUID to identify the batch BNK_COM_BTCH_GUIDRAW16SYSUUID
BATCH_NOBatch Identification Number BNK_COM_BTCH_NONUMC10BNK_COM_BATCH_NO
RULE_IDRule Id BNK_COM_BTCH_RULE_IDCHAR10TBNK_RULEALPHABNK_COM_ID
ITEM_CNTNumber of Payments BNK_COM_BTCH_CTRNUMC5BNK_COM_CTR
LAUFDMerge Date BNK_COM_BTCH_MRGE_DATDATS8DATUM
LAUFIMerge Id BNK_COM_BTCH_MRGE_IDCHAR6LAUFI
XVORLIndicator: Only Proposal Run? XVORLCHAR1XFELD
LAUFD_FFile Date BNK_COM_BTCH_FILE_DATDATS8DATUM
LAUFI_FFile Id BNK_COM_BTCH_FILE_IDCHAR6LAUFI
BATCH_SUMBatch Amount in batch currency BNK_COM_BTCH_AMOUNTCURR13(2) WRTV7
BATCH_CURRBatch Currency BNK_COM_BTCH_CURRCUKY5Assigned to domainWAERS
MAX_PAY_AMTMaximum payment amount in batch currency BNK_COM_MAX_PAYMNT_AMOUNTCURR13(2) WRTV7
STATUSStatus Id BNK_COM_BTCH_STATUS_IDRAW16BNK_COM_STATUS_ID
CRUSRCreate User BNK_COM_CREATE_USERCHAR12USNAM
CRTIMECreate Time BNK_COM_CREATE_TIMETIMS6UZEIT
CRDATECreate Date BNK_COM_CREATE_DATEDATS8DATUM
CHUSRChange User BNK_COM_CHANGE_USERCHAR12USNAM
CHTIMEChange Time BNK_COM_CHANGE_TIMETIMS6UZEIT
CHDATEChange Date BNK_COM_CHANGE_DATEDATS8DATUM
CUR_PROCESSORCurrent processor BNK_COM_CUR_PROCESSORCHAR12USNAM
ARCHIVE_STATUSArchive Status BNK_COM_ARCHIVE_STATUSCHAR2BNK_COM_ARCHIVE_STATUS
ZBUKRPaying company code DZBUKRCHAR4Assigned to domainBUKRS
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
TOT_BTCH_AMTTotal batch amount in rule currency BNK_COM_BTCH_AMT_IN_RULE_CURRCURR13(2) WRTV7
MAXPAYAMT_RULECUMaximum payment Amount in rule currency BNK_COM_MAX_PYMNTAMT_IN_RULCURCURR13(2) WRTV7
GRP_FIELD1_VALUEGrouping field val1 BNK_COM_GRP_FLD_VAL1CHAR30CHAR30
GRP_FIELD2_VALUEGrouping field val2 BNK_COM_GRP_FLD_VAL2CHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM BNK_BATCH_HEADER
INTO CORRESPONDING FIELDS OF WA_BNK_BATCH_HEADER
WHERE...

How to access SAP table BNK_BATCH_HEADER

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