SAP Create authorization object
Posted by
Admin at
Share this post:
|
Question: Hello,
I need to restrict access for a specific field of a table.
Can you tell me how to know the authorization object links to this field AND how to create a auth. object ?
Thanks.
Answer:
There is no easy way doing this. Auth Object(s) for standard tables are S_TABU_DIS, S_TABU_CLI. You can use this to restrict access to display only or client specific tables. However if that requirement is mandatory you need to create a custom t.code to display table restricting the field.
Answer:
What do you mean by the statement "restrict specific field of a table?"
Can you be a bit more specific in your problem?
_________________
Regards
Vijay
Answer:
One option could be S_TABU_LIN, but I think you are better off with a custom transaction
Answer:
Exact.
We find a solution by creating a specific transaction.
Keyword: BASIS
Title : SAP Create authorization object