Hi ABAP Gurus,
I am new in ABAP, and I am creating a Smartform.
I want to create a Smartform with a table with a fixed number of rows 20, and my internal table will have a random number of rows but it does not exceeds 20 rows.
The thing is if I use a table the Smartform automatically sets the number of rows, so this don't work. How can I solve this issue?
I now it can be done on Sapscript, but I am not realy into it.
Thanks in advance.