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: 

ALV Report(sap-abap)

Former Member
0 Kudos

Hi Friends,

I created a variant for a report and save it .but it is not appearing in "get variant list" button on selection screen near execution button .Could u tell me how to create a variant for given input ?

Thx in Adv.

Bapi

2 REPLIES 2

andreas_mann3
Active Contributor
0 Kudos

try se38-variants-show

A.

Former Member
0 Kudos

hi,

follow these steps to creating variants.

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) 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.

5)Choose Continue.

The (first) selection screen of the program appears.

6) 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.

7) Enter the required selections, including multiple and dynamic selections.

Choose Continue.

<b>or</b>

1) goto SE37

2) enter PROGRAM name

3) enter input values to selection criteria

4) press SAVE option

5) then it will display's dialog screen with required fields here pass values like

name of the variant, for which screen it applied.

6) press SAVE

for more information on variants, follow this link.

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

regards,

Ashokreddy