Program, missing authority check
Is there a SAP standard program to check which programs with no authority check ?
Scan for source string 'AUTHORITY-CHECK'. That should give you most programs. There might be others that use a function module to check for authority.
There is a function module R*SCAN* and an abap report RSRSCAN or something like that.
SY-SUBRC=0
Scan for source string 'AUTHORITY-CHECK'. That should give you most programs. There might be others that use a function module to check for authority.
Sorry, but I need programs (my own programs) where no authority-check are made.
Scan for source string 'AUTHORITY-CHECK'. That should give you most programs. There might be others that use a function module to check for authority.
Sorry, but I need programs (my own programs) where no authority-check are made.
Welle the idea of SY-SUBRC=0 was good
scan for all Z* or Y* programs, all methods or class you implemented, then scan for the FM authority check then you'll can do the delta batween both lists
hope it helps
_________________
Regards,
Tang the ABAPer