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

ALV count inactive

Former Member
0 Likes
622

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

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

1 REPLY 1
Read only

Former Member
522

Have you specified a fieldname in the CountFName field of the layout structure and provided this field name in your output table?

Rich