PC244 SAP (Payroll Results: Premium Reduction (NL)) Structure details

Dictionary Type: Structure
Description: Payroll Results: Premium Reduction (NL)




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




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

PC244 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 Results: Premium Reduction (NL)" 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_PC244 TYPE PC244.

The PC244 table consists of various fields, each holding specific information or linking keys about Payroll Results: Premium Reduction (NL) data available in SAP. These include ENDDA (End Date), DLNLL (Yes/no Field Relief for Low Earnings), DLNLW (Yes/no Field Relief for Long-Term Unemployment), DATLW (Start Date for Relief for Long-Term Unemployment).. 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 PC244 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
DLNLLYes/no Field Relief for Low Earnings DLNLLCHAR1CHAR1_X
DLNLWYes/no Field Relief for Long-Term Unemployment DLNLWCHAR1CHAR1_X
DATLWStart Date for Relief for Long-Term Unemployment DTMLWDATS8DATUM
KENTLWInd. Long-Term Unemployed KENTLWCHAR20TEXT20
DLNOWPayment Reduction for Education/Training DLNOWCHAR1CHAR1_X
DATOWStart Date for Payment Reduction DTMOWDATS8DATUM
KENTOWEducation/Training Reference KENTOWCHAR20TEXT20
TTSOWWage-Based Test TTSOWCHAR1CHAR1_X
DSTLLYes/no Field Participation in Compens. for Loss of LE Relief P05_DSTLLCHAR1CHAR1_X
DATLLStart Date f. Particip. in Compensation f. Loss of LE Relief P05_DTMLLDATS8DATUM
KENTLLCompensation for Loss of Low earnings Relief Indicator P05_KENTLLCHAR20TEXT20
SKNOWStandard Qualification Level P05_SKNOWCHAR1CHAR1
KENTSKNOWStandard Qualification Level Reference P05_KENTSKNOWCHAR20TEXT20
DABOVYes/No Field for Participation in Paid Parental Leave P05_DABOVCHAR1CHAR1
URBOVHours Paid Parental Leave P05_URBOVDEC5(2) STDAZ
VGBOVAllowance for Paid Parental Leave P05_VGBOVCURR13(2) P_AMT07V
EHBOV_URUnit for Paid Parental Leave P05_EHBOVCHAR1P05_EHBOV
EHBOV_VGUnit for Paid Parental Leave P05_EHBOVCHAR1P05_EHBOV
DATBOVStart Date for Reduction for Paid Parental Leave P05_DATBOVDATS8DATUM
KENTBOVPaid Parental Leave Premium Reduction Indicator P05_KENTBOVCHAR20TEXT20
DVMBOPre-Vocational Secondary Education (VMBO) P05_DVMBOCHAR1CHAR1_X
PVMBOParticipation in VMBO P05_PVMBODEC7(2) DEC5_2
DSTAGInternship (MBO Level 1 or 2) P05_DSTAGECHAR1CHAR1_X
DLEVCRecognition of Obtained Competencies P05_DLEVCCHAR1CHAR1_X
DTEVCRecognition of Obtained Competencies (EVS) Start Date P05_DTEVCDATS8DATUM
PSTAGParticipation in Internship P05_PSTAGEDEC7(2) DEC5_2
DLINCIncrease Standard of Education P05_DLINCCHAR1CHAR1_X
DTINCIncrease Standard of Education Start Date P05_DTINCDATS8DATUM

Key field Non-key field



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

As PC244 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 PC244 as there is no data to select.

How to access SAP table PC244

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