‎2011 Feb 24 4:08 PM
Hi,
I have a variable maintained in TVARV whose value needs to be changed every month. In production, I cannot give access to SM30/SM31 to a user as he might then have access to change values in all other tables too.
What can I do ?
Should I write an ABAP program to get the new value as input and update the TVARV table for this variable and provide access to this program to an user ? Is this the only way ?
Pl suggest.
thnks
‎2011 Feb 24 5:00 PM
SHD0 for Sm30 is one option.
You can also try with authorisation profiles and checks.
‎2011 Feb 24 6:00 PM
Hi,
Use transaction STVARV OR STVARVC for maintaining values in TVARVC table This should solve your purpose.
This is the standard way of doing it.
Hope this helps.
Thanks
Edited by: Sumit Naik on Feb 24, 2011 7:01 PM