PC219 SAP (Payroll Result: DEUEV Master Data) Structure details

Dictionary Type: Structure
Description: Payroll Result: DEUEV Master Data




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




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

PC219 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Payroll Result: DEUEV Master Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PC219 TYPE PC219.

The PC219 table consists of various fields, each holding specific information or linking keys about Payroll Result: DEUEV Master Data data available in SAP. These include ENDDA (End Date), DUETA (DEUEV Occupational Code), STBRF (DEUEV Occupational Status), AUSBG (DEUEV Education/Training).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PC219 structure 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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
DUETADEUEV Occupational Code DUETACHAR3Assigned to domainP014_DUETA
STBRFDEUEV Occupational Status STBRFCHAR1STBRF
AUSBGDEUEV Education/Training AUSBGCHAR1AUSBG
MFBTGDEUEV Indicator for Concurrent Employment MFBTGCHAR1XFELD
REANTDEUEV Key for Pensioners/Applicants REANTCHAR2Assigned to domainREANT
DUVSPDEUEV Lock DUVSPCHAR1XFELD
EGSVNSocial Insurance Number within EU EGSVNCHAR16CHAR16
TTKKNMiners' DUEVO Activity TTKKNCHAR5Assigned to domainP014_TTKKN
BESKNDUEVO Special Key: Miners' and Mine Employees' Insurance BESKNCHAR1Assigned to domainP014_BESKN
DUVSTDEUEV Start DUVSTCHAR1DUVST
WLGRDDEUEV Reason for Change - Miners WLGRDCHAR1Assigned to domainP014_WLGRD
BPRAEMiner's Bonus P014_BPRAECHAR2P014_BPRAE
GRBWRIndicator: Mine Rescue Brigade P014_GRBWRCHAR1XFELD
KZMANFlag: Lock Automatic Calculation P014_KZMANCHAR1XFELD
OTTKKMiners' DUEVO Activity TTKKNCHAR5Assigned to domainP014_TTKKN
O1BESDUEVO Special Key: Miners' and Mine Employees' Insurance BESKNCHAR1Assigned to domainP014_BESKN
O2BESDUEVO Special Key: Miners' and Mine Employees' Insurance BESKNCHAR1Assigned to domainP014_BESKN
O3BESDUEVO Special Key: Miners' and Mine Employees' Insurance BESKNCHAR1Assigned to domainP014_BESKN
BBESKDUEVO Special Key: Miners' and Mine Employees' Insurance BESKNCHAR1Assigned to domainP014_BESKN
BTTKKMiners' DUEVO Activity TTKKNCHAR5Assigned to domainP014_TTKKN
BBPRAMiner's Bonus P014_BPRAECHAR2P014_BPRAE
BWLGRDEUEV Reason for Change - Miners WLGRDCHAR1Assigned to domainP014_WLGRD
NBPBRNot Authorised for Payment of Miners' Premiums P014_NBPBRCHAR1XFELD
PRBEGDEUEV Start of Production P014_PRBEGDATS8DATUM
SONMDDEUEV Special Registration P014_SONMDCHAR1XFELD
KONMDDEUEV: Indicator: Pension Similar to Civil Service P014_KONMDCHAR1XFELD
PGRD3DEUEV: Person Group Key D3PERSGRNUMC3Assigned to domainD3PERSGR
KZSTADEUEV: Indicator: Status Determination Procedure P01_KZSTACHAR1P01_KZSTA
TTSCHDEUEV Current Position P01_D3_TTSCHCHAR5T5D4ATSP01_D3_TTSCH
TTBRFDEUEV Occupation Key P01_D3_TTBRFCHAR3T5D4ATS_BRFP01_D3_TTBRF
ABSCHDEUEV Education P01_D3_ABSCHCHAR1P01_D3_ABSCH
ABBRFDEUEV Vocational Training P01_D3_ABBRFCHAR1P01_D3_ABBRF
ANUEBDEUEV Leasing of Temporary Personnel P01_D3_ANUEBCHAR1P01_D3_ANUEB
VTFRMDEUEV Contract Form P01_D3_VTFRMCHAR1P01_D3_VTFRM
MMDAGSHI Monthly Declaration, EE/ER Declaration P01_D3_MMDAGCHAR1P01_D3_MMDAG
MMDKKSHI Monthly Declaration, HI Fund Declaration P01_D3_MMDKKCHAR1P01_D3_MMDKK

Key field Non-key field



How do I retrieve data from SAP structure PC219 using ABAP code?

As PC219 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PC219 as there is no data to select.

How to access SAP table PC219

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