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

PNP LDB Authorization skipping

Former Member
0 Likes
488

Hi Experts,

We have a custom report reading data from Infotype 0000,0001,0002 and 9001.This is working fine.

There are many SAP users who will use the report.

Users AAXX have 9001 authorization and user BBXX does not have 9001 authorization.

Problem # Report working fine for user AAXX but does not display output for BBXX and throw error massage(like :9001 no authorization).

The requirement is to display data from Infotype 0000,0001 and 0002 for BBXX and field from 9001 will remain blank.

Please share the sloution.

Manoj Lakhanpal

Edited by: Manoj Lakhanpal on May 8, 2011 4:37 AM

Hi Experts,

We have a custom report reading data from Infotype 0000,0001,0002 and 9001.This is working fine.

There are many SAP users who will use the report.

Users AAXX have 9001 authorization and user BBXX does not have 9001 authorization.

Problem # Report working fine for user AAXX but does not display output for BBXX and throw error massage(like :9001 no authorization).

The requirement is to display data from Infotype 0000,0001 and 0002 for BBXX and field from 9001 will remain blank.

Please share the sloution.

Manoj Lakhanpal

Edited by: Manoj Lakhanpal on May 8, 2011 4:37 AM

1 REPLY 1
Read only

Former Member
0 Likes
359

Hi,

Use FM : HR_READ_INFOTYPE_AUTHC_DISABLE to disable the authorization on a particular infotype.

For more info and examples check for where used list on this FM.

Regards,

Srini.