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

how to create variant

Former Member
0 Likes
1,470

plz anybody could tell me that hw to create variant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,192

Have a look at below link. It will help you surely.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c0/98037ae58611d194cc00a0c94260a5/frameset.htm">Creating Variants</a>

Best Regards,

Vibha

<b>*Please mark all the helpful answers</b>

Have a look at below link. It will help you surely.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c0/98037ae58611d194cc00a0c94260a5/frameset.htm">Creating Variants</a>

Best Regards,

Vibha

<b>*Please mark all the helpful answers</b>

7 REPLIES 7
Read only

Former Member
0 Likes
1,193

Have a look at below link. It will help you surely.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c0/98037ae58611d194cc00a0c94260a5/frameset.htm">Creating Variants</a>

Best Regards,

Vibha

<b>*Please mark all the helpful answers</b>

Read only

Former Member
0 Likes
1,192

Hi sam,

Go to transaction code: STVARV and create the variant as parameter or select-option and check the option " Include in transportation".

Regards

Kannaiah

Read only

former_member188829
Active Contributor
0 Likes
1,192

execute the program.

give the input in selection screen

and then save.

then u give variant name and description.

then variant name is saved.

Read only

Former Member
0 Likes
1,192

Hi sam,

1. On the initial screen of the ABAP Editor, enter the name of the program for which you want to create a variant, select Variants in the Sub-objects group box, and choose Change.

2. On the variant maintenance initial screen, enter the name of the variant you want to create.

3. Note the naming convention for variants (see below). Choose Create.

If the program has more than one selection screen, a dialog box appears in which you can assign the variant to one or more screens. The dialog box does not appear if the program only has one selection screen. In this case, the selection screen of the program appears straight away.

4. If there is more than one selection screen, select the screens for which you want to create the variant.

If you choose Variant for all selection screens, the variant also applies to any selection screens that you create after creating the variant.

Otherwise, the variant only supplies values to the selection screens that you select in the list.

5. Choose Continue.

The (first) selection screen of the program appears.

If your program has more than one selection screen, use the scroll buttons in the left-hand corner of the application toolbar to navigate between them. If you keep scrolling forwards, the Continue button appears on the last selection screen.

6. Enter the required selections, including multiple and dynamic selections.

7. Choose Continue.

Read only

Former Member
0 Likes
1,192

Hi,

Here is a link which gives you a hand full of links to work with variants.

http://help.sap.com/saphelp_nw04/helpdata/en/c0/980374e58611d194cc00a0c94260a5/content.htm

Hope it helps you.

Regards,

Maheswaran.B

Read only

Former Member
0 Likes
1,192

Hi SAm,

chk the simple procedure in this link:

http://themisto.jupiter.txstate.edu/fastrain/content/variant/cc/html/index.htm

regards,

keerthi

Read only

Former Member
0 Likes
1,192

If you want to create a variant programatically, use FM RS_VARIANT_SCREEN.

Thanks,

Santosh