Hi,
I have a Table control in a subscreen which is a part of the screen exit. I am trying to populate the table control with values from a table in the PBO. But the values do not get displayed in the table control. I have used
LOOP AT i_data WITH CONTROL TC1_TAB
CURSOR TC1_TAB-CURRENT_LINE.
Module transfer_data.
ENDLOOP.
in the PBO.
Any tips ??
Thanks,
Reshmi