cancel
Showing results for 
Search instead for 
Did you mean: 

Payroll status of Pernr..

Former Member
0 Kudos

Hi Experts,

How to get (table/fm/bapi) the payroll status (Pa03) of any pernr?

Thanks a lot in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prachi,

Try Tcode:- pc_payresult... 

Hope this should solve your issue!!!

Regards,

Veeram

Former Member
0 Kudos

Hi Veeram,

Thanks for quick reply..

Its not working, i am not getting payroll status (Exit Payroll / Release for Payroll / Payroll Correction) of pernr.

Please there is any other ways

Former Member
0 Kudos

Hello,

PA03 is for the Control record for the specific Payroll Area to run the payroll, or payroll correction or exit payroll. if it is in release status system will block the master data changes of the employee.

There is no specific thing like Employee payroll status (release, correction or exit), can you give some specific requirement what you want.

regards,

praneeth kumar

Former Member
0 Kudos

Hi,

i hope your asking payroll status which is an info type 0003.

go to T-code PA30 and give the SAP No (PERNR) and give infotype 0003 ( payroll status).

but exit payroll/ release payroll / payroll correction is not PERNR level.that is payroll area level which can access via control record using t-code PA03.

kind regards,

Dinesh

Answers (6)

Answers (6)

Former Member

Also use FM PA03_PCR_READ.

You need to pass only payroll area as importing parameter.

You wll get all relevant fields as export parameters.

Hope this helps you.

Former Member

Use table T569V.

Former Member
0 Kudos

Hi Experts,

Thanks a lot for your reply.

My issue has been solved with all your help

Yes, I was confuse in my scenario.

As in above reply exit payroll/ release payroll / payroll correction is not PERNR level.that is payroll area level which can access via control record using t-code PA03.

And table is related for this T569V.

Regards

Prachi

sahirn
Active Contributor
0 Kudos

Check table T569V based on the payroll area (ABKRS )assinged to the employee.

Regards.

former_member201807
Contributor
0 Kudos

Hi Prachi,

Kindly expalin your question.

Regards,

Rakesh

rajasekar98
Active Participant
0 Kudos

Hi Prachi,

Think you are trying to find the Payroll Status of the Payroll Area linked to the Employee.

And think you need the FM which can help you with this :

a) First you can get the Payroll Area of the Employee using

HR_READ_INFOTYPE with IT 0001.

b) And then using the Payroll Area, use the following FM to get the Payroll Area status.

HR_CHECK_PAYROLLSTATUS

Hope this helps.

Thanks.

Regards,

Raj