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

module pool program, table control edit

Former Member
0 Likes
382

Hi,

I am doing module pool programming with table control. I have a table control on my screen which is assigned to scarr table with ‘New’, ‘Modify’, ‘Save’, and ‘Delete’ buttons. When I click on ‘New’ and ‘Save’, the new record is adding to the table where as for ‘Modify’, I selected a row, edited, and clicked on save. Only the internal table is getting modified at the time but not the original table. How to update the table in database? Delete is also not working. Please give some idea on this or links related to table control with sample code.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
361

Hi,

modify <table name>.

it will do it

Regards

Read only

Former Member
0 Likes
361

Finally solved the problem.