‎2010 Apr 27 4:23 PM
Hi All,
Iam Using oo alv and in the alv i have some editable fields
iam using handle tool bar event.
but in the field user give some input and when he press enter automatically it has to create a new line in alv.
New Line is creating when i press any button in toolbar
but user is not interested to press button always . so when user press enter in the row it has to create row.
i.e When Enter Press only that has to work.
Plz help me to solve this issue.
Regarding,
Venkat.
‎2010 Apr 27 5:37 PM
You can register the Enter as the Edit Event and in the Event Handler of this event, you can add a line into the Internal table and it would be displayed on the screen as the new item. Check this post on how to implement the Enter event ..
http://help-abap.blogspot.com/2008/09/move-cursor-to-next-row-by-pressing.html
Regards,
Naimesh Patel
‎2010 Apr 27 5:37 PM
You can register the Enter as the Edit Event and in the Event Handler of this event, you can add a line into the Internal table and it would be displayed on the screen as the new item. Check this post on how to implement the Enter event ..
http://help-abap.blogspot.com/2008/09/move-cursor-to-next-row-by-pressing.html
Regards,
Naimesh Patel