‎2018 Jun 25 1:51 PM
Hi
I have a WDA table displayed without any lead selection nor table rows are enabled for selection. I need to read ONLY the rows that were changed on the screen. Though I can get the context and read the value of the entire table, I just need the function to read all the change rows.
Pls any help on this is much appreaciated
‎2018 Jun 25 2:07 PM
Hi Prabhu
If i understand correctly. your requirement is to capture changed values in a table with been selecting.For this SAP has provided a interface implement the interface and do some basic coding. you can get the changed rows along with old and new values for a table(in your case).
Below is URL you can get help : https://help.sap.com/saphelp_nw70ehp3/helpdata/en/47/a8e5d273b12fe2e10000000a42189d/frameset.htm
Demo webdynpro component : DEMO_CONTEXT_CHANGES .
Hope this will help resolve your query.
Thank you!
‎2018 Jun 25 2:07 PM
Hi Prabhu
If i understand correctly. your requirement is to capture changed values in a table with been selecting.For this SAP has provided a interface implement the interface and do some basic coding. you can get the changed rows along with old and new values for a table(in your case).
Below is URL you can get help : https://help.sap.com/saphelp_nw70ehp3/helpdata/en/47/a8e5d273b12fe2e10000000a42189d/frameset.htm
Demo webdynpro component : DEMO_CONTEXT_CHANGES .
Hope this will help resolve your query.
Thank you!
‎2018 Jun 25 2:42 PM