Hello Experts,
I need implment an Authority Check in my Program. But the problem, that i have just a role name!!
How can i do to find the name of the authority object associated to this role?
And how i can display this object to see its Id and their fields?
So,
The synatxe is:
AUTHORITY-CHECK OBJECT object
ID name1 FIELD f1
ID name2 FIELD f2
And me, form the role, i want find the object "Object", Ids "Name1, Name2,.." and fields "F1, F2,..".
How can i do? what transactions?
Thank you.