Hi,
I added a table control to a dynpro using the wizard in the screen painter. Now I have an issue with the inserting line button:
If I add a new line the first time, a new empty line is added to the table control before my last line. So far so good.
If I add now another line, again a new line empty is added before my last line and two lines are added after my last line: one empty line and a line with the same content as my former second last line.
The following should explain it a bit better:
table before inserting new line:
line 1
line 2
line 3
line 4
line 5
after inserting a new line:
line 1
line 2
line 3
line 4
new empty line
line 5
table before inserting the second line:
line 1
line 2
line 3
line 4
line 5
line 6
after inserting the second line:
line 1
line 2
line 3
line 4
line 5
new empty line
line 6
new empty line
line 5
I didn't change the generated coding yet!
Thanks in advance and regards,
Martin
Edited by: fischerman on May 29, 2008 9:08 AM