Hi,
yes, I am trying to retrieve the information of the selected radio button from the screen.
The radio button are a way do display a parameter (variable), for example Married or Not Married. these two radio button are in fact from the same group..then the same variable. So this is this variable that I can't get into on the SAP screen..
Well, I did a JavaScript to work around this problem: it see all the status and put a value as a result and the I use this result to build a new radio button group. It's working, but I still think this is not the proper way to do it, because the information of this group already exists somewhere.
How can I get the group from selecting a particular radio button?