2021 Mar 11 5:10 PM
I had created a module pool program with table control.
At first, entered one input, got some records. then I wanted to change the input. For the second output I have some empty rows in the table, how can I delete them?
2021 Mar 15 5:53 AM
first of all get the count of your ITAB that you passed to table control.
write the below code in Process before output
TAB_CTRL-LINES = Count of ITAB.
2021 Mar 25 2:33 PM
2021 Mar 26 1:31 PM