Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

change TVARV variable...

Former Member
0 Likes
3,000

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

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,175

SHD0 for Sm30 is one option.

You can also try with authorisation profiles and checks.

Read only

former_member193284
Active Participant
0 Likes
1,175

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