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

Table TVARV

Former Member
0 Likes
637

Hi,

Whta is the importance of table TVARV. In which cases can we use that table.

Thanks in advance

Regards,

Govind.

4 REPLIES 4
Read only

Former Member
0 Likes
602

hi govind,

This table containes the variables in selection criteria.

Whenever u create select-options in a selection screen,

an entry is made in this table.

<b>Pls reward if helpful.</b>

Read only

Former Member
0 Likes
602

Hi,

TVARV is the variant table and used to store the variants of a report.You do not need to create a new variant or keep changing an existing variant each time a value changes. Instead, you can change the relevant values in table TVARV.

Its an obsolette table in ECC 5.0 and the correct one will be TVARVC table.

We used to store the fiscal period variants in this table.

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
602

Hi Govind,

TVARV table is basically use to update the selection screen (Select-options) input data..

hope this may be usefull..

Please Reward,

Regards,

Prashant

Read only

Former Member
0 Likes
602

Hi ,

In the reports ,dialog ,function modules ..

You may have some fields in selection criteria .

Assume for for eg Plant is an input for ur report .

Assume yourt report works for two plants which are jept as constants .

And your company goes for an upgrade and now this report will be executed for many plants assume the same logic for all the plants.

Then in ur case you will have to change the rpeort .

But initiall if you created an Variable name as selection-options for different plant values and through a single select based on the tvarv with variable name and type ( selection-options or parameter ) you would have got all the values maintianed for the report .I mean the plants .

In the above case you don't hav to change the program .

Next time any change in plant then table has to be updated and not the program

So this table are used to avoid constants based on selection criteia andin selection.

Please reward if useful.