Using Program Variants (TVARVC)
Program variants lets you save field values for any program or a report, that way you do not have to renter the values again and again for the same program.
You can also have the system change the date and time values automatically and other fields as maintained in the table TVARVC. Use the transaction “STVARV” to maintain the entries.
If you like this post, you may as well like these too:
- ABAP Program: Sample program for OLE Automation REPORT ZSOURCE2801. * Including OLE types INCLUDE OLE2INCL. * Tables and variables for later use TABLES: CUSTOMERS. DATA: APPLICATION TYPE OLE2_OBJECT, WORKBOOK TYPE OLE2_OBJECT, SHEET TYPE OLE2_OBJECT, CELLS TYPE OLE2_OBJECT....
- How to Transport Variants? This program(RSTRANSP) generates entries for transport of variants. You can enter the names of variants to be transported generically. Run the program using SE38....
- Working with variants in SAP Some common errors and how to fix the errors related to SAP variants. Did some one create a protected variant? Run Program RSVARENT, this will allow you to cancel the...
- Quick Reference Guide on CATT Variants Another useful guide on CATT Variants. CATT variants are used to store assorted transactional combinations and/or field settings on a recorded CATT transaction to meet diverse SAP testing requirements. This...



















Leave a Reply