Question:
Hi all,
I would like to recommend to our BASIS person to turn off the modify data value of variables during debug mode in our production system to avoid accidental direct DB table updates and integrity problems.
How can we go in implementing this security profile so that it can ony be given to certain individuals?
Thanks a lot,
John
Answer:
Debug with replace is S_DEVELOP activity (ACTVT) = 02 and OTYPE = 'DEBUG' all other fields are blank (represented by single-quote-space-single-quote)
Answer:
You can also update debug with 03 in older releases / level if you can submit a program in update task.
You can also globally deactivate normal debugging in higher releases via a control of the debugger session from the dispatcher.
You will get a mesage stating "Debugging is impossible at the moment - Please try again later". Sound familiar?
Tarr