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

variants?

Former Member
0 Likes
404

Can anybody tell me what is this variant? How can we contol selected data using variants?

Thanks in advance

2 REPLIES 2
Read only

Former Member
0 Likes
382

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.

Read only

Former Member
0 Likes
382