cancel
Showing results for 
Search instead for 
Did you mean: 

Form UIBB: Radio Button Group: How to set default value?

Former Member
0 Kudos

Hello,

i've added a Radio Button Group in Forum UIBB (FPM_FORM_UIBB) with 3 possible values. How can I set the default value for this group? When starting the application, no radio button is selected..

Thanks & Regards

Christopher

Accepted Solutions (1)

Accepted Solutions (1)

former_member193369
Active Participant
0 Kudos

Hello Christopher,

this can only be achieved via the feeder coding. Simply return the default value as the field's value in CS_DATA of the feeder's IF_FPM_GUIBB_FORM~GET_DATA method.

Regards,

Christian

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Christopher,

i've the same requiremnt for adding a Radio Button Group and 3 Radio buttons under it in Forum UIBB (FPM_FORM_UIBB) with 4 possible values..

I have added 3 custom fields for 3 Radio buttons in the structure. In the desin time, I have added these 3 fields and taken as Radion button Group. But, Only label is coming on the output...

I totally stuck here. Can you please guide me on this in details as to how to add the Radio buttons and how its action can be handled?

It's bit urgent for me.

Thanks in advance,

Sumesh 

Former Member
0 Kudos

Hi,
this may be needed for others who view this last question. its very simple and problem lies in insufficient SAP documents that are available till date.

here, You need to just vary the row count in the properties section of the gui element; mark starting row as 1 and ending row at 3, the system will automatically put the 3 radio buttons here and also if needed it will pull values from the domain automatically

thanks
Akash

Former Member
0 Kudos

Perfect, thank you very much.

After setting the value in CS_DATA and setting EV_DATA_CHANGED = X , it is working fine!