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 containing variants and programs associated

Former Member
0 Likes
885

Which table contains variants (visualization) and its program associated ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
819

Hi maria,

1. VARI

regards,

amit m.

6 REPLIES 6
Read only

Former Member
0 Likes
820

Hi maria,

1. VARI

regards,

amit m.

Read only

0 Likes
819

How to create a variant (visualization)?

Read only

Former Member
0 Likes
819

TVAR*

Check the above tables in se11

regards

srikanth

Read only

Former Member
0 Likes
819

TVARV and TVARC

Read only

Former Member
0 Likes
819

you will find variants and program names in TVARV and TVARC. Here u will not get the data for variants.

If you want data for particular variant go for FM:

RS_VARIANT_VALUES_TECH_DATA

REPORT = your programe name

VARIANT = variant name

In TECHN_DATA u will get the data for that variant.

hope this is helpful.

Reward suitably if helpful

regs,

ags..

Read only

anilnal
Explorer
0 Likes
819

Hi,

Use the table VARIS.

This contains the name of the Program and the Variant Name.

Regards,

Anil.