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: 

BSP table view

Former Member
0 Kudos

Hi All,

can u plz tel me how to update table view fields????

Thanks,

Jayshree

2 REPLIES 2

Former Member
0 Kudos

Hi

first display the records in table view with selection button in BSP page

then select the records to be updated and write the code

ON INPUT processing event of that page

and update the data using like ABAP code for the table updation

and after updation put the updated records into an internal table and display that ITAB in the BSP page

Regards

Anji

0 Kudos

Hi Anji,

Thanks 4 ur reply.

i did it already.

i have created a table view and displayed internal table contents in it.

to edit one of the column field..so that i have made selection mode as line edit...this is allowing me to edit that data but i want now that edited data save revrt back to internal table as well as in database table...

tat edited data i want to display again...so can u help me in this?????????

thanks,

jayshree.