2007 Oct 01 9:37 PM
Is there a way to programmatically change the state of a switch at runtime? For example, If SAP needs to log on to our productive system for debugging purposes, is there a way to turn off all of our enhancements just for that user without affecting other users?
Hi,
The only possibilites is while writing the code in the enhancements,
we have to put condition that is
if sy-uname ne 'xyz'.
write the code.
endif.
here xyz is the username which u want to restrict.
Reward points if useful.
Regards
(YUGANDHAR.P)
2007 Oct 02 7:38 AM
Hi,
The only possibilites is while writing the code in the enhancements,
we have to put condition that is
if sy-uname ne 'xyz'.
write the code.
endif.
here xyz is the username which u want to restrict.
Reward points if useful.
Regards
(YUGANDHAR.P)
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |