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

Data statistics ALV

Former Member
0 Likes
533

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

1 REPLY 1
Read only

Former Member
0 Likes
411

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