cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Buttons & its action handling in FORM UIBB (FPM_FORM_UIBB)

Former Member
0 Kudos

Hi SAP Gurus

i've the requiremnt for adding a Radio Button Group with 3 Radio buttons in FORM UIBB (FPM_FORM_UIBB) with 4 possible values..

I have added 3 custom fields for 3 Radio buttons in the structure. In the design 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 

Accepted Solutions (1)

Accepted Solutions (1)

former_member215610
Active Participant
0 Kudos

Hi Sumesh,

In get_defination method you need to pass fixed value and fixed text for a particular field ID in ET_FIELD_DESCRIPTION.

Thanks and Regards,

  Ragavendra

Former Member
0 Kudos

Hi Ragavendra,

I have put the fixed values for the particular field. Also, I have assigned one action in the Config  for that field. But, when i click/chnage the radiobutton, the action is not trigerring and not able to set the value of selecetd Radiobutton.

Can you please provide some input on the same?

Thanks & Regards,

Sumesh  

former_member215610
Active Participant
0 Kudos

Hi Sumesh,

   Check fixed value in ct_field_usage of get_data.

Former Member
0 Kudos

Thanks Ragavendra !!! I got it resolved as I was doing mistake on Filed Length for the Radiobutton Group.

Thanks

Sumesh

Answers (0)