P0303 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 P0303
Related tables to P0303
Access table P0303




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

P0303 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_P0303 TYPE P0303.

The P0303 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 PERNR (Personnel Number), INFTY (Infotype), SUBTY (Subtype), OBJPS (Object Identification).. 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 P0303 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
INFTYInfotype INFTYCHAR4T582AINFOTYPITP
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
HISTOHistorical Record Flag HISTOCHAR1CHAR1
ITXEXText Exists for Infotype ITXEXCHAR1XFELD
REFEXReference Fields Exist (Primary/Secondary Costs) PRFEXCHAR1XFELD
ORDEXConfirmation Fields Exist ORDEXCHAR1XFELD
ITBLDInfotype Screen Control ITBLDCHAR2CHAR2
PREASReason for Changing Master Data PREASCHAR2T530EPREAS
FLAG1Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG2Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG3Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG4Reserved Field/Unused Field NUSEDCHAR1NUSED
RESE1Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
RESE2Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
GRPVLGrouping Value for Personnel Assignments PCCE_GPVALCHAR4PCCE_GPVAL
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 P0303 using ABAP code?

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

How to access SAP table P0303

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