2016 Mar 09 7:00 AM
Hi,
I am calling REUSE_ALV_GRID_DISPLAY function to display an internal table using ALV Grid. However, I am unable to get the number of rows in ALV by pressing on Edit->Calculate->Count, since Count is inactive as you can see from the screenshot. What should I do to make Count active?
Thank you
2016 Mar 09 8:35 AM
Have you specified a fieldname in the CountFName field of the layout structure and provided this field name in your output table?
Rich