cancel
Showing results for 
Search instead for 
Did you mean: 

Add Check box, and Scroll bar

former_member300754
Participant
0 Kudos

Hi all,

Can I select (using select * from ... where...) the data into internal table then bind the internal table with table on layout. If yes, would you explain the detail.

then, i want to add some addition features a bit more.

Firstly, check box before each row. The check box allows user to select the row which user can check for many rows (many check boxes)

And one last question is about Scroll Bar, does WebDynpro allows scroll bar on the table. If yes, pls explain how. : )

Thanks in advance : )

Peerasit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Peerasit,

There is a way of setting scroll bar option to the table:

i.e., at application level

At application level, please create an application for your component, and for that application in the parameters tab, please select WDTABLENAVIGATION from the F4 help, and set the value as 'SCROLLBAR'. Then save the application.

regarding the checkbox and selection of a record.

If you have a table, then you can select a record from it, and do call get_selected_elements method of if_wd_context_node.

In this way you can get the selected record from the table.

thank you,

Regards,

Shashikanth

former_member300754
Participant
0 Kudos

Thank you so much Shashikanth

Answers (0)