Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tableview : table is empty after action

Former Member
0 Likes
388

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

2 REPLIES 2
Read only

Former Member
0 Likes
341

Where did you declare your internal table?

Declare it in Page attributes section of the page.

Regards,

ravi

Read only

0 Likes
341

That's right, it is declared in the attributes section.

Ragards

L.