hi,
i m unable to get the concept behind an AUTHORITY-CHECK.
when i create an authority object for some fields in a table, i am actually checking whether the particular user has permissions/rights to perform a particular action over that field in the table. correct?
why do we then need authority checks? can i not just perform the action, check SY-SUBRC field to see whether that action was performed successfully?
thanks