Extended Authorization Checks

Question: Hello Experts

Is it possible to built a Custom Extended Authorization check...?
(There are no User Exits that are available in the program)
I want to perform an extended check when a Std Authority check is performed..(Will be invoked only for the above Std Check...)

Also: The extended check need not be the Std SAP Authorization Object but will be from a Custom table...

Is it possible...?

Answer:
If there are no userexits, you should copy the program under your onw naming convention and change it as you desire. also place it under a customer T_CODE.

Answer:
Hi Auke Visser

Thanks a lot for the response
My requirement is: Can an extended authorization check be done when Std Authorization Checks are executed...

My requirement belongs to a core SAP transaction and it is virtually impossible to copy it to a Z Program...

Answer:
In a word, no.

Authorization checks are performed when the AUTHORITY-CHECK statement is encountered in the code.

THere are other exits other than a user exit that can be invoked to perform the function you want, if the exit is in the code. These are business partner functions (found in BF03) or table driven entries like SSM_CUST.

As your earlier question eluded to you wanted to use a table to run the authority check. This should be AVOIDED at all cost. SAP does not do it and neither should you.
_________________
John A. Jarboe
Copyright ?2007 - 2008 www.jt77.com