‎2010 Jan 21 1:26 PM
Hi all,
I want to declare a radio button in my tabel. Is there any dataelement like XFELD for check box even for radio button also. Please let me know if there is any dataelement or else how to declre a radio button.
thanks.
‎2010 Jan 21 1:39 PM
BKK_RADIO,JORADIO,RADIOB
There is search functionality in se11.
In option datatype just search for pattern 'radio', then search for data elements.
my name is already in use
So what is your actual name.
‎2010 Jan 21 1:33 PM
Hi,
radiobutton is a CHAR length 1.
I can't get your point.
Regards,
Frisoni
‎2010 Jan 21 1:39 PM
BKK_RADIO,JORADIO,RADIOB
There is search functionality in se11.
In option datatype just search for pattern 'radio', then search for data elements.
my name is already in use
So what is your actual name.
‎2010 Jan 22 4:46 AM
Hi Keshav,
Thanks for your reply, but actually in SM 30 I am not able to see that as a radio button. It is being displayed as a check box only.
thanks.
‎2010 Jan 22 6:34 AM
Hi
Actually what u need to do is that when generating the table maintainence screens for your table go to the maintainence screen.Open the layout for the screen and on the field you want to create checkbox you have to do a right click and click on convert to checkbox.
Regards
Gaurav
‎2010 Jan 22 9:49 AM
‎2010 Jan 21 1:40 PM
The data element's domain should always be a char 1 (XFELD, BOOLE_D and so on). In the gui you decide to display it as a radiobutton or checkbox.
‎2010 Jan 22 4:48 AM
Hi Maen,
Could you tell me whatwe need to do in GUI to show that as a radio button.
thanks.
‎2010 Jan 22 5:10 AM
Hi,
Open your screen layout in change mode. Click on radiobutton in left menu and click on table control where you want this column to appear. Give the screen field name etc....
Thanks,
Vinod.
‎2010 Jan 21 1:42 PM
Hi ,
Please refer to below code :
Types : Begin of ty_data,
radiobutton(1),
vbeln type vbeln,
posrn type posnr,
end of ty_data.
Data : it_data type standard table of ty_data.
Hope this will help you.
Regards,
Nikhil