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

reports

Former Member
0 Likes
388

hi experts,

I am working in reports but ihave problem I want to maintain alv grid in editable that means when change any value in grid display after that when i will save that changed data ,it has to save in database if possible any one help me in this situation.

Thanks and Regards,

Sasi.

2 REPLIES 2
Read only

Former Member
0 Likes
366

Hi

when your declaring fieldcatalog , for which field you want to do editable for that field

declare fieldcatalog as

<b>fieldcatalog-edit = 'x'.</b>

fieldcatalog id the fieldcatalog name here

and click on save button then it will save that button

reward if usefull

Read only

Former Member