cancel
Showing results for 
Search instead for 
Did you mean: 

Variants in WAD

Former Member
0 Kudos

Hi Experts,

I would like to use the BEx VARIANTS into WAD Report.

So Could you please suggest me how to use the BEx Variants into WAD?

In General, Where the BEx Variants will be stored?

Thanks & Regards,

Chaitanya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188975
Active Contributor
0 Kudos

Hi Chaitanya,

You can use any variants that have been created for the bex reports, in your web report by adding &variant=demo to the end of the URL, where demo is the name of your variant. This might not be very useful if your template has more than one data provider...

Hope this helps...

Former Member
0 Kudos

Hi Bhanu,

where will be the BEx variants would be stored?

I mean can we list out the BEx variants on any Table or in any other way?

Thanks & Regards,

Chaitanya

Former Member
0 Kudos

You can use the TVARVC table for variants. If you want to use the variants in the template try the code given below for the Data Provider tag.

<object>

<param name="OWNER" value="SAP_BW"/>

<param name="CMD" value="SET_DATA_PROVIDER"/>

<param name="NAME" value="DP"/>

<param name="QUERY" value="ZXXX_Q00001_XXX"/>

<param name="INFOCUBE" value="ZXXX_M03"/>

<param name='VARIANT' value='ZDASHBOARD'/>

DATA_PROVIDER: DP

</object>