cancel
Showing results for 
Search instead for 
Did you mean: 

itab remains empty

Former Member
0 Kudos

hi all,

i am trying to display an internal table (itab) in table-view of bsp.

In debugger , itab shows a set of values , but in bsp layout the tableview remains empty (saying "table has no entries")

i have made sure that the itab is not cleared anywhere , page session is set to full, itab name is properly written etc.

Also, when i try to display one of the fields of itab in a global variale as textview , it is displayed.

please guide.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

there was a local variable with same name. values were not shown because local variable was catching the output but global was displayed