cancel
Showing results for 
Search instead for 
Did you mean: 

Get Table Row where cursor is placed Cursor

Former Member
0 Kudos

Hello Experts,

I have a Table on my webdynpro screen.

Now I want to read data of the row on which cursor is placed( Not the lead selection element).

How can we do this?

For useful answers points assured...

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

you can not do this, unless the row is selected

Abhi

Former Member
0 Kudos

Hi Abhimanyu,

Actually my problem is I have developed OVS Search Help.

Now I want to assign selected F4 Value to the corresponding field in the table.

Independent of Row on which F4 is presssed, The selected Value get assigned to the Lead Selection Row.

How can I resolve this?

abhimanyu_lagishetti7
Active Contributor
0 Kudos

there is OVS_CALLBACK_OBJECT passed to the OVS event handler

OVS_CALLBACK_OBJECT->context_element->set_attribute( ).

Edited by: Abhimanyu Lagishetti on Aug 7, 2008 11:48 AM