‎2007 Sep 07 5:44 AM
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.
‎2007 Sep 07 5:47 AM
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
‎2007 Sep 07 5:56 AM