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: 

Radio button in Table control

Former Member
0 Kudos

Hi everybody,

Can u tell me, how to define the radio button in table control.

Regards

manicveera

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

Hi,

CHeck this demo program <b>RSDEMO02</b> here you can see checkbox in table control, instead of radio button you can use checkbox.

Regards

vijay

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Manicveera!

Just put some char1 fields in your table structure, change the type in attributes to 'radiobuttion' and assign a group.

Compare dynpro 8022 of program SAPLMGD2 (hope this is part of your system, too).

If you like to have the radiobuttions not in one line, but in one column, then you go better for the 'mark' column.

Regards,

Christian

Former Member
0 Kudos

HI

GO THORUGH THESE LINKS I HOPE THIS WILL HELP YOU TO SOLVE YOUR PROBLEM.

http://homepages.wmich.edu/~k2onofre/bus270_proj.htm

THANKS

MRUTYUNJAYA TRIPATHY

Former Member
0 Kudos

Hi Veera,

"Lines in a table control may contain keywords, input/output fields, radio buttons, checkboxes, radio button groups, and pushbuttons".

This is what is given in SAP Help.

Just click the radio button icon on your screen. Drag and drop it in the table control.

Regards,

Sylendra.