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

Function module to get data from VARI table

Former Member
0 Likes
1,698

Hi All,

thank you for viewing this thread. can anyone help me out in finding a function module which can get data from the VARI table?

thank you

3 REPLIES 3
Read only

Former Member
0 Likes
846

Hi

Youi mean the variants right?

See RS_VARIANT_CATALOG

Pushpraj

Read only

Former Member
0 Likes
846

hi,

RS_VARIANT_VALUES_TECH_DATA or RS_VARIANT_CONTENTS

check the thread

Regards

Sachin

Read only

Former Member
0 Likes
846

Hi,

FMs you will require are:

RS_VARIANT_CONTENTS - Values of a variant returned in a table

RS_VARIANT_EXISTS - Checks whether a variant exists for a report

RS_VARIANT_TEXT - Returns short description of variant

RS_VARIANT_VALUES_TECH_DATA - Reads variant parameters of a report

Do search on them for complete details.

Cheers.