2009 Feb 06 1:26 PM
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
2009 Feb 06 1:33 PM
Hi Simon
You may use the table TVARVC for storing variants. It can be maintained by the transaction STVARVC.
Pushpraj
2009 Feb 06 1:32 PM
I dont think this is possible. Because the variant is stored at report level.
regards,
Advait
2009 Feb 06 1:33 PM
Hi Simon
You may use the table TVARVC for storing variants. It can be maintained by the transaction STVARVC.
Pushpraj
2009 Feb 06 2:13 PM
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
2009 Feb 06 1:35 PM
2009 Feb 06 1:36 PM
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
2009 Feb 06 1:42 PM
Hi,
I think we cannot use one variant for many programs
Thanks,
Nithya
2009 Feb 06 2:12 PM
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