T5F6H SAP (List of Employer Banks) Table details

Dictionary Type: Table
Description: List of Employer Banks




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




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

T5F6H is a standard SAP Table which is used to store List of Employer Banks data and is available within R/3 SAP systems depending on the version and release level.

The T5F6H table consists of various fields, each holding specific information or linking keys about List of Employer Banks data available in SAP. These include NDLOT (Batch no.), BANKR (Employer's bank code CBE), PEDPA (Payroll period), BANER (Employer's 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5F6H 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
ITFPCPAC P06I_ITFPCCHAR6P06I_ITFPC
NDLOTBatch no. P06I_NDLOTCHAR2P06I_NDLOT
BANKREmployer's bank code CBE P06I_BANKRCHAR3P06I_BANKR
PEDPAPayroll period P06I_PEDPANUMC4P06I_PEDPA
BANEREmployer's Bank P06I_BANERCHAR5P06I_BANER
GUIEREmployer Window P06I_GUIERCHAR5P06I_GUIER
COENRRecord Code P06I_COENRCHAR1P06I_COENR
TECBECBE witness P06I_TECBECHAR1P06I_TECBE
NECBECBE issuer no. P06I_NECBECHAR6P06I_NECBE
DOCBEBanker's Order CBE C06I_DOCBECHAR24P06I_DOCBE
NCCBECBE account no. P06I_NCCBECHAR11P06I_NCCBE
RIBNRBank Identity no. P06I_RIBNRCHAR2P06I_RIBNR
TVCBETotal CBE Bank Transfers/Central P06I_TVCBEDEC11(2) P06I_TVCBE
TVOKSTotal Bank Transfers OK/Station P06I_TVOKSDEC11(2) P06I_TVOKS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5F6H
INTO CORRESPONDING FIELDS OF WA_T5F6H
WHERE...

How to access SAP table T5F6H

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