Program, missing authority check

Question:
Is there a SAP standard program to check which programs with no authority check ?
Answer:
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
Answer:
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.
Answer:
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

More Articles:

Calling BAPI_USER_CHANGE via Visual Basic?
KPRO / DMS?
Deletion of Standard Text?
What do u mean by ?
Reserve Areas in List Reports?
No output in ALV Grid?