2023 Nov 27 10:11 AM
Hi,
I have a simple ABAP program that contains few UI elements, and by clicking a button I want to have a dialog box same as when click on ALV toolbar SORT/Filter buttons.
Please consider the below image.
2023 Nov 27 10:23 AM
Look at FM LVC_SORT or LVC_SORT_DIALOG (provide a field catalog in entry to get an ALV sort structure in return)
NB: You can use FM LVC_FIELDCATALOG_MERGE to easily generate a field catalog from your data.
2023 Nov 27 10:23 AM
Look at FM LVC_SORT or LVC_SORT_DIALOG (provide a field catalog in entry to get an ALV sort structure in return)
NB: You can use FM LVC_FIELDCATALOG_MERGE to easily generate a field catalog from your data.
2023 Nov 27 4:35 PM
2023 Nov 27 12:27 PM
Do you have any difficulty doing the same with custom dynpro?