T5DPBSZVBG SAP (SP Assessment and Other Thresholds) Table details

Dictionary Type: Table
Description: SP Assessment and Other Thresholds




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




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

T5DPBSZVBG is a standard SAP Table which is used to store SP Assessment and Other Thresholds data and is available within R/3 SAP systems depending on the version and release level.

The T5DPBSZVBG table consists of various fields, each holding specific information or linking keys about SP Assessment and Other Thresholds data available in SAP. These include BGKEY (Assessment Threshold Key), ENDDA (End Date), BEGDA (Start Date), RVGFN (PI Assessment Threshold Factor, Normal Month).. 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: Can be enhanced (character-type or numeric)

Text table = T5DPBSZVBGT


SAP T5DPBSZVBG 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
BGKEYAssessment Threshold Key P01P_BGKEYCHAR2CHAR02
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
RVGFNPI Assessment Threshold Factor, Normal Month P01P_RVGFNDEC4(2) DEC2_2
RVGFZPI Assessment Threshold Factor, Contribution Month P01P_RVGFZDEC4(2) DEC2_2
ZVBGNSP Assessment Threshold, Normal Month P01P_ZVBGNCURR9(2) P01_BEITG
ZVBGZSP Assessment Threshold, Contribution Month P01P_ZVBGZCURR9(2) P01_BEITG
BATPNThreshold of Compensation Group I BAT (VKA) Normal Month P01P_BATPNCURR9(2) P01_BEITG
BATPZThreshold of Compensation Group I BAT (VKA) Contrib. Month P01P_BATPZCURR9(2) P01_BEITG
BATFNThreshold of Compensation Group I, BAT, Normal Month P01P_BATFNCURR9(2) P01_BEITG
BATFZThreshold of Compensation Group I, BAT, Contribution Month P01P_BATFZCURR9(2) P01_BEITG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DPBSZVBG
INTO CORRESPONDING FIELDS OF WA_T5DPBSZVBG
WHERE...

How to access SAP table T5DPBSZVBG

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