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: 

Function module to get data from VARI table

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

Youi mean the variants right?

See RS_VARIANT_CATALOG

Pushpraj

Former Member
0 Kudos

hi,

RS_VARIANT_VALUES_TECH_DATA or RS_VARIANT_CONTENTS

check the thread

Regards

Sachin

Former Member
0 Kudos

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.