2019 Sep 17 8:30 AM
2019 Sep 17 8:55 AM
Hello,
Go to Your ALV Layout by clicking on the icon as shown below, select all the fields for display and see if all the column values are actually blank.
I guess there can be some values in the column that is not displayed.
2019 Sep 17 8:33 AM
Hi,
Is this custom ALV report? have you displayed all the fields, please check layout, these rows may not be blank.
Regards
Gaurav K
2019 Sep 18 3:30 AM
Hi,
Thanks for comment.
i think the rows have a value, but i dont want to displaying the rows. how can i hide or delete that rows.
2019 Sep 18 3:36 AM
Hi,
You can delete the rows in your internal table which is being displayed as ALV.
If you want to move the blank rows at the bottom, please use sorting functionality. You can't delete or hide specific rows in a display ALV.
Regards
GK
2019 Sep 17 8:37 AM
I guess you mean how to delete ROWS which have all their cells blank. If it's a custom program, then use DELETE itab WHERE table_line IS INITIAL.
2019 Sep 17 8:55 AM
Hello,
Go to Your ALV Layout by clicking on the icon as shown below, select all the fields for display and see if all the column values are actually blank.
I guess there can be some values in the column that is not displayed.
2019 Sep 18 3:31 AM
Hi,
Thanks for comment.
i think the rows have a value, but i dont want to displaying the rows. how can i hide or delete that rows.
btw, sorry i cant see that icon, where the place it ?
2019 Sep 18 4:21 AM
You can see the icon as highlighted in Yellow as shown below:
By The let us know if its a custom or standard report, if its a custom report we can control it, in case if its a standard we need need to find for enhancment options.
2019 Sep 18 1:44 AM
you should check your program why it create blank record first.
2019 Sep 18 3:22 AM
Hi sandra.rossi
Thanks for your correction. i mean like that hehehe...^^