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: 

Unable to change the default radio option selected during the page reload

Former Member
0 Kudos

Hi,

I have 3 radio buttons and a Submit button ,created using the Internet Services(SE80).

The functionality is like,

If the user selects one of the Radio options and hits the Submit button, the tables will be updated in the background and a success message will be displayed ,for which the abap code is written in SE80.

Now, the issue is, when the User selects option B,and hits the Submit button,the page gets reloaded or say refreshed,

and when the success message gets dispalyed, the radio option again defaults to option A(which i had given checked = true).

So, how to overwrite the default selected option ?

Appreciateyour views.

Good owes.

Thanks!

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please try this :

PARAMETERS : p1 RADIOBUTTON GROUP g1 USER-COMMAND fcode,

p2 RADIOBUTTON GROUP g1,

p3 RADIOBUTTON GROUP g1.

0 Kudos

HI,

Thanks for the reply..

But i have used Internet services (HTML template) for the radio option displays and only the background functionalities are done in SE80 program.

The issue in over writing the default selected radio option with the option what the user selected.

Appreciate your inputs.

Thanks!