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

Problem in grid display

Former Member
0 Likes
369

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
339

Hi,

Please check the filed catalouge, whether your are appended that column or not....

Regards,

shankar.

1 REPLY 1
Read only

Former Member
0 Likes
340

Hi,

Please check the filed catalouge, whether your are appended that column or not....

Regards,

shankar.