deactivating fields
How can we deactivate standard SAP screen fields on the basis of login?
Does this require any programming knowledge?
Dear,
No.
We can change the attributes of screen fields (SAP standard also) on the basis of user name (or better way, Authorizations) by inserting our code. This requires adequate programming knowledge. Also, it requires access key.
its very dangerous , dont do this way . try using sreen exits .
put your code in corresponding customer function.
_________________
SridharS
In some modules in SAP screen fields can be activated / deactivated / made mandatory etc. via SPRO, and this can also be achieved by means of transaction variants (SHDO)
_________________
Kind Regards
Rosie Brent
Please remember to search the forum and check the FAQ before posting questions, thank you.
Tuly Idiot most of the time, part-time Guru
We can change the attributes of screen fields (SAP standard also) on the basis of user name (or better way, Authorizations) by inserting our code. This requires adequate programming knowledge. Also, it requires access key.
I would describe this attitude as inadequate programming knowledge .
Nothing personal btw . SAP is far too easy to mess around in and one should know when NOT to change SAP code and stay away from the editor.
Support packages, notes, upgrades , everything standard change can whipe out that part of code plus the risk that OSS will use their nice consultancy tariff for the code is not original anymore.
Maintenance costs on changing SAP standards are quickly quadrippled, where as a 'normal' solution is much easier to support .