‎2007 Sep 27 9:00 AM
Hi,
Whta is the importance of table TVARV. In which cases can we use that table.
Thanks in advance
Regards,
Govind.
‎2007 Sep 27 9:03 AM
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>
‎2007 Sep 27 9:03 AM
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.
‎2007 Sep 27 9:05 AM
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
‎2007 Sep 27 9:08 AM
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.