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: 

How to get row number of selected entry from OVS search result

jatin_grover
Product and Topic Expert
Product and Topic Expert
0 Kudos
143

Hi,

Anyone having any idea on how to get row number of the selected entry/ how to differentiate rows in OVS search result in ON_OVS method?

Regards,

Jatin

2 REPLIES 2

Former Member
0 Kudos
116

Hi,

You get OVS result in phase 3 - please check the doc below

<link to blocked site removed by moderator>

Regards,

--

Przemysław

Edited by: Thomas Zloch on Jan 5, 2012 11:17 PM

Kiran_Valluru
Active Contributor
0 Kudos
116

Hi,

You can get the selected record to <ls_selection> structure in co phase 3.

From that structure you can get what ever field you want.,

check the below code for reference,

<< Moderator message - Cut and paste response from removed. Plagiarism is not allowed in SCN >>

hope this helps u.,

Thanks & Regards,

Kiran

Edited by: Rob Burbank on Jan 5, 2012 5:24 PM