‎2007 May 26 12:04 PM
Can anybody tell me what is this variant? How can we contol selected data using variants?
Thanks in advance
‎2007 May 26 1:12 PM
Hi,
Variant are used to run your program with predefined inputs or to start with the same selections.
procedure :
1. On the initial screen of the ABAP Editor, enter the name of the program that you want to run.
2. Choose Execute with Variant.
A dialog box appears, in which you can enter a variant.
3. To display a list of all variants for the program, use the possible values help.
4. Choose a variant.
5, Choose Choose to confirm your choice.
6. The selection screen of the program appears. The fields for which values exist in the variant already contain values.
To fill selection fields for a specific task using a variant you can save fixed values in table TVARV.
regards
Deepak.
Choose Execute to run the program.
‎2007 May 26 3:26 PM
hi,
Refer to this related thread
http://help.sap.com/saphelp_nw2004s/helpdata/en/c0/98038ce58611d194cc00a0c94260a5/content.htm
Regards,
Santosh