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

Variant

Former Member
0 Likes
767

Hi All,

I want to know where the exact variant data is stored [in which database table]. I know the table VARI etc which stores data in encoded format. But I want the decoded format. I know about the FM : RS_VARIANT_CONTENTS.

Please tell me the database table name.

-SatyaPriya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
731

hi,

these are stored in the table VARI only

check this links for more info.....

regds,

kiran

6 REPLIES 6
Read only

Former Member
0 Likes
731

table VARID

Read only

Former Member
Read only

Former Member
0 Likes
731

u will the details in <b>VARID</b> table. in report...specify the report name & in variant all the variants maintained for the report are shown..

Read only

Former Member
0 Likes
731

jst for u r infor

all the variants stored in table TVARV..

Read only

Former Member
0 Likes
732

hi,

these are stored in the table VARI only

check this links for more info.....

regds,

kiran

Read only

Former Member
0 Likes
731

Hi all,

Thank you very much for spending time.