2007 Apr 24 6:07 AM
Hi All,
I have a selection screen with radio button in it. I want to save variants for different options of the radio button but unable to do this. Please advice how to do this.
Thanks.
2007 Apr 24 6:10 AM
HI ,
After giving input on the SELECTION SCREEN........
press SAVE button give variant name...
Give different name for each instance... i.e., every press of SAVE button...
<b>One imporant point is you can see VARIANT BUTTON ( already created variant )
only when your program is in ACTIVE mode...
That means you MUST activate your program.</b>
<b>
Reward all helpful answers</b>
Regards,
V.Raghavender.
2007 Apr 24 6:12 AM
Hi,
just give the possible values in selection screen and click save button it will save as a variant. for the other combination do it in same way but here change the variant name in the popup whihc comes when clicking save.
regrads,
Navneeth.K
2007 Apr 24 6:12 AM
Hi,
1) you need to execute the program and get the selection screen.
2) Enter your Selection creteria(Here your input fields and selection of radio button I guess)
3) There is a save button. Save it with name and description.
4) You could select the saved variant from the icon created to Execute button.
5) Similarly you can create variants for all you selection creterias.
Cheers,
Simha.
Reward all the helpful answers...
2007 Apr 24 6:13 AM
Yes..this procedure is not working.
Just for more clarity, the options for radio button on the selection screen are populated dynamically from a DB table using step loop.
2007 Apr 24 6:29 AM
Hi Kiret,
Yes I understand your requirement.In the above post of mine, I thought that
you giving input manually..
Now as you telling that you selecting the radio button dynamically.....
Yes it possible to create the variant as many as you required.
Even if you are selecting the radio button dynamically... execution stops at every selection screen.If so, you can the above post of mine... if NOT put break-point whenever required.
<b>But I am sure that execution temporarly stops at every selection screen.At that time you can create the variant..or use the existing variant if it already there.
</b>
<b>
If you any more doubts let me know....</b>
<b>
Reward all helpful answers</b>
Regards,
V.Raghavender.