Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authorization Logic in PNP

Former Member
0 Likes
716

Hi Experts,

I am using PNP for the payroll programming.

For the PA data retrival am using PNP (Get pernr) and for payroll data am using FMD(CU_READ_RGDIR, PYXX_READ_PAYROLL_RESULT).

The basis team here has a doubt, how the authorization check is happening and for which authorization objects. I know PNP does default authorization check and the FMD also we can pass those parameters.

Can anyone explain me how it happens internally?

Thank you so much.

Thanks & Regards

Manas Nayak

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
646

HI

Please refer to the link below

https://www.sdn.sap.com/irj/scn/advancedsearch?query=pnp&cat=sdn_all

hope this helps you..

Hi Experts,

I am using PNP for the payroll programming.

For the PA data retrival am using PNP (Get pernr) and for payroll data am using FMD(CU_READ_RGDIR, PYXX_READ_PAYROLL_RESULT).

The basis team here has a doubt, how the authorization check is happening and for which authorization objects. I know PNP does default authorization check and the FMD also we can pass those parameters.

Can anyone explain me how it happens internally?

Thank you so much.

Thanks & Regards

Manas Nayak

3 REPLIES 3
Read only

Former Member
0 Likes
647

HI

Please refer to the link below

https://www.sdn.sap.com/irj/scn/advancedsearch?query=pnp&cat=sdn_all

hope this helps you..

Read only

0 Likes
646

Hello,

I wanted to have the same information but the link you gave is not working anymore.

My Issue today is the same as discussed above, I'm using CU_READ_RGDIR, PYXX_READ_PAYROLL_RESULT to get payroll result.

But for someone who doesn't have the authorization to read the payroll result for a specific pernr (Eg : when I'm using TSCODE : pc_payslip, the person doesn't see the payroll result of the employee) but using my program he is able to read it. I wanted to know how the authorization check is working ?

Thank you

Read only

Former Member
0 Likes
646

Thank you so much...