‎2004 May 04 8:22 AM
hi all
i have created one report using alv grid
this is my first alv report
but to my dismay when i gave the print command it just printed no of records in the report and not the data
how to get complete report printed
which function do i call or which parameter do i change
regds
ajaye
‎2004 May 27 6:57 PM
‎2004 May 31 12:11 PM
hi use the FM given by RICH ie REUSE_ALV_GRID_DISPLAY
and put ur pgm name in the callback pgm field and then put the name of the table ur fetching data in the i_structure field(if ur fetching data from diff tables either u've to create a structure in the Data dictionary and use that or u've to create a field catalog for that ) and then put ur internal table in the tables field this will solve ur pblm.
regards,
kiran.
‎2005 May 19 2:16 PM
Deselect "ALV Statistics" on the screen after you select the Print Icon. You may also set the parameter is_print-NO_COVERPAGE = 'X' or is_print-NO_PRINT_LISTINFOS = 'X' if you are using FM REUSE_ALV_LIST_DISPLAY or some similar FM. Hope this helps.
Regards,
Jason