fidley / falv

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

Sorting Problem #52

Closed jani80k closed 5 years ago

jani80k commented 5 years ago

Not sure if this is a bug or not, so please close this in case I am wrong. please consider this more a question. When sorting EKPO entries in SE16N by EBELN, only one document number is showing and the remaining entries for that document are blank. I tried the same with FALV but it is not working, whichever way I do it. FALV_Sort

Here is what I expect: image

I tried everything I could find on the web by adding sorts as:

image

...but no success. Could you say whether this is possible or not with FALV?

Thanks in advance for your reply. I really like FALV and use it a lot. Sorry, in case this is not a bug but my mistake or an SAP Standard issue. ;)

fidley commented 5 years ago

Hi @jani80k ,

I think this is standard behavior when you use HOTSPOT in one of the columns. Try to remove all hotspots and then it should work. Also be sure that SET_NO_MERGING is not set to True in Layout.

Cheers Łukasz

fidley commented 5 years ago

Also when grid is editable the merging of the column values does not work.

jani80k commented 5 years ago

Yes, you are right, Lukasz. It is SAP Standard behaviour. Thanks a lot...