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

Update infotype 0008 without authorisation

Former Member
0 Likes
572

In my customised report, I need to update several infotypes like infotype 0000, 0001, 0002 and 0008 using function module HR_INFOTYPE_OPERATION. However, my user who might not have authorisation in infotype 0008. How can I bypass the authorisation? Or do I need to use another function module? Please advise.

In my customised report, I need to update several infotypes like infotype 0000, 0001, 0002 and 0008 using function module HR_INFOTYPE_OPERATION. However, my user who might not have authorisation in infotype 0008. How can I bypass the authorisation? Or do I need to use another function module? Please advise.

2 REPLIES 2
Read only

Former Member
0 Likes
507

Hi lanwu,

1. Authorisation is a must.

2. This FM will check the authorisation.

3. Its better to provide the authorisation

for updating infotype 0008 to that

particular user.

regards,

amit m.

Read only

0 Likes
507

Its not best practice to not check for authorization esp for Infty 8 basic pay.

Do advice user the reason from a business point of view.