Application Development 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: 

Variant Creation

Former Member
0 Kudos

We execute the pgm, give the necessary values in the selection screen and save that, so that a variant can be created.

Is there any other way to create the variant? I mean any direct way without executing the pgm?

7 REPLIES 7

anversha_s
Active Contributor
0 Kudos

hi,

Please follow these steps:

1. Enter the values in the selection screen

2. Save the variant using the SAVE button

3. In the next screen for the date variable select the 'Selection variable' checkbox (L) and click on the button 'Selection variable' in the toolbar.

4. Now you will see this variable in the next screen with 3 types of buttons. Click on the middle button (ie. D - Dynamic date calculation).

5. Click on the down arrow button and select the option 'Current Date'.

6. Save the variant.

Regards

Anver

0 Kudos

u told to enter the values in the selection screen........

but my question is how to create a variant without actually executing the pgm, i mean any direct T-code or pgm????????

Former Member
0 Kudos

Hi Satish,

If the variants for a program are already existing in a development system, u can transport the same without having to create again using report RSTRANSP.

Regards,

Vishnu Priya

0 Kudos

my question is not about transporting......it is about creating a new variant without actually executing the given pgm....is there any pgm for that or any direct T-code or first of all , do we have any procedure at all??

former_member201227
Active Participant
0 Kudos

Hi,

In the Initial screen of SE38, give the report name for which you want to create variant. By navigating the menu Goto -> Variants, you will find a screen where you can enter a variant name and create it. This again takes you to the selection screen of the report.

Regards,

Sharmila

Former Member
0 Kudos

satish,

You can create by using tcode "STVARV".

Pls. reward if useful.

Former Member
0 Kudos

You can create screen variants in SHD0