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: 

problem with radio buttons

Former Member
0 Kudos

For standard tcode VA01. some one has added an extra tab.. in which we have 6 radio buttons.

Requirement is at any point we can only select one radio button but now the problem is some times there are few cases that a sales order have two radio buttons selected

I donu2019t have any idea on screen exits (I think that new tab is added through a screen exit) but what I strongly believe is that if all those radio buttons are maintained under same group there is no point of two getting selected at same time.

Now my questions are

1. How can and where can I check the respective screen exit code.

2. is there any other possibility of two radio buttons getting selected as the same time

3. Are there any other alternatives for resolving this?

this is not happening in all cases but only for few orders

Please do not give generic answers.

1 REPLY 1

Former Member
0 Kudos

Hi,

1) Check the screen number and program in the respective screen by clicking F1.

2) Using this program and screen number go to SE51 transaction. here provide the screen number and program name.

you will be able to check the subscreen code for the screen exit implemented.

3) This problem would be occuring if the radio buttons are in different groups, check this and group all the radio buttons to one group , this should the problem .

Regards,

Raghavendra