T028B SAP (Transaction Type of Sender Bank) Pooled Table details

Dictionary Type: Pooled Table
Description: Transaction Type of Sender Bank




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




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

T028B is a standard SAP Pooled Table which is used to store Transaction Type of Sender Bank data and is available within R/3 SAP systems depending on the version and release level.

The T028B table consists of various fields, each holding specific information or linking keys about Transaction Type of Sender Bank data available in SAP. These include BANKL (Bank key (usually bank number)), KTONR (Bank account number), VGTYP (Transaction type), CURRKEY (Class of the currency key used).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T028B pooled 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
BANKLBank key (usually bank number) BANKK_EBCHAR15BANKK
KTONRBank account number BANKNCHAR18BANKN
VGTYPTransaction type VGTYP_EBCHAR8T028VVGTYP_EB
CURRKEYClass of the currency key used CURRKEYCHAR8T028OCURRKEY
DSARTPlanning type DSARTCHAR2T037DSARTFFA
XVERDSummarize bank statement items FFDISXVERDCHAR1XFELD
BNKKOCash Management Account Name DISKBCHAR10T035DALPHADISKB
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WORKLISTWorklist WORKLIST_EBCHAR10TFAVCHAR10
NOCLEARNo Automatic Clearing NOAUTOCLEAR_EBCHAR1XFELD
MANSPSet Dunning Block MANSP_EBCHAR1T040SMANSP
ANZTGDays after which Dunning Block Is Deleted ANZTG_EBNUMC2NUM02

Key field Non-key field



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

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

SELECT SINGLE *
FROM T028B
INTO CORRESPONDING FIELDS OF WA_T028B
WHERE...

How to access SAP table T028B

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