PDPBSTVOED_UEB SAP (Transfer to TVoeD: Personnel Master Record Before Transfer) Table details

Dictionary Type: Table
Description: Transfer to TVoeD: Personnel Master Record Before Transfer




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




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

PDPBSTVOED_UEB is a standard SAP Table which is used to store Transfer to TVoeD: Personnel Master Record Before Transfer data and is available within R/3 SAP systems depending on the version and release level.

The PDPBSTVOED_UEB table consists of various fields, each holding specific information or linking keys about Transfer to TVoeD: Personnel Master Record Before Transfer data available in SAP. These include PERNR (Personnel number), PERSG (Employee Group), PERSK (Employee Subgroup), TRFAR (Pay scale type).. 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: Can be enhanced (character-type or numeric)


SAP PDPBSTVOED_UEB 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 PERSNONUMC8PA0003PERSNOPER
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
TRFARPay scale type TRFARCHAR2Assigned to domainTRFAR
TRFGBPay Scale Area TRFGBCHAR2Assigned to domainTRFGB
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
BDAMMMonth of Reference Seniority/Pay Seniority BDAMMNUMC2KMONAT
BDAJJYear of Reference Seniority/Pay Seniority BDAJJNUMC4KJAHR
LFZSOSpecial Rule for Continued Pay LFZSRNUMC2NUM2
OZBSTCOLA and Family-Related Bonus: Component P01_OZBSTCHAR4SUBTY
OZBEESpouse Component P01_OZBEECHAR2P01_OZBEE
OZAGEEmployer Competition P01_OZAGECHAR2Assigned to domainAUSPR
OZTZESpouse or Child Component: Part-Time Reduction P01_OZTZECHAR1XFELD
STDZLHour Numerator for Basic Pay STDZLDEC8(4) DEC4_4
STDNEDenominator for Basic Pay STDNEDEC6(2) DEC4_2
BSGRDCapacity Utilization Level BSGRDDEC5(2) BSGRD
VENTGComparison Remuneration P01P_TVOED_VGLEGCURR17(2) WERTV9
OZKOZCompetition: Spouse or Child Component: Numerator P01_OZKOZDEC8(4) DEC4_4
OZKONCompetition: Spouse or Child Component: Denominator P01_OZKONDEC6(2) DEC4_2
STTAG_UEBKey Date of Transition to TVoeD P01P_STTAGDATS8DATUM
FALGKCase group catalog FALGKCHAR10Assigned to domainFALGK
FALGRCase group FALGRCHAR6CHAR6
AUFSTProgression P01P_AUFSTCHAR4P01P_AUFST
PERSG_NEUTransition to New Employee Group P01P_PERSG_NEUCHAR1Assigned to domainPERSG
PERSK_NEUTransition to New Employee Subgroup P01P_PERSK_NEUCHAR2Assigned to domainPERSK
TRFAR_NEUTransition to New Pay Scale Type P01P_TRFAR_NEUCHAR2Assigned to domainTRFAR
TRFGB_NEUTransition to New Pay Scale Area P01P_TRFGB_NEUCHAR2Assigned to domainTRFGB
TRFGR_NEUTVoeD: Pay Grade Group P01P_ENGRGCHAR8Assigned to domainTRFGR
TRFST_NEUTransition to TVoeD: New Pay Scale Level P01P_TRFST_NEUCHAR2Assigned to domainTRFST
BZSTATime for Calculating Structure Equalization P01P_BZSTADATS8DATUM
OTRGROriginal Pay Scale Group P01P_OTRGRCHAR8Assigned to domainTRFGR
OZBEE_BATMarried Bonus Payment According to BAT P01P_OZBEE_NEUCHAR2P01_OZBEE
OZKOZ_BATCompetition: Spouse or Child Component: Numerator P01P_OZKOZ_NEUDEC8(4) DEC4_4
OZKON_BATCompetition: Spouse or Child Component: Denominator P01P_OZKON_NEUDEC6(2) DEC4_2
OZTZE_BATMarried Bonus Payment: No Part-Time Reduction BAT P01P_OZTZE_NEUCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM PDPBSTVOED_UEB
INTO CORRESPONDING FIELDS OF WA_PDPBSTVOED_UEB
WHERE...

How to access SAP table PDPBSTVOED_UEB

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