ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Using Program Variants (TVARVC)

Print This Post Email This Post Written by admin on Apr 26th, 2011 | Filed under: Tips & Tricks

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.

 

Share

If you like this post, you may as well like these too:

  1. 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....
  2. 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....
  3. 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...
  4. 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