‎2007 May 10 3:08 AM
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.
‎2007 May 10 3:30 AM
I think ,it is possible,look at se93 transaction ,one of the radio button contains variants .
Thanks
Seshu
‎2007 May 10 3:40 AM
‎2008 Jul 09 10:15 AM
‎2008 Jul 30 8:57 AM
Hi,
Could you tell me how I can change this value. Instead of 10 I would like to set other number.
Regards
‎2008 Jul 30 9:17 AM
>
> 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'.