‎2007 May 18 11:56 PM
Hi Guys,
Can anybody tell me what's the use of this table.It's a Table of Variant Variables.
Thanks,
Gopi.
‎2007 May 19 1:01 AM
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.
‎2007 May 19 1:08 AM
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