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

TVARVC Table

Former Member
0 Likes
561

Hi Guys,

Can anybody tell me what's the use of this table.It's a Table of Variant Variables.

Thanks,

Gopi.

2 REPLIES 2
Read only

Former Member
0 Likes
467

You can define either a range variable or a single value variable in this table. Once defined, you can then refer to it while creating a variant for your executable program. When you are create a variant, you can define some of the selection screen variables to be dynamically assigned values (typical use is with dates). When you define a selection screen parameter as a variable value in your variant, you can select your TVARVC table variable that you created.

In your program you will set the value of this variable to be the next run value by updating this record of the table. That way when your program runs with the variant next time, it will automatically pick up this new value.

Read only

Former Member
0 Likes
467

Every report or dialog (screen) programs have a selection screen. Normally user has to input the value (parameters and select-options) in the required fields. Example date range or document number etc.

Now if the user does not want to input the variable everytime and want to execute the report with pre difined (saved) values, they can use this variant.

The tabel you have shown TVARVC will store the report name and respective variant information.

Check from SE38 -> goto-> variant -> save

Reward if you find it useful