Application Development 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: 

Update SAP tables?

Former Member
0 Kudos

Hi Guys,

Can anybody tell me how to update the existing SAP table in my program i have to update TVARVC table.

Can i just write Update command for updating r else what i have to do?

Thanks,

Gopi.

3 REPLIES 3

Former Member
0 Kudos

Hi Gopi,

Use transactions STVARV or STVARVC to maintain the Variables table.

Check this link once:

http://help.sap.com/saphelp_nw2004s/helpdata/en/c0/9803ade58611d194cc00a0c94260a5/content.htm

Hope this helps..

Regards,

Vivek

Former Member
0 Kudos

Yes, you can write a UPDATE statement to maintain this table in your program. I am assuming you are referring to your about TVARVC. If answered, please close your previous question.

Former Member
0 Kudos

Answered