Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to delete blank column in ALV report

jandrivay
Participant
0 Kudos
2,766

Hi All.
can help me to remove the blank column in ALV report

1 ACCEPTED SOLUTION
Read only

former_member1716
Active Contributor
2,160

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.

scn.png

9 REPLIES 9
Read only

GK817
Active Contributor
0 Kudos
2,160

Hi,

Is this custom ALV report? have you displayed all the fields, please check layout, these rows may not be blank.

Regards

Gaurav K

Read only

0 Kudos
2,160

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.

Read only

GK817
Active Contributor
0 Kudos
2,160

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

Read only

Sandra_Rossi
Active Contributor
0 Kudos
2,160

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.

Read only

former_member1716
Active Contributor
2,161

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.

scn.png

Read only

0 Kudos
2,160

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 ?

Read only

0 Kudos
2,160

You can see the icon as highlighted in Yellow as shown below:

scn.png

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.

Read only

DoanManhQuynh
Active Contributor
0 Kudos
2,160

you should check your program why it create blank record first.

Read only

jandrivay
Participant
0 Kudos
2,160

Hi sandra.rossi
Thanks for your correction. i mean like that hehehe...^^