‎2009 May 25 7:54 AM
i want to run my program always with the same variant how????
‎2009 May 25 8:24 AM
Hi,
You can set default value using 'default value' in select-options and parameters.
check the links below
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba75335c111d1829f0000e829fbfe/content.htm
you can also set default variant for a report. check the link below
http://www.abapcode.info/2008/09/selecting-variants-for-initial-alv-list.html
regards,
mani
‎2009 May 25 7:57 AM
Set the parameters with default values so that whenever you run the program. It will run for the same variant.
Regards,
Kanchan
‎2009 May 25 8:03 AM
hai create a variant for ur program save them
and execute throught variant (shift + F6)
regards
afzal
‎2009 May 25 8:05 AM
dear sikken,
If your selection screen input parameters are fixed and its not going to change then instead of varient you can initilised the input parameters in initialization event .
Cheers
fareed
‎2009 May 25 8:06 AM
Hi,
One way is:
Run the program by se38, and give input values on selection screen and finally save these values, it will ask name( variant name)and enter name of the variant. with this variant u can excute this program at any time.
Second way:
u can give this input values with initialization event also in program.
By,
Seshu
Edited by: seshu yadav on May 25, 2009 9:07 AM
‎2009 May 25 8:24 AM
Hi,
You can set default value using 'default value' in select-options and parameters.
check the links below
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba75335c111d1829f0000e829fbfe/content.htm
you can also set default variant for a report. check the link below
http://www.abapcode.info/2008/09/selecting-variants-for-initial-alv-list.html
regards,
mani
‎2009 May 25 8:27 AM
Create a report transaction for the program through SE93, and specify your variant in the "start with variant" field.
matt