Question:
Hello,
is it possible to authorise the activities (view or edit) for special entries of the data table TCURR ?
For example:
User A is only allowed to edit/view currency type starting with YX..
User B is only allowed to edit/view currency type starting with ZZ..
Thanks for your help.
Answer:
There are a few ways you could potentially do this.
a couple:
Line item auths using S_TABU_LIN may work
using paramaterised views to only access certain data - check out the link for how to do it (link is for OB52 but same principles apply) http://www.sap-img.com/zf011.htm
Alternatively, only a very small number of users should have access to the table. If you have table logging enabled you could make sure TCURR is checked and use it as a detective control.
Answer:
If I remeber corrctly, S_TABU_LIN os for HR tables only.....
Bye
Andrea
Answer:
If I remeber corrctly, S_TABU_LIN os for HR tables only.....
Bye
Andrea
no, can extend to other non-HR depending on your version of SAP
Answer:
we are on 3.0B...
how can I extend it ?
Answer:
I don't believe it will work in versions <4.6C
Your best control would be to restrict the transaction to responsible individuals. This is an acceptable control for most businesses.