‎2010 Aug 22 8:06 AM
Hi..
Well I have a program which deal with some sensitive data and passwords, I need to restrict users with debugging access from changing field content at runtime (in debugger). Is this possible?
and also I have a password field, can I make it a password field at debugger? I do not want to show password on debugger.
Thank you in Advance.
Isuru
‎2010 Aug 23 11:40 AM
Hi,
In Authorization object S_DEVELOP, OBJTYPE = 'DEBUG', ACTVT = '03'. ( Allow only users to display in debug ). Assign a role for this authorization object.
Hope it helps.
Sujay
‎2010 Aug 22 7:42 PM
Hi ,
You can write the logic inside the macro. Then debugging is not possible.
Thanks
Subhankar
‎2010 Aug 23 4:10 AM
As already mentioned you can always write the code inside a macro & prevent the developer from debugging it. But the flip side of using macro is "YOU CAN'T DEBUG !!!". Hence no troubleshooting
Anyways back to your question. You can direct your query to your basis team if they can provide "no change" authorisation while debugging this particular program. Hope you get my point.
BR,
Suhas
‎2010 Aug 23 11:40 AM
Hi,
In Authorization object S_DEVELOP, OBJTYPE = 'DEBUG', ACTVT = '03'. ( Allow only users to display in debug ). Assign a role for this authorization object.
Hope it helps.
Sujay
‎2010 Aug 23 12:09 PM
it may be a little too complex but,
you might try giving those parameters in the exporting parameters of a local class's method.
Edited by: Y. Ajith Kumar on Aug 23, 2010 1:14 PM