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

Insert multiple records into database through Table control

Former Member
0 Likes
900

Hi I have a requirement,

Update database table through table control and also delete the selected row from table control and database.

also edit the existing data in table control and add the data to existing data in table control

Please help me out hee...

Thanks,

Mohan

Moderator Message: Search in SCN and try it yourself first instead of dumping your requirement here.

Message was edited by: Kesavadas Thekkillath

2 REPLIES 2
Read only

former_member209920
Active Participant
0 Likes
450

Hi

You can make Table Maintenance Generator for your table.

Or other way is in PAI of the screen containing table control write your code to update database tables. (deletion, insertion or modification)

Regards

Manu B

Read only

Former Member
0 Likes
450

Use table control wizard. It has all those options you mentioned about table control.

For updating the databases, you will have to just code

MODIFY dbtab FROM TABLE itab.