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

Regarding Report column updation

Former Member
0 Likes
406

Hi all,

I have created a Report progam which shows 4 columns from database table and one additional column Comments which is editable by user.

Now on click on SAVE i want to save this column data in database.

what is the best way to do that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
382

Hi,

is it a report or Module pool? because changes to db table can be achieved via module pool.

u need to create a table control where u show all the 4 columns from ur table, keep screen-input for other fields as 0 & the field u want to edit as 1..

change the entries as u wish & give a save button which will save the data into the database table

using MODIFY dbtab FROM TABLE itab.

Regards,

Amit

Hi all,

I have created a Report progam which shows 4 columns from database table and one additional column Comments which is editable by user.

Now on click on SAVE i want to save this column data in database.

what is the best way to do that?

1 REPLY 1
Read only

Former Member
0 Likes
383

Hi,

is it a report or Module pool? because changes to db table can be achieved via module pool.

u need to create a table control where u show all the 4 columns from ur table, keep screen-input for other fields as 0 & the field u want to edit as 1..

change the entries as u wish & give a save button which will save the data into the database table

using MODIFY dbtab FROM TABLE itab.

Regards,

Amit