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

Finding variant

Former Member
0 Likes
804

Hi,

I noticed that the standard SAP transaction variant button has the additional Find Variant screen when click on it initially. Can this be included in our own report? Thanks in advance.

5 REPLIES 5
Read only

Former Member
0 Likes
746

I think ,it is possible,look at se93 transaction ,one of the radio button contains variants .

Thanks

Seshu

Read only

0 Likes
746

If yes, then anyone know how it's done?

Read only

0 Likes
746

It will appear when the count of variant exceeds 10.

Read only

Former Member
0 Likes
746

Hi,

Could you tell me how I can change this value. Instead of 10 I would like to set other number.

Regards

Read only

0 Likes
746

>

> Hi,

>

> Could you tell me how I can change this value. Instead of 10 I would like to set other number.

>

> Regards

I don't think it is possible.

Check this part of the code in the function module RS_VARIANT_CATALOG

the system compares the value of the no.of variants against the variable C_VARILIST which is hard coded as 10


  IF SY-TFILL EQ 0.
    MESSAGE S260 RAISING NO_VARIANTS.
    EXIT.
  ELSEIF SY-TFILL GT C_VARILIST AND POP_UP EQ 'X'
     and sy-binpt is initial. " and sy-uname ne 'KSCHMIDT'.
    CALL SELECTION-SCREEN 100 STARTING AT 10 10
                          USING SELECTION-SET 'SAP&1'.