Question:
Good day all.
I already restrict the employee access by creating role based on personnel area.
But when user execute transaction PHAP_SEARCH_PA this report generate list of data from all the personnel area.
How could this happen? Is it because this report doesn't have something like authorization check procedure like Query things?
Thanks.
Answer:
Run a ST01 authorizatio ncheck to see what is checked. If the report is based on a Logical Data Base it may be checking P_ABAP which overrides the P_ORGIN check.
Answer:
Hi John A.Jarboe.
According to ST01 it has P_ABAP with RC=4.
Since you're saying that P_ABAP will overrides P_ORGIN, meaning it's useless we're using P_ORGIN?