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: 

TVARVC table -Used

Former Member
0 Kudos

Hi ,

I like to know how TVARVC table is used .

Regards,

Veera

4 REPLIES 4

Former Member
0 Kudos

Hi Veerachamy,

Check this one:

Regards,

Chandra Sekhar

Former Member
0 Kudos

Use

Using values from Table TVARVC is especially useful in background processing. You do not have to create a new variant for each minor change of values or repeatedly change an existing variant, since you only have to change the values stored in TVARVC.

However, note that every change of a value in Table TVARVC affects all variants using this particular variable.

Former Member

Former Member
0 Kudos

I like to know how TVARVC table is used .

=============

Hi

This table is used to store the hard-coded values for a program. So that all the hard-coded values in all the reports/programs will be available in this table and when ever they need to change the hard-coded value they simply go and change the entry for that particular program and for that [particular variable available in that prgram