Application Development 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: 

module pool programming

Former Member
0 Kudos

Hi,

I am working on a module pool program.My requirement is,the o/p screen has many records.Besides each record there is a checkbox.If the user wants to change some of the field values in some records,then he clicks on the checkboxes of that particular records and when he clicks on the change button,control goes to update screen.In the update screen after the user changes the field values of some fields and clicks on the change button,all the changed values should get updated in the database table for all the checked records.

Now my doubt is

1)How can the changed values be updated in the database table for only the checked records

2)How can we capture the changed values in the update screen

If anyone worked on a similar kind of requirement pls send me the sample code of that.

1 REPLY 1

Former Member
0 Kudos

refer to this thread.

seems to have the same reqt as urs..