Application Development and Automation 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: 
Read only

Table Control Default Selection

Former Member
0 Likes
498

Dear All,

I Have Created a Table contol with two Colomns and one radio Button Column

how to place default selection in that radio Buttons.

Thanks

Surendra

3 REPLIES 3
Read only

Former Member
0 Likes
412

Hi,

Pass vlaue 'X' in the LOOP of table control in PBO.

Nag

Read only

Former Member
0 Likes
412

In PBO

CHECK the screen field name given in layout.

Put this equal to X.

Thats all.

Read only

Former Member
0 Likes
412

when you loop the table control in the work area..

after getting the value in the work area..

say wa_table-rad1 is field, so pass value = 'X'

ie : wa_table-rad1 = 'X'.

do this with in loop and loop so that all the rows of the table control will be filled with default values for radio button..

Regards

Kumar