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

Variant for multiple reports

Former Member
0 Likes
964

Hi Experts,

Does anyone know if it's possible to create variants that serve for multiple reports? If so, how?

I have 10 very similar reports which use the same selection screen defined in an include for all of them.

Regards,

Simon

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
872

Hi Simon

You may use the table TVARVC for storing variants. It can be maintained by the transaction STVARVC.

Pushpraj

7 REPLIES 7
Read only

Former Member
0 Likes
872

I dont think this is possible. Because the variant is stored at report level.

regards,

Advait

Read only

Former Member
0 Likes
873

Hi Simon

You may use the table TVARVC for storing variants. It can be maintained by the transaction STVARVC.

Pushpraj

Read only

0 Likes
872

Thanks to everyone,

I didn't really think it was possible so I just used max bianchi's ZUT_COPY_VARIANT to copy them for now. Thanks Pushpraj, i'm not sure how to use the table TVARVC with the report but I´ll look into it.

Regards,

Simon

Read only

viquar_iqbal
Active Contributor
0 Likes
872

HI

You can copy variants between different programs

Thanks

Viquar Iqbal

Read only

Former Member
0 Likes
872

think u can create Transactions for these and assign the variant while creating the transaction and save and execute these transaction so that these will execute with the variant that was attached.

Edited by: Kalyan Chakravarthi on Feb 6, 2009 2:38 PM

Edited by: Kalyan Chakravarthi on Feb 6, 2009 2:41 PM

Read only

Former Member
0 Likes
872

Hi,

I think we cannot use one variant for many programs

Thanks,

Nithya

Read only

Former Member
0 Likes
872

Hi,

It is not possible to create variant for multiple reports as it is said as

you must create a separate variant for each report and then save it with the report where the values will be used.

refer this line in the link

http://web.mit.edu/SAPR3/docs/webdocs/reports/rpRFvariant.html