T5DBY SAP (Construction Pay Data Center Numbers / SFP Data Medium) Table details

Dictionary Type: Table
Description: Construction Pay Data Center Numbers / SFP Data Medium




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




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

T5DBY is a standard SAP Table which is used to store Construction Pay Data Center Numbers / SFP Data Medium data and is available within R/3 SAP systems depending on the version and release level.

The T5DBY table consists of various fields, each holding specific information or linking keys about Construction Pay Data Center Numbers / SFP Data Medium data available in SAP. These include ZVKAS (Social Fund), RZNUM (Data Center Number for Construction Industry Social Fund), RZDAT (Creation Date of Data Medium), ENDDA (End date of data selection period).. 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 T5DBY 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
ZVKASSocial Fund P01B_ZVKASCHAR2T5DBAP01B_ZVKAS
RZNUMData Center Number for Construction Industry Social Fund P01B_RZNUMCHAR8P01B_RZNUM
RZDATCreation Date of Data Medium P01B_RZDATDATS8SYDATS
ENDDAEnd date of data selection period PNPENDDADATS8DATUM
BEGDAStart date of data selection period PNPBEGDADATS8DATUM
XABKRPayroll Area for Determining Time Period PNPXABKRCHAR2Assigned to domainABKRS
PABRJPayroll year for determining time period PNPPABRJNUMC4GJAHRGJAHR
PABRPPayroll period for determining time period PNPPABRPNUMC2PABRP
RZADRReturn Address for Data Center Number (Social Fund Cons.Ind) P01B_RZADRCHAR36TEXT36
DATUMSystem Date SYDATUMDATS8SYDATS
UZEITSystem Time SYUZEITTIMS6SYTIME
UNAMEUser Name SYUNAMECHAR12SYCHAR12
REPIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DBY
INTO CORRESPONDING FIELDS OF WA_T5DBY
WHERE...

How to access SAP table T5DBY

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