Hi,
I have editable ALV and due to requirement, i need to refresh table using refresh_table_display in event data_changed_finished and can not bypass it.
Because of this refresh, standard Total (SUM) on ALV is giving error
'Select at least one column', even though column is selected.
Please let me know how to resolve the issue.
Thanks,
Hi!
It can be related to the sort table of the ALV, please check if the sort table set for your ALV
Hope it's helpful
Evgeny
You already have an active moderator alert for this content.
Hi
Its better to have DO_SUM flag set in the fieldcatalog to get the sum of the column.
Thanks
Add comment