PS0303 SAP (HR Master Record: Infotype 0303 (Premium Reduction NL)) Structure details

Dictionary Type: Structure
Description: HR Master Record: Infotype 0303 (Premium Reduction NL)




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




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

PS0303 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 "HR Master Record: Infotype 0303 (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_PS0303 TYPE PS0303.

The PS0303 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0303 (Premium Reduction NL) data available in SAP. These include DLNLW (Yes/no Field Relief for Long-Term Unemployment), DATLW (Start Date for Relief for Long-Term Unemployment), KENTLW (Ind. Long-Term Unemployed), DLNOW (Payment Reduction for 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: Can be enhanced (character-type or numeric)


SAP PS0303 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
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 P05_DLNOW_ENCHAR1P05_DLNOW_EN
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 PS0303 using ABAP code?

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

How to access SAP table PS0303

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