fidley / falv

FALV - Fast ALV Grid
https://abapblog.com
GNU General Public License v3.0
141 stars 52 forks source link

Missing options in pop-up "Change Layout" #90

Open Nioniotte opened 3 months ago

Nioniotte commented 3 months ago

Hello,

On ALV display:

If I click the button Change Layout... (CTRL+F8), I have only the tab "Column Selection" and "Display".

When I change directly in list, for exemple sorting a column, and after that I click on the button Change Layout, I have the tab "Column Selection", "Sort Order", "Filter", "View" and "Display".

It is an issue or I need to add a parameter when calling falv?

Best regards, Misha

fidley commented 3 months ago

Hi Misha, sorry for not answering directly but I forgot. Normally this is the first time I see the difference between calling FALV with GUI toolbar usage, and FALV with internal toolbar usage. In ZDEMO_FALV13 when using GUI toolbar
image

when using ALV grid toolbar. image

I've debug a bit and seems this is not a bug, but a feature...of SAP. When there is no ALV grid toolbar, then some of the tabs are hidden. image

Nioniotte commented 3 months ago

ok strange. Thank you