‎2010 Mar 01 6:41 AM
Hi all,
I am using print preview and alv grid to display the profit & loss account depending upon the user's selection. The values r getting correctly displayed in print preview but in grid display the values of one particular column is not been populated.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = sy-repid
it_fieldcat = t_fieldcat
is_layout = i_layout
i_default = 'X'
i_save = 'A'
TABLES
t_outtab = i_out.
The internal table i_out has all the values.
Pls guide me to solve this issue.
Thanks in advance,
Neela.
‎2010 Mar 01 6:49 AM
Hi,
Please check the filed catalouge, whether your are appended that column or not....
Regards,
shankar.
‎2010 Mar 01 6:49 AM
Hi,
Please check the filed catalouge, whether your are appended that column or not....
Regards,
shankar.