cancel
Showing results for 
Search instead for 
Did you mean: 

How to get edited cell value but row unchecked in ABAP webdynpro

gopalkrishna_baliga
Participant
0 Kudos
285

Hi Experts

I hve a webdynpro report where i am displaying a table output with single column in editable mode.

The table has standard check boxes for row selection.

Now when the user puts the cursor on a cell value for changing the value I want to get the current cell value.

Note that the checkbox is not checked.

Then how to get the cell value that is edited?

I am using method: WDDOBEFOREACTION

I have tried get_selected and get_lead_selection method method of node but returns 0 selected.

I have tried wdevent. But getting error wdevent does not exist in WDDOBEFOREACTION

l_element = = WDEVENT->GET_CONTEXT_ELEMENT( 'CONTEXT_ELEMENT' ).

l_element->get_attribute( exporting name = 'ATTR1_1' importing value = lv_attr1 ).

How to solve this? Please help ASAP.

Thanks

Gopal

Accepted Solutions (0)

Answers (0)