‎2006 Jun 26 2:33 PM
Hi,
I've created a bsp application to manage a SAP table.
I've used Tableview instruction to do it. I put button in order to add, delete or copy data. When i click on my ADD button, a line is added to my internal table. But if i click a second time on the ADD button, the table seems to be deleted before the second line is added. Why is my internal table empty ?
I wrote the code in the OnInputProcessing part of the page...
I don't use iterator...
Thx for helping me.
Laurent
‎2006 Jun 26 2:36 PM
Where did you declare your internal table?
Declare it in Page attributes section of the page.
Regards,
ravi
‎2006 Jun 26 2:54 PM
That's right, it is declared in the attributes section.
Ragards
L.