IS there any system variable which give me information about the Debugger.
In one report I wanted to include one check ,that no body will able to debug the program.
I wanted to put condition like
if Debugger = ON
Display Error message.
Endif.
Please let me know how can I achieve this.
Aman