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: 

Data base table to store the contents of a Variant

Former Member
0 Kudos

I am using the FM RS_VARIANT_CONTENTS to extract the contents of a variant of a specific program. Is there any Data Base table which stores the contents of a variant.

Moderator message: please do not open multiple threads for the same or similar issue (I have replied to the original one).

Edited by: Thomas Zloch on Jan 28, 2011 3:46 PM

6 REPLIES 6

Former Member
0 Kudos

Hi,

Check VARID table which stores variant details.

0 Kudos

VARID doesnot store the content

0 Kudos

Regards,

Deepthi

p190355
Active Contributor
0 Kudos

Hello,

Please check the table : RSRVARIANT

Cheers,

Remi

Former Member
0 Kudos

The table VARI stores all the variants of a program.

To get the contents of the variant you can use the FM RS_VARIANT_VALUES_TECH_DATA.

Hope this helps!

Regards, Mukta

0 Kudos

I need to extract the data elements of all the fields in a variant of a program. and for this i would like to know the data base table which holds the contents of a variant. VARI contains a field 'CLUSTR'. how to extract all the field contents ??