Start of Content Area

Procedure documentation Executing Programs with Variants  Locate the document in its SAP Library structure

Prerequisites

The program that you want to execute may be any type except S, and must have one or more selection screens. You must have defined variants for the program.

Procedure

To execute a program with a variant, proceed as follows:

...

       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.     
This graphic is explained in the accompanying text

 

       4.      Choose the F4 key.
A list of all variants defined for the program is displayed.

       5.      Select a variant.

    6.      Confirm your selection by choosing Select or ENTER.
The selection screen of the program is displayed.
Those fields that were filled via the variant, already contain values.

       7.      Choose Execute to run the program.

 

 

End of Content Area