i have an internal table having with 9 columns.
At the end of the program i have to download it to the excell sheet.
so my requirement is i have to delete the column of the internal table(because i dont want to display that column in the excel sheet) where all the rows are empty. for example
i have internal table like:
- Code: Select all
Col1 col2 col3..........col9
XX XX XX
XX XX XX
XX XX XX.
Now here col3 column has no data at all, so i wnat to delete that column from the table.
Please help me out to solve this.
thanks in advance.
- Rrkk

