T7ROA1 SAP (Bank transfer - interface table) Table details

Dictionary Type: Table
Description: Bank transfer - interface table




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




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

T7ROA1 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 T7ROA1 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: Not classified


SAP T7ROA1 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 MANDTCLNT3Assigned to domainMANDT
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
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
EMFSLPayee key for bank transfers EMFSLCHAR8EMFSL
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
BKREFReference specifications for bank details BKREFCHAR20CHAR20
PSKTOAccount Number of Bank Account At Post Office PSKTOCHAR16PSKTO
ZLSCHPayment Method PCODECHAR1T042ZZLSCH
LGARTWage Type LGARTCHAR4Assigned to domainLGART
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
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
PTEXTText for bank transfer PRO_PTEXTCHAR30PRO_PTEXT
EMFTXPayee Text EMFTXCHAR40TEXT40
STRASHouse number and street STRASCHAR30TEXT30
BKPLZPostal Code BKPLZCHAR10PSTLZ
BKORTCity ORT01CHAR25TEXT25
ZIBANIBAN (International Bank Account Number) IBANCHAR34IBAN
ZSWIFSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
FCODEHRRO: Fiscal code PRO_FCODECHAR13PRO_FCODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7ROA1
INTO CORRESPONDING FIELDS OF WA_T7ROA1
WHERE...

How to access SAP table T7ROA1

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