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: 

Table where data of a Variant saved will be stored.

Former Member
0 Kudos

Hi All,

In normal Custom reports we will be saving some variants so that we can put the same variant after some time for executing the report. Variant will be having a unique name which will be stored in some table and the data(selection screen entries) which we are saving also will be saved some where in SAP tables. If any one of you has knowledge of those tables please help me out.

Thanks in advance,

Shyam.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

TVARV --> for storing the variants

VARID --> Variant directory

VARIT --> Variant texts

Regards

Sudheer

3 REPLIES 3

Former Member
0 Kudos

Hi,

TVARV --> for storing the variants

VARID --> Variant directory

VARIT --> Variant texts

Regards

Sudheer

Former Member
0 Kudos

Hi,

Check VARI,VARID

Regards

Former Member
0 Kudos

Hi

VARIT--> Variant texts

VARID--> Variant directory

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.

Reward all helpfull answers

Regards

Pavan