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.

4 REPLIES 4

anversha_s
Active Contributor

Former Member
0 Kudos

Hi,

TVARV --> for storing the variants

VARID --> Variant directory

VARIT --> Variant texts

Regards

Sudheer

Former Member
0 Kudos

Hi,

Check the table<b> VARI.</b>,VARID

Regards

Message was edited by:

Kiran Sure(skk)

Former Member
0 Kudos

VARI - ABAP/4: Variant storage (similar to INDX)

VARICON - Selection variants: Content

VARICONCI - Selection Variants: Content (Cross-Client)

VARID - Variant directory

VARID_CI - Variant Catalog, Cross-Client

VARIDESC - Selection Variants: Description

VARIDESCCI - Selection Variants: Description (Cross-Cli

VARINUM - Internal number assignment for variants

VARIS - Assignment of variant to selection screen

VARIS_CI - Assignment of Variant to Selection Screen

VARIT - Variant Texts

VARIT_CI - Variant Texts, Cross-Client

Regards,

Pavan