2011 May 08 3:36 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
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
2011 May 09 5:17 AM
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.