cancel
Showing results for 
Search instead for 
Did you mean: 

OVS display row counts

Former Member
0 Kudos

Hi,

When i search for records via OVS and display, i want to set the display row count to 5 rows. I donot find an option within OVS auto generated code to set it. Is there any way to do that ?

Thanks in advance,

Gaurav.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Under phase indicator,

In Case if_wd_ovs=>co_phase_0,

ovs_callback_object->set_configuration(

window_title = lv_group_header

col_count = 3

row_count = lv_line ). Hre u can mention the no. of rows to be displayed.

Thanks,

Divya.S

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi, This can be achieved in Phase 0 using set_configuration method, parameter is row_count. Check this article on OVS help; [https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9502] [original link is broken] [original link is broken] [original link is broken]; Regards, Radhika.

Former Member
0 Kudos

Hi,

By default its not supported from WD framework but same thing can be achieved by introducing custom field in search criteria.

Hava a filed with name 'Number of Hits', default it to 5, and read the value and display the results.

Allow editing of same to the end user, if value changes then load the values again according to new count.

Regards,

manne.