2008 Feb 15 7:43 AM
Hi Experts,
I have a requirement to hide the command field in GUI for a particular user, not for entire users. Its possible to achieve this making any code in R/3 side???
Thanks in advance
Hi Experts,
I have a requirement to hide the command field in GUI for a particular user, not for entire users. Its possible to achieve this making any code in R/3 side???
Thanks in advance
2008 Feb 18 4:03 PM
Hi Priya,
Check the sy-uname in your code and hide the required element using
loop at screen.
if screen-name = 'command1'.
screen-active = 0.
modify screen.
endif.
endloop.
hope this will help
regards
shibu
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |