T5DB9 SAP (Construction Pay Evaluation Records for Social Fund Proc.) Table details

Dictionary Type: Table
Description: Construction Pay Evaluation Records for Social Fund Proc.




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




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

T5DB9 is a standard SAP Table which is used to store Construction Pay Evaluation Records for Social Fund Proc. data and is available within R/3 SAP systems depending on the version and release level.

The T5DB9 table consists of various fields, each holding specific information or linking keys about Construction Pay Evaluation Records for Social Fund Proc. data available in SAP. These include PERNR (Personnel Number), FORNR (Number of Evaluation in Social Fund Procedure - Const. Ind.), ENDDA (End Date), SEQNO (Sequence Number 2 Places).. 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 T5DB9 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
FORNRNumber of Evaluation in Social Fund Procedure - Const. Ind. P01B_FORNRNUMC2NUMC2
ENDDAEnd Date ENDDADATS8DATUM
SEQNOSequence Number 2 Places P01B_SEQN2NUMC2NUMC2
ZVKASSocial Fund P01B_ZVKASCHAR2T5DBAP01B_ZVKAS
BNRSKCompany Number at a Social Fund - Construction Industry P01B_BNRSKCHAR8BTRNR
RZNUMData Center Number for Construction Industry Social Fund P01B_RZNUMCHAR8T5DBYP01B_RZNUM
RZDATCreation Date of Data Medium P01B_RZDATDATS8SYDATS
SEQN2Sequence Number 2 Places P01B_SEQN2NUMC2NUMC2
MODIFModification Status for Evaluation Records SFP Construction P01B_MODIFCHAR1P01B_MODIF
STATSUtilization Status for Evaluation Records SFP Construction P01B_STATSCHAR1P01B_STATS
STORNCancellation Status for Evaluation Records SFP Construction P01B_STORNCHAR1P01B_STORN
ERRORError Status for Evaluation Records SFP Construction P01B_ERRORCHAR4P01B_ERROR
BEGDAStart Date BEGDADATS8DATUM
ZVKANEmployee Number at a Construction Social Insurance Fund P01B_ZVKANCHAR13P01B_ZVKAN
BAUTYEmployee Subgroup Grouping for Construction Pay P01B_BAUTYCHAR1P01B_BAUTY
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
SBMODAdministrator Group SBMODCHAR4CHAR4SGR
SACHAPayroll Administrator SACHACHAR3SACHA
ANAMEEdited Name (Sortable) P01B_ANAMECHAR20TEXT20
XDATAData Packet for Evaluation Data Record SFP Construction P01B_XDATACHAR240TEXT240

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DB9
INTO CORRESPONDING FIELDS OF WA_T5DB9
WHERE...

How to access SAP table T5DB9

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