‎2007 Jul 27 12:15 PM
Hi all,
As per my requirement, my ALV Grid should be able to edit the cell. I achieved editing output.
But my doubt is when i edit a cell, I can enter a maximum of 10 characters in the editable cell even if i edit a cell which has 20 characters, but not more than that.
What is the reason behind that? I need to increase the number of editable characters to field size.
Your efforts will be appreciated.
Regards,
Pavan
‎2007 Jul 27 12:19 PM
Hello,
increase the output length
Eg.
WA_FIELDCAT-OUTPUTLEN = 20
Regards,
Neelambari
‎2007 Jul 27 12:19 PM
Hello,
increase the output length
Eg.
WA_FIELDCAT-OUTPUTLEN = 20
Regards,
Neelambari
‎2007 Jul 27 1:37 PM
‎2007 Jul 27 1:18 PM