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: 

Can the TVARV / TVARVC tables be modified directly in PRD?

0 Kudos

Hello SAPients,

Is it possible to update the values of the TVARV / TVARVC tables in PRD server without creating a change request? Or is it better to create a ZTVARV with a change view?

Thanks!

2 REPLIES 2

former_member156446
Active Contributor
0 Kudos

you can update with out change request... which is not suggestable.. and when you say its Prod.. its not at all suggestable..

execute the table with the selection you want to see the data... and let the data show up on the screen and click on the entry you want to change before this activate the debugger and double click on entry.... in the debug mode at one part of the code you can manually change the sy-ucom to Edit or update and make the changes...

Its not advisable to do this... its just the extent ABAP dev can go..

Former Member
0 Kudos

Yes, thats the purpose of TVARV / TVARVC, so that you can store your own variables, and then can change those if needed w/o modifying your code.