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

Alv layout refreshment.

Former Member
0 Likes
796

Hi All,

I wish to remove some fields from select layout button in Alv report. For this in Reuse_alv_grid_display, they already using standard structure (219 fields). But they want remove some fields. I created another Z structure, based on standard and put into the grid display FM. It is working fine. But they already save some layouts with the columns which i removed. The layouts shows blank of the column heading and duplicate data. And also the select layout button shows some blank spaces between the fields (what i removed - at that place). How i refresh the select layout button?

Please let me know if any body knows?

Thanks.

6 REPLIES 6
Read only

Former Member
0 Likes
766

you need to modify the layout and Save it again. During save override the variant by choosing the same one.

Read only

0 Likes
766

save some layouts on those names again. it will overwrite

Read only

Former Member
0 Likes
766

But How to remove the blank spaces between fields of select layout button?

Thanks.

Read only

0 Likes
766

While saving you will see only current structure fields only, not the old fields.

Read only

0 Likes
766

the fields wont come when you save again

Read only

Former Member
0 Likes
766

Answered

Thanks