T5DPBS0F SAP (Models for Control of Annual Special Payment (TVoeD/TV-L)) Table details

Dictionary Type: Table
Description: Models for Control of Annual Special Payment (TVoeD/TV-L)




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




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

T5DPBS0F is a standard SAP Table which is used to store Models for Control of Annual Special Payment (TVoeD/TV-L) data and is available within R/3 SAP systems depending on the version and release level.

The T5DPBS0F table consists of various fields, each holding specific information or linking keys about Models for Control of Annual Special Payment (TVoeD/TV-L) data available in SAP. These include MODELL (Model for Special and One-Time Payments), ENDDA (End Date), BEGDA (Start Date), TV (Assignment of Collective Agreement).. 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 T5DPBS0F 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
MODELLModel for Special and One-Time Payments P01P_SEZMODCHAR20T5DPBS01P01P_SEZMOD
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
TVAssignment of Collective Agreement P01P_TVCHAR1P01P_TV
BESCHVERH_TYPEmployment Relationship Category P01P_BESCHVERH_TYPCHAR1P01P_BESCHVERH_TYP
SOBERSpecial Calculation of Valuation Basis P01P_SOBERCHAR1P01P_SOBER
RZRM_BEGStart Month of Standard Assessment Period P01P_RZRM_BEGNUMC2KMONAT
RZRM_DAUDuration of Standard Assessment Period P01P_RZRM_DAUNUMC2P01P_ZRM_DAU
RZRM_OPTAlternative Calculations for Assessment Basis P01P_RZRM_OPTCHAR1P01P_RZRM_OPT
NZRM_ETRStart of Alternative Period for Entry After Std Assmt Period P01P_NZRM_ETRNUMC2KMONAT
NZRM_OPTAlternative Calculations for Assessment Basis P01P_NZRM_OPTCHAR1P01P_NZRM_OPT
VZRM_DAUDuration of Altern. Assmt Period Before Standard Assmt Per. P01P_VZRM_DAUNUMC2P01P_ZRM_DAU
VZRM_OPTAlternative Calculations for Assessment Basis P01P_VZRM_OPTCHAR1P01P_VZRM_OPT
AZRM_DAUDuration of Alternative Assmt Period If EE Left Before 1 Dec P01P_AZRM_DAUNUMC2P01P_ZRM_DAU
AZRM_OPTAlternative Calculations for Assessment Basis P01P_AZRM_OPTCHAR1P01P_AZRM_OPT

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DPBS0F
INTO CORRESPONDING FIELDS OF WA_T5DPBS0F
WHERE...

How to access SAP table T5DPBS0F

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