Hi Maity,
Sorry, there is no ui element called TEXT_EDIT in alv to meet your requirement.
To meet your requirement, you should have text edit / formatted text edit as editor
I would like to suggest you the below 2 options
- Go for table : in table you can use TEXT EDIT ui element as editor for column.
- Create a button in alv cell as 'comments' , onCELLaction event you can show a popup window with only TEXT_EDIT and you can save the comments back to context node attribute
Here, option 2 would require more efforts from your end as well as users may not accept to click on button and again enter comments
Check out the option whichever suits you.
Hope this helps you.
Regards,
Rama