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: 

Variant in selection screen

Former Member
0 Kudos

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.

5 REPLIES 5

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Simha_
Employee
Employee
0 Kudos

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

Former Member
0 Kudos

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.

0 Kudos

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.