PA0303 SAP (HR Master Record: Infotype 303 (Premium Reductio NL)) Table details

Dictionary Type: Table
Description: HR Master Record: Infotype 303 (Premium Reductio NL)




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




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

PA0303 is a standard SAP Table which is used to store HR Master Record: Infotype 303 (Premium Reductio NL) data and is available within R/3 SAP systems depending on the version and release level.

The PA0303 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 303 (Premium Reductio NL) data available in SAP. These include PERNR (Personnel number), SUBTY (Subtype), OBJPS (Object Identification), SPRPS (Lock Indicator for HR Master Data Record).. 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 PA0303 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 MANDTCLNT3T000MANDT
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
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 table PA0303 using ABAP code

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

SELECT SINGLE *
FROM PA0303
INTO CORRESPONDING FIELDS OF WA_PA0303
WHERE...

How to access SAP table PA0303

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