Application Development and Automation 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: 
Read only

Webdynpro table : get changed rows

prabhu_s2
Active Contributor
0 Likes
1,264

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

1 ACCEPTED SOLUTION
Read only

0 Likes
824

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!

2 REPLIES 2
Read only

0 Likes
825

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!

Read only

0 Likes
824

thkx naresh, context change log is the key.