Dear All,
Is there a way to know how many lines a standard screen table control has at run time. Eg: In VK11 say 17 lines are visible. But if I change the screen resolution, the no. of lines in the table control changes.
Now I want to write a BDC for program having such a table. Hence, I need to know the number of lines of the table control has at run time so that I can fix the number of table control lines in my code (Is there a better way to do this).
Can anybody help me on this?
Thanks in advance.