T7BGA1 SAP (Bank transfer - interface table) Table details

Dictionary Type: Table
Description: Bank transfer - interface table




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




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

T7BGA1 is a standard SAP Table which is used to store Bank transfer - interface table data and is available within R/3 SAP systems depending on the version and release level.

The T7BGA1 table consists of various fields, each holding specific information or linking keys about Bank transfer - interface table data available in SAP. These include LAUFD (Date on Which the Program Is to Be Run), LAUFI (Additional Identification), VBLNR (Document Number of the Payment Document), ZBUKR (Company Code).. 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 T7BGA1 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
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
ZBUKRCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BSTATBULSTAT-EIK - Company ID PBG_BSTATCHAR15Assigned to domainPBG_BSTAT
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
UBNKLBank number of our bank UBNKLCHAR15BANKL
UBKNTOur account number at the bank UBKNTCHAR18BANKN
UIBANIBAN (International Bank Account Number) IBANCHAR34IBAN
USWIFSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
UBNKAName of bank BANKACHAR60TEXT60
UBRNCBank Branch BRNCHCHAR40TEXT40
UADDRHouse number and street STRAS_GPCHAR35TEXT35
BETRGAmount in Local Currency RBETRCURR13(2) WRTV7
LWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FBETRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
WAERSPayment Currency PAD_WAERSCUKY5Assigned to domainWAERSFWS
BETWDAmount in words PBG_BETWDCHAR50CHAR50
EMFSLPayee key for bank transfers EMFSLCHAR8EMFSL
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
ZLSCHPayment Method PCODECHAR1T042ZZLSCH
ZIBANIBAN (International Bank Account Number) IBANCHAR34IBAN
ZSWIFSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
ZBNKAName of bank BANKACHAR60TEXT60
EMFTXPayee Text EMFTXCHAR40TEXT40
PKINDKind of payment - EE born before 1.1.1960 PBG_PKINDCHAR6CHAR6
GRPAYGrounds for payment PBG_GRPAYCHAR29CHAR29
ADDETAdditional details of payment PBG_ADDETCHAR33CHAR33
PDTYPPayment document type PBG_PDTYPCHAR1PBG_PDTYP
PDNUMPayment document number PBG_PDNUMCHAR17CHAR17
PDBEGPayment Document - From PBG_PDBEGDATS8DATUM
PDENDPayment document - To PBG_PDENDDATS8DATUM
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
LGARTWage Type LGARTCHAR4Assigned to domainLGART
ZWECKEE Reference (e.g. EE bank account number, ...) PBG_EEREFCHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7BGA1
INTO CORRESPONDING FIELDS OF WA_T7BGA1
WHERE...

How to access SAP table T7BGA1

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