Hi Anais,
No no, just navigate to bsp_wd_cmpwb tcode and give your search component in BSP application. Then open the result view .htm page, there you can see something like below code. You need to add the attribute scrollable = "TRUE".
chtmlb:configTable xml = "<%= lv_xml %>"
id = "ResTable"
navigationMode = "BYPAGE"
onRowSelection = "select"
table = "//Result/Table"
width = "100%"
hasLeadSelection = "TRUE"
visibleRowCount = "<%= lv_lines %>"
Best Regards,
Dharmakasi.