‎2007 Feb 23 10:58 AM
Hi,
Till 4.7 when you wanted to see the output of a table in an ALV grid / ALV list the data statistics were showed when you executed this in the background. From 5.0 these data statistics are disappeared. Is there a way to get these statistics back?
kind regards Maarten
‎2007 Feb 23 11:48 AM
Hi Maarten,
to affect the background print-/output-options do the following:
When using class "CL_GUI_ALV_GRID"
===============================
Move "X" into fields PRNTLSTINF or PRNTSELINF of structure is_print of method "SET_TABLE_FOR_FIRST_DISPLAY".
When using function module "REUSE_ALV_GRID_DISPLAY" (which I prefer:-)):
==========================================================
Move SPACE into fields no_print_selinfos or no_print_listinfos.
Hope this helps,
regards
CHRIS