PDPBSDNEUG_UEB_T SAP (Carried Over to DNeuG: Personnel Pay Scale Information) Table details

Dictionary Type: Table
Description: Carried Over to DNeuG: Personnel Pay Scale Information




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




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

PDPBSDNEUG_UEB_T is a standard SAP Table which is used to store Carried Over to DNeuG: Personnel Pay Scale Information data and is available within R/3 SAP systems depending on the version and release level.

The PDPBSDNEUG_UEB_T table consists of various fields, each holding specific information or linking keys about Carried Over to DNeuG: Personnel Pay Scale Information data available in SAP. These include PERNR (Personnel number), SUBTY (Subtype), TRFAR (Pay scale type), TRFGB (Pay Scale Area).. 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 PDPBSDNEUG_UEB_T 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
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
SUBTYSubtype SUBTYCHAR4SUBTYSUB
TRFARPay scale type TRFARCHAR2Assigned to domainTRFAR
TRFGBPay Scale Area TRFGBCHAR2Assigned to domainTRFGB
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
STVORDate of Next Increase STVORDATS8DATUM
BDAMMMonth of Reference Seniority/Pay Seniority BDAMMNUMC2KMONAT
BDAJJYear of Reference Seniority/Pay Seniority BDAJJNUMC4KJAHR
BDAERAdvance Granting of Age Pay Scales/Length-of-Service Levels BDAERNUMC1COUNTER
AZEKNUse Up Advance Granting, Grant Final Level AZEKNCHAR1AFZHRG
STDZLHour Numerator for Basic Pay STDZLDEC8(4) DEC4_4
STDNEDenominator for Basic Pay STDNEDEC6(2) DEC4_2
BSGRDCapacity Utilization Level BSGRDDEC5(2) BSGRD
LFBGRCareer Group LFBGRNUMC1NUM1LFBGR
VGLGRComparison pay scale group P01P_VGLTGCHAR8Assigned to domainTRFGR
VGLSTComparison pay scale level P01P_VGLSTCHAR2Assigned to domainTRFST
FALGKCase group catalog FALGKCHAR10Assigned to domainFALGK
FALGRCase group catalog FALGKCHAR10Assigned to domainFALGK
TRFAR_NEUTransition to New Pay Scale Type P01P_TRFAR_NEUCHAR2Assigned to domainTRFAR
TRFGB_NEUTransition to New Pay Scale Area P01P_TRFGB_NEUCHAR2Assigned to domainTRFGB
BESGR_NEUTransition to New Salary Group P01P_BESGR_NEUCHAR8Assigned to domainTRFGR
STUFE_NEUTransition to New Level P01P_STUFE_NEUCHAR2Assigned to domainTRFST
VENTGComparison Remuneration P01P_TVOED_VGLEGCURR17(2) WERTV9
MBTRGSurplus P01P_MBTRGCURR17(2) WERTV9

Key field Non-key field



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

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

SELECT SINGLE *
FROM PDPBSDNEUG_UEB_T
INTO CORRESPONDING FIELDS OF WA_PDPBSDNEUG_UEB_T
WHERE...

How to access SAP table PDPBSDNEUG_UEB_T

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