Application Development 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: 

TVARV table

Former Member
0 Kudos

hi frenz,

Can u anyone temme wat is the use of TVARV table and how do we use that, with example?

With regards,

praveen.

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Sure, this table is used to set up selection screen variants. For example, say that you have a field on a selection screen that needs to be filled by a variant by must be calculated on the fly. Say a date range. You need to have this field fill in for the period start and close dates. In TVARV you would define a selection variable with these values, then in your report program you would set your selection variant in the program to use this selection variable, this can be done when you are saving a variant.

We acutally run a background job every night which calculates about 30 or so selection variables like current period range, ytd range, period range 6 months ago, etc. This way we know that this values are always updated and ready to use.

Regards,

Rich Heilman

Former Member
0 Kudos

Check this link

http://help.sap.com/saphelp_nw04/helpdata/en/c0/9803aae58611d194cc00a0c94260a5/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c0/9803ade58611d194cc00a0c94260a5/content.htm

Got this info from a link

Q: We need to download an internal table to the Presentation Server(local workstation). Whenever we run the program, the same file has to be saved as a separate file in sequential order. Ex: 0001.txt, 0002.txt etc. Where can we store the last file number?

A: SAP has a table TVARV for storing the variants.

A record may be created in TVARV for all the programs that require this kind of incremental records.

For Ex: the record could be 100Zmm10001 MM sequence rec where first part consists of client code and the program being run. Client code is required because TVARV does not has a field for client code. The second part is the description indicating the purpose what the record is created. This entire string may be posted in the Name field (char- 30).