on 2023 Mar 01 12:11 PM
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
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.