PDPBSDNEUG_UEB SAP (Carried Over to DNeuG: General HR Master Record) Table details

Dictionary Type: Table
Description: Carried Over to DNeuG: General HR Master Record




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




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

PDPBSDNEUG_UEB is a standard SAP Table which is used to store Carried Over to DNeuG: General HR Master Record data and is available within R/3 SAP systems depending on the version and release level.

The PDPBSDNEUG_UEB table consists of various fields, each holding specific information or linking keys about Carried Over to DNeuG: General HR Master Record data available in SAP. These include PERNR (Personnel number), PERSG (Employee Group), PERSK (Employee Subgroup), STTAG_UEB (Key Date of Transition to TVoeD).. 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 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
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
STTAG_UEBKey Date of Transition to TVoeD P01P_STTAGDATS8DATUM
PERSG_NEUTransition to New Employee Group P01P_PERSG_NEUCHAR1Assigned to domainPERSG
PERSK_NEUTransition to New Employee Subgroup P01P_PERSK_NEUCHAR2Assigned to domainPERSK
KVBEZPension Payment Indicator KVBEZCHAR4Assigned to domainSUBTY_591A

Key field Non-key field



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

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

SELECT SINGLE *
FROM PDPBSDNEUG_UEB
INTO CORRESPONDING FIELDS OF WA_PDPBSDNEUG_UEB
WHERE...

How to access SAP table PDPBSDNEUG_UEB

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