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

Fetching data from a variant table

Former Member
0 Likes
743

Hi,

Can anyone tell me how can we fetch data from a variant table by mapping one field and obtaining the corresponding field value ?

Thanks,

Nimish

2 REPLIES 2
Read only

Former Member
0 Likes
519

Hi,

you can write a select query on table VARI , pass the Program name to it in where condition.

select *

from VARI

into table it_vari

where REPORT = 'ZREPORT'.

  • and VARIANT = 'VARINATNAME'.

if you want single entry then you can pass variant name also.

Regards

vijay

Read only

vinod_gunaware2
Active Contributor
0 Likes
519

RS_VARIANT_LIST

RS_VARIANT_INFO

RS_VARIANT_CONTENTS

RS_REPORTSELECTIONS

RS_VARIANT_TEXT

RS_VARIANT_EXISTS

RS_VARIANT_CATALOG

regards

vinod