‎2015 Jan 27 6:05 AM
Hi Experts,
We are implementing context sensitive structural authorizations, but there are certain reports which should not be restricted based on the org structure. Is there a way to exclude certain reports from structural authrzation checks. Any help is highly appreciated.
Best Regards,
Mohammed
‎2015 Jan 27 7:35 AM
Mohammed,
Auhtorization object P_ABAP with value 2 which bypass the PA checks.This might help to fulfill your scenario.
Assignig this authopprization makes the user to run reports w/o any authorization check.
Thanks,Krishna
‎2015 Jan 27 7:35 AM
Mohammed,
Auhtorization object P_ABAP with value 2 which bypass the PA checks.This might help to fulfill your scenario.
Assignig this authopprization makes the user to run reports w/o any authorization check.
Thanks,Krishna
‎2015 Feb 11 5:51 AM
Thank you Krishna this is very helpful, but we are using SLCM and the reports are not with logical database so will not be able to use this object
Best Regards,
Mohammed
‎2015 Feb 11 7:39 AM
If logical database is not used in building reports in HR area , I am not sure whether reports will impose authorizaiton checks in the context of HR(P_ORGINCON etc).
DESCRIPTION
The logical database PNP performs the following functions in Reporting:
However you can perfrom trace while running the reports and determine P_ORGINCON is getting checked.If yes ,In my opinion- go for custom authorizaiton object set up to enable full access to reports.
EX:
object: Z_report
field : report_name
value : report1 , report2
logic should be hardcoded in such a way whoever has this custom authorization should be enabled to run reprots w/o structural authorization checks,
Thanks,Krishna