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

Variant Selection on Selection screen

arvind_soni
Participant
0 Likes
543

Hi ABAP Gurus,

I have a requirement in which I have a selection screen with two select options and Two checkboxes ( A and B ).

When user selects Checkbox A variant ( VA ) saved by user will come to screen.

Now if user marks the checkbox B Variant ( VB ) comes on the screen there by overwriting the variant VA.

But in my case if user selects variant VB after selecting VA the values is the selection screen should not be over written instead the values should get appended in the Selection screen.

I hope i am able to convey my issue.

looking for the help.

Arvind

2 REPLIES 2
Read only

Former Member
0 Likes
426

Hi Arvind,

It seems to me that you are not refreshing the values.

Try with option user first selects variant Va then Variant VB and then again Variant VA. The values for all the three will get appended one after the other.

So refresh your fields first before selecting the variant.

Read only

Former Member
0 Likes
426

Hi,

In the Variant screec, you will have an option to overwrite the values, that is automatically checked by the SAP, if not check that box, then the values will be over written

Regards

Sudheer